| Thread | Last Post | Replies |
|
| PPC modem | 14 Sep 2004 15:32 GMT | 14 |
Has any one heard of this? A modem for a pocket pc that uses the voice channel of a cell phone (PPC headset jack to cell phone headset jack)to send FSK modulated data through ANY cell network (GSM, CDMA, AMPS, IDEN, TDMA)to the phone
|
| File viewing in VC++ | 14 Sep 2004 14:18 GMT | 2 |
Is there any way of having two windows open viewing the same file ? I have similar code (not exactly the same) in several functions and need to update it so I'd
|
| CreateThread - exitThread and closeHandle | 14 Sep 2004 13:04 GMT | 2 |
I've a class that starts a thread using if(createthread()==NULL){ ...} after the thread has started I leave the class and do delete classthatstartedthe thread. The thread run's on the background using only variables declared in
|
| How to resize all the controls during runtime | 14 Sep 2004 10:31 GMT | 10 |
I am using Visual C++ 6.0 and eMmbedded Vvisual C++ 4.0 to develop Windows and PPC applications. I knew WS_THICKFRAME can be used to resize the window during the runtime. Did anybody know how to resize all the controls (like the text and pictures
|
| Save my barcode records in ListBox into text file (VB.NET CF) | 14 Sep 2004 09:52 GMT | 1 |
This is my 2nd questions reagarding the ListBox in my Pocket PC Application. Please take a look below source code. With this source code, I can use my Pocket PC to scan Barcode Label. ListBox will display all the Barcode Label data when user finsihed scan thier barcode label. ...
|
| advice: new pocketpc owner wanting to develop | 14 Sep 2004 08:16 GMT | 1 |
I have just got myself a pocketPC device and would like to do some development for it. I am used to programming for win32 using visual studio. Can somebody please recommend what I should do to develop my first application?
|
| How to show a Tab Control at the top of the Z order | 14 Sep 2004 03:51 GMT | 6 |
I am using Visual C++ 6.0 and eMbedded Visual C++ 4.0. The question seems easy at the first look: I want to show a Tab Control at the top of a big Bitmap control. However, after the program runs, only the Bitmap is shown, and the Tab Control cannot
|
| Porting app using GetStdHandle | 14 Sep 2004 02:10 GMT | 1 |
I would like to port a C++ application, and I am checking to see if there is a one-to-one replacement for the GetStdHandle function call. This functionality is not critical to the application, but I want to make sure that I don't miss an opportunity to include this functionality ...
|
| Ethernet ActiveSync for 2003 device | 13 Sep 2004 21:02 GMT | 1 |
I used to know how to connect a Pocket PC device to ActiveSync using ethernet. They have changed the old method and it no longer works with my new Pocket PC 2003 device. After establishing a RS232/USB connection my PC was listed in ActiveSync. With the older versions of ...
|
| connecting form Desktop to Pocket PC, ping fails | 13 Sep 2004 20:49 GMT | 1 |
hello:) I'm connected with the cradle. I use "vxUtil" to resolve ppc's IP. I managed to do that. Than I want to ping my Desktop machine, but without any success. I also try to
|
| lost network, time etc.. settings after cold boot..? | 13 Sep 2004 20:46 GMT | 1 |
i lost to all network,gprs, time etc. settings everytime after cold boot.. how can I re register them again aoutomatical? thank you
|
| Why cannot use SetWindowPos() directly inside of OnSize() | 13 Sep 2004 17:33 GMT | 6 |
I would like to resize the controls in a dialog when the dialog size is changed by the user during runtime. So I called SetWindowPos function directly from the OnSize() of the dialog. However, the software corrupts everytime, with Error Message "The instruction at "0x6c3bd5b5" ...
|
| Creating a Progress Bar | 13 Sep 2004 15:06 GMT | 5 |
I have a dialog based app and I am trying to create a progress bar. The only problem is that even after just creating it I end up with an ERROR_ACCESS_DENIED error. I have tried several different approaches. Making it with a set
|
| Replication problem | 13 Sep 2004 13:37 GMT | 5 |
"The SQL Server CE database is not enabled for replication. [,,,,,]" How do I solve that? - I created a merge replication (for SQL Server CE databases) at my SQL Server 2000;
|
| GAPI problem in landscape mode | 13 Sep 2004 11:17 GMT | 2 |
I am using GAPI (Game API) in my application. It works fine in portrait mode. However when I am in landscape mode, a call to GXOpenDisplay() automatically changes the display orientation back to Portrait mode. Can anyone help me to use GAPI in landscape mode ?
|