| Thread | Last Post | Replies |
|
| GetSystemPowerStatusEx2() Problem | 16 Oct 2006 15:23 GMT | 3 |
I am developing an application which can read the power status of power pc. Here is my code: BOOL ReadResult; ReadResult = GetSystemPowerStatusEx2(pSystemPowerStatusEx2, dwLen, TRUE);
|
| Ping from PocketPC | 16 Oct 2006 15:01 GMT | 2 |
I have created a small utility for Windows Mobile 5.0 based Pocket PC. The utility allows me to ping any host by sending an ICMP packet an receiving a reply from the specified host. For some reason when the device is connected to the internet through
|
| menu item | 16 Oct 2006 14:07 GMT | 1 |
In my VB code, I have created an entry in menuitem with the following code. aMenu = New MenuItem aMenu.Text = "Hello" mainMenu1.MenuItems.Add(aMenu)
|
| Wrapping C++ dll | 16 Oct 2006 14:03 GMT | 1 |
I have a source code for a C++ dll. dll/libmaster.dll : DLL with master core (MS VC++) vb.net/* : Visual Basic .NET wrapper libray source and examples Then I create a libmaster.net.dll . But when I add the libmaster.net.dll to
|
| How to call Activex destructor..? | 16 Oct 2006 06:54 GMT | 2 |
I use PocketPC 2003 SE I have Visual Studio 2005 My ATL main class. class TestATL{
|
| Reading Bluetooth RSSI under Windows CE | 16 Oct 2006 01:02 GMT | 1 |
Is it possible to read the bluetooth signal strength under Windows CE? If yes, how? thanks a lot, Daniel
|
| Windows Mobile 5 ASP.NET Rendering Problem | 15 Oct 2006 19:14 GMT | 1 |
Help! We're using an ObjectList control to produce a neat table of data for rendering on Windows Mobile 5 devices through IE. We've got two different Windows Mobile 5 devices - device A is OS
|
| C# to VB question | 14 Oct 2006 20:58 GMT | 1 |
I am trying to write PocketPC installer for my .cab file in VB, using site: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ deploy_cf2_apps_cab_msi.asp as a templet.
|
| Closing forms in Load | 14 Oct 2006 17:10 GMT | 2 |
All, This may be a stupid question, but how can I load a form, perform some action, and close the form? This is what I'm doing: The user selects to export some data from a database. A form is displayed
|
| Image in notification bubble | 13 Oct 2006 16:58 GMT | 1 |
I would like to have a notification bubble (SHNotificationAdd) with image embedded inside the HTML body. This is not documented but possible since system bubbles have image inside. I have tried with <img src=".."/> tag but it fails. I also tried <object type="image/png"> without ...
|
| PocketPC models, dates, OS versions | 13 Oct 2006 14:59 GMT | 1 |
I need a resource that shows various PocketPC models , approximate dates of introduction and discontinuation , and OS name and version. Does such a best exist ?
|
| DirectDraw still cover start menu | 13 Oct 2006 11:46 GMT | 1 |
I use Mobile 5.0 device to develop DirectDraw program. There is one problem need your help, that is when my program drawing content and user click "Start" menu, the menu presentation will dirty by my program, but still can click those dirty menu items.
|
| Running External Applications in C# | 13 Oct 2006 08:00 GMT | 1 |
I have a situation where I need to check if an application is running, and if not, run it. I saw how I could do this using the Process class. However, I'm using CF 1.1 and Process is only in 2.0.
|
| Can we connect/disconnect to ActiveSync programatically? | 13 Oct 2006 04:53 GMT | 5 |
I want to disconnect ActiveSync connection programatically. I want to do this in my Windows Mobile 5.0 device. I searched most of news groups but I couldnt get any relevent information. Can some one help me on this.
|
| pkcs12 certificate parsing using MS CAPICOM in WM 5.0 | 13 Oct 2006 04:48 GMT | 2 |
I am facing a problem in using MS CAPICOM COM Wrapper in .NET CF 2.0. I am geeting an error of class not registered. Could anybody tell me the solution for this? EggHeadCafe.com - .NET Developer Portal of Choice
|