| Thread | Last Post | Replies |
|
| detecting Device - the other way | 14 Feb 2006 09:45 GMT | 2 |
Nice, I have the exact same question for the running program. How can a program see if it runs on PocketPC (pen-input) or smartphone (key-input)? Thanks a lot,
|
| developing USB device driver for Pocket PC? | 14 Feb 2006 09:00 GMT | 2 |
I'm working on a senior project in which we need to use a Pocket PC to control an external device through the Pocket PC's USB connection. The Pocket PC in used has Intel XScale 270 processor which has a USB Host Controller, so I guess I can make the Pocket PC the USB host and the
|
| Minimal developpment tools to develop for PPC | 14 Feb 2006 08:04 GMT | 4 |
I would like to develop for the Compact FrameWork using Microsoft product and I know that there's different version of Visual studio 2005. I only need to do developpment for PocketPC (application that manage databases). For the other kind of developpment I use delphi (that doesn't ...
|
| Binding miniport driver to TCPIP / TCPIP6 Protocols. | 14 Feb 2006 05:07 GMT | 4 |
My miniport driver does not enumerate on the list of the network adapters when USB Activesync is connected. I am not able to bind to a socket or do an OpenDevice with NDISUIO. (My driver is still loaded in memory which i confirmed with the process viewer.) When the Activesync
|
| OS Image Update | 14 Feb 2006 04:58 GMT | 6 |
Do anybody know how to update OS image via USB(ActiveSync), where could I find the sample source code. In WM5.0, there is a function call updatebin, what's for? I used "buildpkg" to create .cab.pkg, but only few package file could be
|
| How to read the filename in your picturebox? | 14 Feb 2006 04:35 GMT | 1 |
Basically I'm writing a map application. It allows you to pan a map by reading the filename (eg. 101.jpg) that is currently being displayed in the picturebox and in/decrementing the filename. but how do I read the filename currently contained in the picture box...presumably as a ...
|
| Convert Win32 BITMAP to Bitmap | 14 Feb 2006 03:50 GMT | 6 |
I have a win32 BITMAP object defined as following: [StructLayout(LayoutKind.Sequential)] public struct BITMAP {
|
| ATL - /quit command line | 14 Feb 2006 03:20 GMT | 1 |
I don't know too much about ATL/MFC. My experience is with pure Win32. I have an ATL based app here that I need to add a command line argument "/quit" that would quit any currently running process. Under Windows Mobile Win32 I'd just simply look at the command line and
|
| detecting Device | 13 Feb 2006 22:43 GMT | 1 |
Is there a programatic way for an installer to detect wether the device is a PPC or Smartphone? Thanks,
|
| Linking with specific dll in evc4 | 13 Feb 2006 21:49 GMT | 2 |
Hi experts! I have a newbie question. I am able to build my own dll with evc4, but than I can not force my executable to use that specific library. How can I do this?
|
| Programming USB in Pocket PC? | 13 Feb 2006 21:12 GMT | 1 |
I'm working on a senior project in which we need to use a Pocket PC to control an external device through the Pocket PC's USB connection. The Pocket PC in used has Intel XScale 270 processor which has a USB Host Controller, so I guess I can make the Pocket PC the USB host and the
|
| mouse_event won't recognize y coordinate | 13 Feb 2006 20:16 GMT | 4 |
Using VS2005 (c#) for a Windows Mobile 5 device (ppc6700), code to follow below: I can't get mouse_event to work and it is driving me crazy. I have created a test form with buttons down each side. Clicking on a 'test' button is
|
| Does PocketPC suppots COM? | 13 Feb 2006 17:40 GMT | 5 |
Does PocketPC (Windows Mobile 2003) supports COM?
|
| Emulator "unable to start program" | 13 Feb 2006 15:33 GMT | 1 |
I'm trying to debug the memwatcher SDK tools sample today item. First I get a message "Program to Debug A non-executable project cannot be started directly. Please set a command to use to start debugging this project. Do you wish to continue?'
|
| Using PPC 2003 dll in Windows mobile 5 | 13 Feb 2006 15:24 GMT | 1 |
I created a DLL some years before for Pocket PC 2003 using VC++ and eVC++. Now can I just copy those DLLs to Windows Mobile 5 device and use it?? Or do I need to recompile the source code for creating the DLL in Visual Stdio 2005.
|