| Thread | Last Post | Replies |
|
| Dialog communication | 06 Dec 2005 04:31 GMT | 1 |
If I have a Dialog (with their classes) with a couple of CButton on it, how can I send message to other dialog (another class) to do something, and the return to function where I've sent that message?
|
| questions about PDAs with VGA screen resolution | 06 Dec 2005 02:36 GMT | 3 |
I'm running an app I've written (for iPAQs with 320x240 resolutions) on my new Dell Axim X50v which has VGA screen resolution. My app appears to fill the entire screen. Does this mean (1) that the AXIM has expansed my program's image to fille the VGA space or
|
| GetCurrentProcess() | 06 Dec 2005 01:52 GMT | 1 |
I have problem to get Current process in C# Pocket PC program. I am using System; System.Diagnostics; System.ComponentModel; And try to call 'System.Diagnostics.Process', system NOT compile. ERROR: The type or namespace name 'Process' does not exist in the class
|
| Writing ActiveSync extension | 06 Dec 2005 00:33 GMT | 6 |
I need to write a program that would sync or getting data from the Pocket PCs. I know this can be done by writing some ActiveSync extension. I have found some info on how to do that on MSDN, but those are hard to
|
| Quick question about developing for Mobile 5.0 | 06 Dec 2005 00:28 GMT | 6 |
Just scratching the surface here, but do I need to have VS.Net 2005 to develop for Mobile 5.0? Already have VS.Net 2k3 and develop for PPC03, but I haven't seen any requirements listed anywhere for 5.0. 1) Can VS.Net 2k3 apps developed for PPC03 run under Mobile 5.0 (ie, Dell
|
| How to convert a String into Byte[] | 05 Dec 2005 23:40 GMT | 4 |
Thanks for this great forum and my convertion from Byte[] into String works beautifully with Encoding.ASCII.GetString() Anyone how to do the reverse, I mean convert a String into Byte[]? In C\C++, I will cast the CString into LPCTSTR and use simple memcpy.
|
| eVC++ 4.0 & WM 5.0 | 05 Dec 2005 22:45 GMT | 3 |
Can I develop applications from eVC++ 4.0 SP4 for Windows Mobile 5.0 OS or not? I've tried to connect directly to my device (WM 5) from EVC and all pictures I've used in my application are automatically streched (32x32 .bmp picture is, for example, streched to 64x64). Everything ...
|
| CreateFile cannot open a file unless it is in certain directories | 05 Dec 2005 21:46 GMT | 6 |
My application makes use of some read-only text files (a database of sorts) for input. In porting from Win32 to Pocket PC, I am having trouble opening these files up. If I put them in some subdirectory of the "\My Documents" directory then I can open them up fine. But if I ...
|
| what is value of PDA (wince) keyboard button ? | 05 Dec 2005 21:46 GMT | 4 |
The keyborad button I mention above is the PDA 's hot key button .We can set them to run the specific program . but I want to register them to execute specific command . but I don't know what value of them . can you tell me , thanks!
|
| Debug VS.net 2005 ppc projects | 05 Dec 2005 21:03 GMT | 2 |
I have a PPC VS.net 2005 solution including both managed (C#) and unmanaged (C++) projects, could I debug both managed and unmanaged projects all together in a single debug session just like Windows VS.Net 2005 projects? If so, how to set the project?
|
| VS 2005, ActiveSync & wi-fi | 05 Dec 2005 20:49 GMT | 11 |
I have been using VS.NET 2003 to develop apps for Pocket PC 2003 and as I use wi-fi on a day-to-day basis, I deploy the apps to the Pocket PC via wi-fi during the development process. I have now installed VS 2005 (Pro), and cannot deploy to the Pocket PC
|
| MSXML 3.0 on Pocket PC 2003 | 05 Dec 2005 20:20 GMT | 3 |
I read from few blogs that Pocket PC 2003 (Win CE 4.2) supports MSXML 3.0, however when i go though the files, i could not find msxml3.dll file, i could find only msxml.dll which is of MSXML 2.0. So please let me know how can i install and use MSXML 3.0 (msxml3.dll) in my Pocket ...
|
| WM5 emulator for network access | 05 Dec 2005 20:00 GMT | 5 |
VS2005 / WM 5 ok...i give up ...i want to debug a socket app ( C# / CF2 ), but i can't get the emulator to work with networking.... ...the slightly tricky part is that my home network uses
|
| changing icon displayed on pocket pc | 05 Dec 2005 15:14 GMT | 2 |
How does one go about changing the icon that is displayed on the Programs for a pocket pc application? I've changed the icon in the .net application and rebuilt the solution, then create the cab files. This is OK. If I go to the location (on the pocket pc) where the application ...
|
| Database viewer? | 05 Dec 2005 14:07 GMT | 2 |
I was just wondering if there was a database viewer that I could use to look at system databases for a WM 5.0 Pocket PC. I used to use Phatware's database viewer for 2002/2003 Pocket PCs, but this is not compatible with 5.0. Are there any out there?
|