| Thread | Last Post | Replies |
|
| Value of controls? | 05 May 2006 18:32 GMT | 2 |
How can I get the value from a Checkbox as control based on controls index instead of controlname? I need something like: Value=Controls(1).checked Hans
|
| networking with compact framework | 05 May 2006 17:32 GMT | 3 |
maybe i need just the right guide to networking with CF... someone can tell me a title of a book, or a simple tutorial/website where to find _all_ i need to know to establish a solid network communication between a .CE device and a PC?
|
| wm2005 smartphone : images loaded in pictureboxes are sized wrong | 05 May 2006 17:18 GMT | 1 |
Unexpected behavior: You take a .gif image, say 148 x 148 pixels. Create a picturebox at design time and make it the same size. Set the size mode to "normal". The image will render on the device about 25% smaller. Making sizeMode "stretch" works, but creates problems with any new ...
|
| How to add an Entry in Today Screen? | 05 May 2006 17:04 GMT | 2 |
I am new to Embedded World. In Windows Mobile 5.0, how to add an Entry in the Today Screen. Any clarifications please let me know. Advance Thanks. Regards Nanda R
|
| Reset all checkboxes on form?? | 05 May 2006 16:51 GMT | 1 |
Is it possible to reset all checkboxes and other controls on the form? I would like something like: If Controls(i).GetType.ToString = "Checkbox" Then Controls(i).checked = False
|
| LowLevelKeyboardProc question | 05 May 2006 16:38 GMT | 5 |
According to the documentation for LowLevelKeyboardProc, it states "If the hook procedure processed the message, it may return a nonzero value to prevent the system from passing the message to the rest of the hook chain or the target window procedure. "
|
| Pocket PC Context Menu | 05 May 2006 14:33 GMT | 1 |
I am working on a dialog based application in VC++(Pocket PC). I have a picture control on my Dialog. I want to show a context menu when I click anywhere in my picture control. I tried locating the click position of the stylus using GetCaretPos and GetCursorPos. But
|
| CeCreateFile and Windows Mobile 5 | 05 May 2006 14:20 GMT | 12 |
Windows Mobile 5 allows you to password protect your Pocket PC. When I password protect the Pocket PC and then try to use CeCreateFile it does not allow me to create the file. Is there any way around this? Thanks
|
| API for GPRS signal | 05 May 2006 11:18 GMT | 1 |
I need to read from GSM/GPRS modem the GPRS signal. Which are the API to use ? I would prefer not to use the openNETcf class. thanks Nicola
|
| Preventing user to explore PocketPC through ActiveSync | 05 May 2006 09:24 GMT | 2 |
Im developing an application that will prevent the unauthorised user from exploring the PocketPC through ActiveSync. How can i do it programatically. Any code samples? Thanks in advance.
|
| SD Card Popup Message | 05 May 2006 07:21 GMT | 1 |
I have cabs file that I use ActiveSync to put them down to PPC/Smartphone devices. When a PPC/Smartphone has a SD card. I get a pop-up message asking
|
| alternatives to microsoft IDE? | 04 May 2006 22:18 GMT | 7 |
just a little question is there any development tool that can be used instead of visual studio and its brothers? there's no eclipse module suitable for pocket apps design? my problem is that i _do hate_ visual studio...
|
| Mappoint | 04 May 2006 21:39 GMT | 1 |
I am using Mappoint 4.0 with .NET Compact Framework 2.0 to build an application whivh is targetted for Pocket PC 2003 device. I am receiving an error which displays "WebException". I have created an account in the MapPoint web service developer account.
|
| .net - hard to deploy on pocket pc | 04 May 2006 21:23 GMT | 3 |
Hi, i am going to create app for pocket pc. I'd like to use .Net, but it am afraid of deployment. I mean, there is no .net libraries on most default windows ce installations (am i correct?). So, i have to ask user to install one before she install by app.
|
| Call History - menu | 04 May 2006 19:53 GMT | 6 |
i'm trying to add my menu in 'Call History' popup menu.
>From SDK: "The Call Log application supports the context menu extensibility mechanism. The context name for this application is Phone, and the
|