| Thread | Last Post | Replies |
|
| MDI Conatiner ! ! ! | 10 Jan 2007 12:08 GMT | 3 |
Can i make a .netcf form a mdicontainer as we can do it with forms of windows application. Right now i am giving a menu to every form seperately.Please suggest the solution.
|
| ipaq and gps with C# | 10 Jan 2007 12:07 GMT | 2 |
I would like to write an application that will use gps and bluetooth to calculate the speed of my vehicle. I would like to display this on my PDA. I have a bluetooth GPS device and an IPAQ PDA. I already have some GPS software but I would like to develop some of my own
|
| SafeArrayCreate and SafeArrayGetVartype problem | 10 Jan 2007 09:46 GMT | 4 |
I am developing an application for WinCE 5.0 that has this code in it: SAFEARRAYBOUND rawDataBound = { length, 0}; SAFEARRAY* rawData = SafeArrayCreate( VT_UI1, 1, &rawDataBound); BYTE HUGEP *buffer = NULL;
|
| How to: remote debugging on PPC | 10 Jan 2007 06:49 GMT | 2 |
I'm a newbie in Visual Studio programming for pocket pc, I have a demo project and I would like to debug this application on my device, can someone show me the basic step to do that? FYI, I can't use the emulator because my prh makes use of the bluetooth
|
| verify signature | 10 Jan 2007 01:18 GMT | 4 |
When an executable or dll is signed, what happens exectely? Is the signature not simply added as a resource file? This is standard, since windows XP seems to be able to display the signature of a winCE binary.
|
| How to write into Pocket word or Pocket excel using compactframework 2.0 (c#) | 09 Jan 2007 13:32 GMT | 1 |
I need to write data(text ) into Pocket word or excel .. writing to txt file works fine .Any ideas on word or excel API in pocet PC (windows mobile 5.0)
|
| Where can I find the richink.lib and richink.h file? | 09 Jan 2007 09:28 GMT | 5 |
Could anybody please tell me where can I find the richink.lib and richink.h file which can be used on WinCE 4.2? I have installed the platform builder 4.2, evc 4.0 and standard SDK, but I cannot find the two files on my computer...
|
| Wizard style dialbogbox | 09 Jan 2007 04:26 GMT | 2 |
On Windows, using MFC, the way to create a wizard, was to use CPropertySheet with CPropertyPages in wizard mode. How is this done best on PPC? My idea is to create dialog based application, which will be like
|
| Visual Studio documentation pointer | 08 Jan 2007 21:33 GMT | 2 |
I'm somewhat used to working in IDEs, so I figured I could change the text of a menu item or two and get away with never having found where in this installation the local manual copy is (if I even have one). I'm using Visual Studio 2005 to work on a Windows Mobile 5 application
|
| Remote Data Access | 08 Jan 2007 15:35 GMT | 4 |
I am using vs.net 1.1 with sql ce 2.0 and sql server 2000 sp2. I am using remote data access of sql ce name SqlCeRemoteDataAccess. i am constantly getting a error : A request to send data to the computer running IIS has failed. For more
|
| Converting mp3 to wav | 08 Jan 2007 14:46 GMT | 2 |
I need to convert an mp3 format to wav format through my application or in other words I wan't to do it programatically in Windows Mobile 5.0 but not able to do. Please help me out with the any links,code snippets, source code etc.
|
| Write to Word through C# | 08 Jan 2007 14:43 GMT | 1 |
Can anyone help me please. I have created a table in Word Document with some fixed number rows and columns and put the contents into the appropriate cell , but the contents is wrapping into the cell and the cell height is increasing automatically , but
|
| WM5: ToolBar vs. SoftKeys: which to use? | 08 Jan 2007 14:39 GMT | 1 |
I am rewriting a GIS application using .NET CF (2.0) that was originally written for PalmOS. The main target platform should be Windows Mobile 5.0 (What would be the reasons to support PPC 2003 ?) Reading the UI Guidlines, I figured, that the preferred way to handle
|
| How to simulateing the long press? | 08 Jan 2007 14:21 GMT | 1 |
I wanna to send a long press key event to a specific window, and I found the system will pass WM_KEYDOWN event with 1073741825 more times after normal WM_KEYDOWN event (with 0). So I write my code below.
|
| Target PPC2003 on WM5 devices | 08 Jan 2007 10:47 GMT | 2 |
Helo, In VS you can choose your target, up to know I have always worked with PPC2003 as target. For WM5 target, will the app will work faster is the target is WM5 or
|