| Thread | Last Post | Replies |
|
| identifying bluetooth stack | 10 Jun 2005 16:06 GMT | 2 |
Is there a way to identify if the device does NOT have the microsoft bluetooth stack? Right now using BthGetMode() and waiting for failure isn't good enough, because it
|
| Windows Mobile 5.0 Device Emulator 1.0 cannot connect to internet | 10 Jun 2005 10:08 GMT | 1 |
I build a little web browser application for windows mobile 5.0 and I wanted to test it on the emulator. But it cannot connect to the internet. I thougt the emulators 'network card' is bound to the local one?? What has to be set up? Any hints? THX!
|
| ....Can anyone help me do this | 10 Jun 2005 04:33 GMT | 2 |
GSM/GPRS modem Hello. i have a problem. we are into developing Hospital ECG scanning device,our application saves all ECG generated images when movement occurs and overwrites when next movement is detected. I have connected GSM
|
| Open call dialog | 09 Jun 2005 23:38 GMT | 1 |
How can I programmatically open dialog where the user can start calling and automatically set calling number Or just start calling (or initiate calling procedure)
|
| Thanks | 09 Jun 2005 22:00 GMT | 2 |
I just wanted to say thank you to all the people who patiently answered my questions in this newsgroup. I now have my application fully ported to Pocket PC, complete with a Today plugin, a setup.dll that shuts down the app and unloads the DLL, the lot. I couldn't have done it ...
|
| Problem to deploy an application | 09 Jun 2005 21:54 GMT | 1 |
I have a problem to deploy an application on Windows Mobile 2003. When I deploy the application, I obtain the following message : ------------------------------------- "sqlce.wce4.armv4.cab" is more recent on the device than on the PC. Do an
|
| multiple 3D app instance | 09 Jun 2005 20:17 GMT | 4 |
I am direct3d programmer in PC environment. but I have no experience in pocketPC OS. I have a question . if I run 2 3D programs ,
|
| A timer and critical section question | 09 Jun 2005 18:27 GMT | 18 |
Just a query suppose I have a data structure which is used by two functions A() and B() where B is a timer function which is called by setTimeEvent() to be called after every 3 sec. Their implemenation is as follows. int A()
|
| Replacement for GetDIBits | 09 Jun 2005 18:19 GMT | 3 |
I have a Bitmap and I need access to the RGB data, I have the bitmap handle (HBITMAP) but I cannot work out how to get the pointer to the RGB data. I would normally use GetDIBits but it looks like its unsupported. Anyone have any ideas ?
|
| Data binding | 09 Jun 2005 14:42 GMT | 3 |
I want to display my Sql Ce DB tables in my Gui. Which control is better, a ListBox or a Datagrid ? and why?
|
| SQL QUERY FOR "AS [Column Name]" under SQL CE | 09 Jun 2005 14:38 GMT | 1 |
if i want to do a sql query with select field1 as [Column Name] from table1..., what should I do ? I found that "as [Column Name]" is not supported in sqlce... wonder if there are other ways to help change the column name ?
|
| WaitCommEvent hangs | 09 Jun 2005 13:09 GMT | 2 |
I'm trying to read from COM1, but WaitCommEvent returns only when there is an event on the port. If there is no device connected there will be no events and the application hangs, I mean really hangs the PDA must be rebooted.
|
| Why I can't use time() ? | 09 Jun 2005 12:20 GMT | 4 |
EVC 4.0 #include <time.h> time_t start; start = time(0); error C2065: 'time' : undeclared identifier
|
| Current directory | 09 Jun 2005 09:05 GMT | 7 |
Is there a way to obtain the current directory in ppc2003? I was unable to find it , and I need it to complete the conversion relative paths to absolute paths Thanks
|
| can not connect to my PocketPC 2003 with WinCE 3.0 from eVC++ 4.0 | 08 Jun 2005 21:19 GMT | 2 |
can somebody give me a hint how i could connect eVC++ 4.0 SP4 with my Compaq Ipaq (PocketPC 2003, WinCE 3.0)? I installed Platform Manager and all SDK's. In eVC++ no configuration under the menu point Tools-> Configure Platform Manager works.
|