| Thread | Last Post | Replies |
|
| Problem in using SendMessage | 24 Apr 2007 09:28 GMT | 3 |
I am using following code for inter process communication, but I keep getting 0 in the result. // //Declarations
|
| Readng file from a PDA Emulator | 24 Apr 2007 09:28 GMT | 2 |
I am trying to deploy my application to my Windows Mobile 5.0 Pocket PC Emulator's program files directory and on top of that, I am trying to read a file from my application folder in my emulator as well. how do I track the path of the file which I wan to read? for instance my
|
| Managing Ports in Windows Mobile Based Devices? | 24 Apr 2007 06:46 GMT | 4 |
I have a security related question to consult you. May I know whether there is any port vulnerable to attacks and exploitation on a windows mobile based smart device? Also, may I know how can I programmatically open or close some ports in VB
|
| Provisioning Mobile2Market app with user specific data. | 24 Apr 2007 06:36 GMT | 2 |
Hi, We're developing a app that is mainly provisioned by SMS from server either hosted by our customer or by us. The application is user-centric and requests updates to the hosted server from time to time.
|
| Control Panel applet on Windows Mobile 5.0 | 24 Apr 2007 02:54 GMT | 2 |
I have an control panel applet written using PropertySheet & PROPSHEETHEADER API's. It is observed that after launching the application and then tapping the TodayScreen, the applet is not closed and fail to go to TodayScreen.
|
| How to get window handle? | 23 Apr 2007 17:52 GMT | 3 |
I am developing an application in c#, in which I need to implement Inter process communication using SendMessage naitve function. But I require winodw handle of my other process and i am unable to find it using FindWindow function. Please advice how to get window handle of my ...
|
| Pocket PC 2003 : Creating a Shortcut | 23 Apr 2007 14:31 GMT | 2 |
I'd like to build either a CAB file or a CPF file that create a shortcut in the start menu. With a cab file I successfully created a shortcut, but I have to include the target in the cab file and I don't want.
|
| How to use MailDisplayMessage() API?? | 23 Apr 2007 12:58 GMT | 2 |
i want to display the incoming message through my application. I can use messgae interceptor for that and can call MailDisplayMessage() API to show the message.But i am not able to do so. Because it requires the EntryID of the message how to get this entryid?? Can anyone please ...
|
| GPRS Connection | 23 Apr 2007 08:25 GMT | 1 |
How can i open/close a gprs connection with c# from a pocketpc2003/WM5 device? Any ideas? Thanks in advance.
|
| How does a program know when to stop? | 23 Apr 2007 05:45 GMT | 15 |
When a user opens a Pocket PC's Task Manager, selects a running program, and taps Stop, some programs know that they should stop. Other programs don't know, so the Task Manager displays a dialog criticising the program and letting the user tap End Task.
|
| How to extract number from incoming SMS text? | 23 Apr 2007 05:20 GMT | 4 |
How can we extract the number which is in the sms text. Suppose i send received the following sms from someone " My mobile number is 989898989.Please call me on this number". Now if i want to save this number directly from the sms menu to the contacts,how can i do it.Is there any ...
|
| How to Close Windows Media Player from Smart Device Application? P | 23 Apr 2007 03:58 GMT | 8 |
Due to the fact that my post has been pushed to the pages behind, therefore I repost it here with my current codes, I hope I'm allowed to do so. I followed the guides given however I do not know how to continue, and is anyone able to guide me along? I'm just s** at API programming ...
|
| Is there any OCR SDK Available that Works with Windows Mobile 5.0? | 23 Apr 2007 03:56 GMT | 2 |
I would like to know whether there is any OCR (Optical Character Recognition) SDK available for Windows Mobile 5.0 and compatible with .NET CF 2.0 or OpenNetCF 2.0? Does these two CF have their own API for OCR too? So far I can only find Abbyy SDK which I need to pay before I can ...
|
| Minimise to Notification | 21 Apr 2007 20:26 GMT | 4 |
Does anyone know how to minimise an application so that it's icon appears with the notification area (or is it System tray). I've looked everywhere for examples on how to do this, and can't see anything within a VB.Net example to show how to do this.
|
| sendkeys between applications | 21 Apr 2007 14:38 GMT | 2 |
How do I get a list of active applications? I need to find a reference to a specific running application (or even better start it if not already running), set focus to it and then manipulate it e.g. by the sendkey method.
|