| Thread | Last Post | Replies |
|
| Remote Display | 16 Aug 2007 19:41 GMT | 2 |
As I understand, the remote display that comes with Windows Mobile Developer Power Toys is not supported on CE 5.0. I have found other sites that say to copy the cerdisp2.exe from C:\Program Files\Windows Mobile Developer Power Toys\ActiveSync_Remote_Display\devices\wce400\armv4 ...
|
| How to close Peghelp | 16 Aug 2007 12:38 GMT | 6 |
Here is how I closed Peghelp from within my SetupDLL Install_Init entry point. The code below works OK, but I wonder if it is the most robust way to do it. I am especially concerned that I am finding the Peghelp top-level window based only on the text in the window title. What if, ...
|
| How can I access the Contacts in windows mobile 2003? | 15 Aug 2007 19:19 GMT | 1 |
Which class can I use to access the contacts in windows mobile 2003, just like the OutlookSession class in windows mobile 5.0? Thanks.
|
| few questions | 15 Aug 2007 04:02 GMT | 2 |
hi all, i have a few questions. sorry if they sound silly for i am new in this. even though ive read lot but im still unsure. well, my first: can vs2003 be used to build a vm5 applications?? if yes, how?
|
| Landscape and SipUp problem | 15 Aug 2007 00:22 GMT | 1 |
I'm trying to get an MFC CFormView app to behave in Landscape mode with the SIP showing, and I'm encountering problems. An unexpected scroll-bar is showing up on the left side. It seems like there is excess space under the form.
|
| DialogBox | 14 Aug 2007 20:18 GMT | 3 |
I need to create a dialog/message box using the resource template and then be able to delete it from the screen and i tried to read on msdn but i am not sure how to go abt it.. please help..
|
| Debug in device W.Mobile 5 | 14 Aug 2007 13:38 GMT | 2 |
I have an ap under VS 2005 CompactFramework. When I try to degug it in the device WM5, I allwais get the error msg :"El punto de interrupción no se activará actualmente.No se ha cargado el módulo especificado". What I'm missing.
|
| ActiveX for Windows CEv4 | 14 Aug 2007 05:41 GMT | 1 |
Just a warning that i only have general experience in Visual Basic 6. I have been given a project which requires an activeX control to be written which will connect to an SQL Database and display the information in a graph.
|
| Open Access | 14 Aug 2007 03:30 GMT | 2 |
How can I open to an Access database on the PC from the PDA? Is this possible?
|
| Question about a dialog form | 13 Aug 2007 23:05 GMT | 2 |
Can anyone advise me how to add an About form to my app. I have tried to do it, and it works well on my Desktop, but on my pocket pc it is doing some problems, for example, after I display the About form with ShowDialog, and then
|
| Menus and Multiple Platforms | 13 Aug 2007 21:53 GMT | 1 |
Some of you have noticed that I insist on generating executables that work on as many platforms as possible, and that I have come very close, except for menus. Well, I _finally_ did some experiments with minimal programs, and am sharing my results.
|
| HowTo: program to toggle from Portrait to Landscape? | 13 Aug 2007 21:01 GMT | 3 |
Is there a function (or series of functions) that can be used to toggle the device/emulator orientation from Portrait to Landscape (and vice-versa)? I'm trying to fix a glitch with the SIP and orientation, and it would
|
| camera | 13 Aug 2007 20:58 GMT | 4 |
I though as of WM5, there's standard microsoft interface defined for camera capture, so that it no longer is device specific.. is this true?
|
| RPC in WM6 PPC | 13 Aug 2007 19:12 GMT | 1 |
Suppose we develop a service, is it possible for the application to invoke some method and get back the result like RPC in WM5 or WM6. We want to develop native application. Please let me the possibilities, Thanks in advance for your help
|
| services.exe is not loading custome dll | 13 Aug 2007 19:10 GMT | 6 |
Hi sir, I have created dll for services.exe for pocket pc. becuase i want to run my application as background service. i have implemented the necessary functions in dll and exported them in to .def file.
|