Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet compact framework > january 2005 > threads for friday january 14

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Socket problem / DNS resoulution - Unknown Host
Posted by Ralf Haenel at 1/14/2005 10:58:36 PM
Hello, I have a problem to establish a socket connection with the CF I have the following shortest sample, wich running fine with the emulator but fails on the real device (Ipaq or CASIO DT-X10M10E) The "192.168.69.2 Port 39064" is a Server in the local network. ------------------------...more >>

Button click event set to Click1?
Posted by Blarney at 1/14/2005 6:41:42 PM
Hello, every now and again I have a problem where my custom button click events that I've written using picture boxes, etc. end up being reset from the "click" handler to "click1". This is annoying because I have to go back through to reset all of the affected items. The way I correct...more >>

Pocket PC incomming phone calls
Posted by Tihomir Ignatov at 1/14/2005 5:16:53 PM
Hi all, I have a question! How to capture incomming phone calls to Pocket PC 2003 Phone Edition in .NET Compact Framework? Thanks Tihomir Ignatov ...more >>

PDA and Databases
Posted by glenn at 1/14/2005 2:46:12 PM
Can anyone recommend a database type to use and/or a tutorial somewhere that explains the ins and outs of writing a small PDA database application? Thanks, glenn ...more >>

Running application
Posted by acznet at 1/14/2005 1:53:01 PM
How can I know if an application is running? I know that is something like .runningAlready(), I tried to used but it doesn't work. Thanks for your time...more >>

DateTimePicker
Posted by acznet at 1/14/2005 1:47:01 PM
How can I enable my datetimepicker from the toolbox? Thanks for your time...more >>

DebugBreak in gethostbyName
Posted by Troy Anderson at 1/14/2005 1:07:49 PM
I am running with the latest QFE's for PB 4.2 and I keep getting a DebugBreak in the call to gethostbyname when I invoke it using "ppp_peer" as an argument and there is no PPP session. NOTE: I am doing this because my application needs to determine when a PPP session is established. Any c...more >>

SQL CE sync with MSDE (ie. running on XP Home, with no IIS)
Posted by Paul Aspinall at 1/14/2005 12:08:44 PM
Hi, I am trying to write an app that will run on XP Home (ie. no IIS), using MSDE, but which will sync to SQL CE. Can anyone offer some pointers or code samples (prefer C#), on how to do this. All the articles I can find seem to suggest using replication, or RDA, but both appear to use I...more >>



Get the application path
Posted by Régis LYARD at 1/14/2005 12:04:48 PM
I like to get the application path on Windows CE using VB.NET. System.Reflection.Assembly.GetExecutingAssembly.Location does not exist in the compact framework. Thanks Regis ...more >>

CheckBox/DataGrid
Posted by David Fúnez at 1/14/2005 10:27:05 AM
Hi; I have a DataGrid with five columns, and i want to insert or show in the fifth column a CheckBox control. How can i do this...? -- David Fúnez Tegucigalpa, Honduras ...more >>

Exiting application on PDA
Posted by glenn at 1/14/2005 10:12:30 AM
Can someone point me to where I can learn how to get the program on the PDA to actually exit and stop running when the user clicks the ok button? It is most annoying to have the program continue to run even after the user has clicked ok to close. I would like for my app to actually exit. Tha...more >>

Turning on Wireless
Posted by glenn at 1/14/2005 10:11:10 AM
I have a project that utilizes the wireless features of the PDA. I need to know if there is a way that I can turn the wireless access on and off in case the user forgets to. The program is an inventory control system in which they take inventory on the PDA and then at some point sync it to the ...more >>

Can't Invoke from System.Threading.Timer
Posted by zlaja81 NO[at]SPAM hotmail.com at 1/14/2005 7:55:03 AM
Can anybody tell me why I can't compile this simple piece of code? I can use Invoke when dealing with Forms.Timer with no problems, but I just can't get it to work with System.Threading.Timer. using System; using System.Drawing; using System.Collections; using System.Windows.Forms; using Sy...more >>

Marshalling a byte array from EVC3 DLL to VB.NETCF
Posted by Noble Bell at 1/14/2005 7:35:04 AM
Hello, I have a evc3.0 dll written to handle an internal camera. In the following function from the dll: HRESULT hpCamPReviewGetBGR16(HANDLE hCamera, LPBYTE pBuffer); The 'pBuffer' is a pointer to a buffer to receive the preview frame. The size of the buffer needs to be width X height X 2...more >>

immediate data bind transfer
Posted by Iain McGinniss at 1/14/2005 7:29:03 AM
I am currently writing a compact framework application with uses the data binding capabilities of windows forms controls. In this application, I am binding controls (mainly text boxes) to a custom object type, with properties defined suitable for binding to (including the associated propertyCh...more >>

Repost: Hibernate()
Posted by Hari at 1/14/2005 6:11:04 AM
hi, yesterday i have posted a question regarding something strange. today i observed my application very closely and found that : whenever more memory consumption is there, the OS is trying to close my application and because of that, all the forms which i have kept in memory get closed a...more >>

KeyPreview
Posted by Robert J at 1/14/2005 4:34:38 AM
Hi All, When are we likely to see a new version of the CF that includes things like KeyPreview ? Will there be a SP3 or will we have to wait for version 2.0 ? I am writing apps for PDA's that have a full keyboard and it would be very handy. Cheers Robert ...more >>

sliding divider
Posted by Chance Hopkins at 1/14/2005 2:52:52 AM
I have a simple form with a tree view and a list view each with 50% of the screen. I'd like to put a divider in the middle of the screen and let the user resize the two at once. I'm thinking it would be a simple control a few pixels wide which grabbed the mouse event somehow and resized the...more >>

Asp.net Insert into datagrid textbox
Posted by Paolo at 1/14/2005 1:27:01 AM
Hi, I have a datagrid containing template columns which allow editing of the values contained in the datagrid through the use of text boxes. One of the fields in the datagrid displays the time and date. When a row has been selected for editing I want to be able to click a button i...more >>

iPAQ hx4700
Posted by Glyn Meek at 1/14/2005 1:00:54 AM
Our application keeps failing on this particular product, but works on everything else we have tried. Does this product have a non-ARM processor, and so require a different .cab file for the builds? Regards Glyn Meek ...more >>


DevelopmentNow Blog