| Thread | Last Post | Replies |
|
| Notification Ballon | 07 Apr 2006 15:02 GMT | 1 |
Is there a way to display the Windows Mobile 5.0 SDK - Notification Ballon when an event occurs directly, without displaying the notification icon on the SystemTray?If you know how , please let me know. Thanks.
|
| install .net frame work | 07 Apr 2006 15:01 GMT | 6 |
I created an application using vb.net and visual studio 2005 for pocket pc 2003. When i copied the application to device it shows me following message: "This application requires a newer version of the microsoft .net compact
|
| GPS on MIO A701 | 07 Apr 2006 13:53 GMT | 3 |
we have developped an application to mesure surfaces using GPS (no, it is not very precise, but it gives an idea of the size en shape). Until now, all pockets with all kind of GPS antennes worked (Bluetooth, CF, built-in).
|
| LSP on WinCE | 07 Apr 2006 11:56 GMT | 2 |
I'm developping a LSP on windows CE 2003. I have it run, but it don't seems to see GPRS packets. Is it possible to use LSP for this ?
|
| Determine Language | 07 Apr 2006 11:48 GMT | 2 |
I'm trying to find what functions to use (if there are any) in Win32 API to determine the Pocket PC's current language settings.If you can help me , I would greatly apreciate it. Thanks
|
| Replacing string and caps lock | 07 Apr 2006 11:44 GMT | 1 |
In delphi on change event I do : Edit1.Text := StringReplace(Edit1.Text, '0', 'O', [rfReplaceAll]); to replace a number 0 with the letter O. What is the equivalant in c#.
|
| TreeView control - determine which TreeNode was selected w/MouseDo | 07 Apr 2006 11:36 GMT | 1 |
Does anyone have a good way to determine which Node is selected, using Mouse functionality (versus using the TreeView_AfterSelected method)?? I've scene the documentation that states there should be a TreeView.GetNodeAt(Point) method which would allow you to trap the X & Y ...
|
| Always on top | 07 Apr 2006 11:32 GMT | 1 |
im making an application that is 1/4 the size of the screen and i want it to be always on top while i do other things with my pda. is there a code for this in C#? i would reallly appreciate any help. I really need this for my thesis. Thank you so so much.
|
| threading or event problem in pocket pc with VS2005 | 07 Apr 2006 11:26 GMT | 3 |
I'm using visual studio 2005 visual basic to start a thread in order to change the UI component in pocket pc 2003. I've already used an Event to handle this case. But it only works in VS2003. When I was using VS 2005 to apply this case, a run time error occur. An unsupported ...
|
| POOM Notifications | 07 Apr 2006 10:14 GMT | 3 |
I've searched high and low for a complete, working example of Pocket Outlook notifications, and I couldn't find any. The only example I could find was the one in the Windows Mobile 5.0 documentation. Basically, I'm trying a notification when an appointment entry changes. I
|
| WM5 and ConnMgr problem (cannot connect after soft reset) | 07 Apr 2006 09:49 GMT | 2 |
I develop an application which uses the bluetooth GPRS connection. I use ConnMgr API (I used the CMHELPER from Windows CE Tools as an example to build it) to establish the connection. Everything worked fine on WM 2003 until I installed it on WM 5. I noticed that
|
| How to get device name? | 07 Apr 2006 08:42 GMT | 2 |
How to get device name from which is set in About/Device ID/ Device name and how to set image as Today Background using native code in Windows Mobile 5.0 Thank you,
|
| Menu in dialog box | 07 Apr 2006 03:34 GMT | 3 |
For Pocket PC, I created an MFC dialog based application and inserted a new menu in it from resource view. Then in OnInitDialog(), I used following code: m_menu.LoadMenu(IDR_MENU1); // This returns successful
|
| WM5: suspend problem | 07 Apr 2006 02:30 GMT | 9 |
I have some problems with suspend on Windows Mobile 2005: you, too? Where can I find some info about the differences between WM2003 and WM2005, moreover about resume process? Massimo
|
| how to open .cab programatically? | 07 Apr 2006 01:42 GMT | 1 |
How can I open .cab file programatically (I need just one file from it), i.e. how can I decompress it to extract files from it? I've searched elder posts but didn't find anything usefull... Thank you for replying!
|