| Thread | Last Post | Replies |
|
| CreateProcess with NULL PROCESS_INFORMATION | 08 Aug 2005 13:25 GMT | 2 |
Are you allowed to call CreateProcess with NULL as the LPPROCESS_INFORMATION parameter? I think you can, so that you don't have to close the process and thread handles that are otherwise returned, but nowhere is this documented.
|
| Recompiling .net CF app for Tablet PC | 08 Aug 2005 12:32 GMT | 7 |
X-posted to microsoft.public.pocketpc.developer and microsoft.public.windows.tabletpc.developer Hey, I have a Pocket PC .Net CF application that does simple calculation and data
|
| raw IR problem | 08 Aug 2005 11:31 GMT | 3 |
I'm trying to write an application which serves as a TV remote control. I have read IR COM port for raw IR on PPC is COM4: but when I use the CreateFile Win API I get the error "create failed" (error code 55). In my PPC registry I have found the value Port="4" in
|
| WMP ActiveX does not work on PocketPC | 08 Aug 2005 09:55 GMT | 2 |
I am trying to run a WMP remoting application using ActiveX. I went through the WMP SDK for remoting the WMP in our application. I took the sample code provided in the SDK and modified to my liking. But the remoting is just not working on the pocket pc. The same application, ...
|
| ceCreateProcess issue | 07 Aug 2005 21:33 GMT | 3 |
i am trying to launch *ANY* file with ceCreateProcess. Could be a .txt, a .mp3 , or any file. ( i'm trying to do the equivalent of a remote shellExecute ) So far i can only manage to launch executables.
|
| Confused on .NET CF SP3 | 07 Aug 2005 21:12 GMT | 1 |
Hi, I'm a newbee in dotnet.CF I download dotnet CF SDK SP3, but I couldn't find any different in my VS.NET 2003 ... meaning I couldn't see any changes ... how could I spot any upgrades in there? did I installed it wrongly?
|
| Newbie: SqlCeParameter | 07 Aug 2005 18:45 GMT | 2 |
I have a problem to search into a database. I have a textbox and i will search this text (name). I get a Exception, when i will declare the parameter in this form: SqlCeCommand cmd = new SqlCeCommand();
|
| P2P SDK for PocketPC? | 07 Aug 2005 06:27 GMT | 4 |
I was wondering if Peer-to-Peer networking SDK (currently supported in WindowsXP SP2) will be shipped with PocketPC in the future? In case, when? Thanks in advance
|
| Binarywrite of Cab File From Webform Fails | 07 Aug 2005 06:18 GMT | 2 |
Not sure if this is the right place for this, but I know someone will let me know if it isn't :) I am working on a project where I have to enable downloading of CAB files directly to a Pocket PC (Windows Mobile 2003 Second Edition). I
|
| Newbie question - .Net Compact and ADO??? | 06 Aug 2005 18:19 GMT | 2 |
I'm used to writing apps in VB6 and now migriting (bits!) to .net - I'm also used to DAO and Jeet databases and migrating (slowly!) to ADO. Question is, I want to write an App on a PocketPC (2002) in vb.net
|
| missing mnotify.h pnotify.h when using CeRunAppAtEvent | 06 Aug 2005 16:12 GMT | 3 |
I am using vc4.0 sp4 and when having this include #include <windows.h> #include <Notify.h> and using
|
| Multi language MFC app - HOW TO? | 06 Aug 2005 14:31 GMT | 5 |
Hello again, As this is my first MFC application for Windows CE, I would like to ask quite a basic question. What is the most straightforward way to create multilanguage application? Do
|
| help please. I have problems with emulater | 06 Aug 2005 10:26 GMT | 2 |
well yes shame on me i know. i did have all setup perfect. then i had to reinstall my pc and now i am not able to get the pocket pc emulator 2003 in my vb.net2003. the 2002 emulator is there fine.
|
| How to create a signed CAB to install on PPC 2005 as well as on 2003? | 06 Aug 2005 09:18 GMT | 3 |
I created CAB file as usually: signcode.exe the modules, then CABWIZ, then signcode.exe the CAB. The resulting CAB file can be installed on PPC 2003 and PPC 2005 using ActiveSync 4.0.
|
| Dialog Window Title Bar Caption | 05 Aug 2005 23:27 GMT | 1 |
I'm creating a dialog application and I need a way to change the title bar text at the top of the screen via another dialog within the application. How can I do this? My problem is that the only dialog that gets it's dialog caption displayed
|