| Thread | Last Post | Replies |
|
| PocketPC development for Dummies | 30 Aug 2005 22:05 GMT | 4 |
Any such thing available? Erik
|
| ui guide | 30 Aug 2005 21:12 GMT | 1 |
I would like to know about best practices for the User interface. i.e. splash screen design, menu icons, etc. can somebody sent me some links to look at? Thanks,
|
| WINBUG: Shell_NotifyIcon deletes my icon bitmap bits | 30 Aug 2005 20:43 GMT | 2 |
Shell_NotifyIcon works perfectly with icons loaded by LoadImage. But Shell_NotifyIcon has a big bug if the icon was created dynamically with CreateIconIndirect and should be changed with the flag NIM_MODIFY. In this case sometimes only an empty (transparent) icon was shown.
|
| launch internet explorer | 30 Aug 2005 20:26 GMT | 2 |
How do I launch Pocket Internet Explorer form inside my application? It seems that there isn't a Process.Start in pocket pc architecture.
 Signature Sergio R Pires
|
| NDIS Protocol Driver? | 30 Aug 2005 20:09 GMT | 1 |
I have read this paragraph 5 times and I'm still not sure what it means "An NDIS protocol driver can support Transport Driver Interface (TDI) at its upper edge, or it could export a private interface to a higher-level kernel-mode driver, possibly through a transport stack of drivers ...
|
| shell | 30 Aug 2005 17:59 GMT | 1 |
How do I lauch Pocket Internet Explorer from inside my application? Are there some kind of shell I can use, once it seems that Process.Start doesn't exists on it?
|
| Pocket PC 2003 Emulator on XP Pro x64. | 30 Aug 2005 15:51 GMT | 2 |
I am trying to get the Pocket PC 2003 Emulator to work on XP Pro x64 with Visual Studio 2003. Everytime I try to deploy to the emulator, it errors out with the error "Emulator driver installation failed. Most common cause: user does not have adminstrator permissions." I have ...
|
| on WM5, are malloc & free safe between different threads? | 30 Aug 2005 09:35 GMT | 4 |
i'm still strugling to find what causes the memory corruption problem that we observe in our app on WM5. even when I use GetOpenFileNameEx and OPENFILENAMEEX, I see the memory corruption happening right after GetOpenFileNameEx returns (right before,
|
| Open and play video file (avi or mpg) | 30 Aug 2005 06:19 GMT | 2 |
I want apen and play a video file in my poket PC with C#. You can help me? Carlo
|
| How to get Windows Manager Handle | 30 Aug 2005 00:45 GMT | 1 |
Hi, All I have a project created by evc4.0 for pocketpc2003 now I want to find some specified window I want to get Windows Manager Handle and use GetNextWindow
|
| handling power management in our application | 29 Aug 2005 17:18 GMT | 1 |
hello to all, i m alok bansal here again with a problem. this time also i hope i will get a good response from u all. Actually i have to handle the power management with in our application,
|
| how to manually copy files in WM5 emulator? | 29 Aug 2005 17:13 GMT | 8 |
i need to manually copy files in various folders in the emulator. i couldn't find a way to do that using VS 2005... is there a way? is there a way to connect the emulator with Active Sync? thanks!
|
| Reading a <PARAM> property in a MFC ActiveX Control | 29 Aug 2005 16:04 GMT | 1 |
I want to read a parameter from a html file like this: <object classid="CLSID:ABC48DB6-51A4-4BA7-8145-C939DB8655DA" id="AX2" width="212" height="120"> <PARAM NAME="filename" VALUE="image4.bmp">
|
| bug in SHSipInfo on WM5 PPC | 29 Aug 2005 16:00 GMT | 3 |
apparently there is a bug in the SHSipInfo routine on PPC under WM5. sipinfo.cbSize = sizeof(SIPINFO); ret = SHSipInfo (SPI_GETSIPINFO, 0, &sipinfo, 0); work_area_rect = sipinfo.rcVisibleDesktop;
|
| SSL Webservice call thru smart Device | 29 Aug 2005 14:49 GMT | 2 |
I am writing a smart client application which will make a call to webservices and the will be deployed on the Handheld device. The application makes a webservice call, this webservice call I want to make it over SSL.
|