| Thread | Last Post | Replies |
|
| Connecting to FTP server | 06 Mar 2006 16:19 GMT | 2 |
In my application a Pocket PC is connected to a desktop using Active Sync via USB port. Could you please let me know whether it is possible to connect to a FTP server from that Pocket PC
|
| Automatically Loading a Program | 06 Mar 2006 16:19 GMT | 2 |
I'm trying to make my application load when the PPC loads, so that is the first that they see. Is there a way of doing this? Many Thanks
|
| edit Registry with VS 2005 ? | 06 Mar 2006 15:40 GMT | 2 |
|
| Flight Mode on/off | 06 Mar 2006 15:38 GMT | 1 |
Is there a way to turn on and off the wireless signal? where wireless signal off means Flight mode. I want to do this in C# for Mobile 5.0 PocketPC Johann
|
| H/W Keys | 06 Mar 2006 15:36 GMT | 1 |
Hi, can someone point me to a guide to assigning/ disabling the hardware keys porgramatically? I know it can be done just not found out how yet! Many Thanks
|
| RAPI over WiFi | 06 Mar 2006 15:31 GMT | 2 |
Is it possible to establish a connection & execute RAPI commands on a Pocket PC through WiFi? Or is RAPI only limited to ActiveSync connections ? Cheers, Lionel
|
| Scan for SSID on Windows Mobile 2003 | 06 Mar 2006 15:29 GMT | 1 |
I'm trying to scan for all SSID that are in the range of my pocket PC. But I have a strange bug when I try this operation. I'm using evC++ 4.0 SP4. The problem is that I always have the 3221225473 error code when I call GetLastError() after DeviceIOControl failed. I don't understand
|
| Using DLLs | 06 Mar 2006 15:04 GMT | 1 |
I have some functions exported from a DLL (i don't have the *.h or *.lib) and i want to import those functions in my WIN32 application.This is how i'm doing it: HINSTANCE g_DllInst;
|
| Pocket PC - DHCP IP address | 06 Mar 2006 14:05 GMT | 1 |
My pocket PC takes the IP address from my DHCP server. I have kept one executable in \Windows\Start up. folder. This executable accesses the network to get some details. Now this executable is getting executed before the device gets the IP
|
| Another Newbie asks: Getting files from PPC? | 06 Mar 2006 13:12 GMT | 4 |
I need to get files (or data in some format) to and from the device, likely when the device is connected via ActiveSync. From a desktop app, how would I go about copying a file from the device? If I have data in a SQL Mobile database can I connect to it using a
|
| Class1 SMS | 06 Mar 2006 09:33 GMT | 3 |
Im actually new to pocket pc development. I have VS2005 and know only VB.net. I need to know how to send an sms with VB.net. The sms sending sample provided by msdn sends a class 0 message but i want class 1 sms. Can someone provide me with the coding changes ive to do in ...
|
| How to play wav file with vb script on pocketpc | 06 Mar 2006 03:55 GMT | 1 |
I have the requirement to play a wave file with vb script on pocketpc. I know the dll is "coredll.dll" and the method is "PlaySound". However, I don't know the paremeter to use in CreateObject method. Any help is appreciated. Thanks a lot.
|
| Help :Begginer is mobile development ? | 05 Mar 2006 13:23 GMT | 3 |
I have an sql server database which contains customer data. one of my customer would like to have access to those data from his pocket PC. From his pocket he should synchrosise customer data (read or write) from a button or when it is plugged on its caddle.
|
| GPS api on CE 5.0 | 05 Mar 2006 11:47 GMT | 1 |
Is there any way I can use GpsApi on CE 5.0? thanks
|
| MessageBox and MB_OK on Pocket PC | 05 Mar 2006 05:17 GMT | 1 |
When I use this code: MessageBox(hwndparent, _T("A soft reset is required to finish installing. Click OK to reset."), _T("Title"), MB_OK| MB_SETFOREGROUND | MB_ICONINFORMATION);
|