| Thread | Last Post | Replies |
|
| Can't open IR port. | 08 Mar 2005 17:04 GMT | 4 |
I am having an issue opening the com port to use Infrared (IR) on my PPC. So I downloaded OpenNETCF IR sample (SerialCSharp). Everything compiles fine. But when I click 'Open' I get the following error. (An unhandled exception of type 'OpenNETCF.IO.Serial.CommPortException'
|
| detecting memory leaks | 08 Mar 2005 15:29 GMT | 4 |
Hello all - I recently started on a bigger win ce project, and as of now, I don't really know a good and effective way to detect memory leaks, and how to track them down (i.e. where they're stemming from). Maybe some of you more experienced EVC gurus could help me (as well as
|
| Help regarding background process / service | 08 Mar 2005 14:59 GMT | 1 |
I want to create a sample application in .Net which should be always running not matter if the PocketPC is reset or switched on. Is it possible? If yes, how we can achieve this? A sample code or steps will be great. If we cannot do this using .Net, is there any way, by which
|
| Save a Var without DB | 08 Mar 2005 14:59 GMT | 3 |
Hi, I have some variable that need to let user enter, this variable will then tell system where to retrieve the database. So, i can not save the variable on the database, cos the system will have to read the variable first, then only decide where to retrieve the database.
|
| Stop the madness - please help? | 08 Mar 2005 12:27 GMT | 2 |
Hi I am completely new to Mobile Development. It has always intrigued me though and I have decided that it is time that I give it a try. So I have come up with what I would see as a simple little application that if I was to do in
|
| Question on creating UI | 08 Mar 2005 12:17 GMT | 1 |
I am programming with C#. I want to create an UI for windows media player in PPC. Besides using odyssey software-CFCOM, any other approach can be used? Please help
|
| eVB and FTPFindFirstFile | 08 Mar 2005 09:49 GMT | 1 |
I want to know if the APi FTPFindFirstFile is compatible with eVB ? If yes, how to use it ? If no, does there exist another solution to listing directory files via ftp ? Thank you.
|
| Mobile2Market guidelines now allows "Exit" command? | 08 Mar 2005 08:36 GMT | 3 |
I was just reading the "Designed for Pocket PC" and "Designed for Smartphone" logo requirements and noticed that it doesn't say anywhere that you cannot provide an "Exit" command in your application. A while ago, this was mentioned as a violation of UI guidelines and was reason ...
|
| Deploy custom files from IDE? | 08 Mar 2005 03:42 GMT | 4 |
I need to copy some custom data files together with the .exe file before run the program in Pocket PC. From MSDN it has some example about how to create custom CAB files, and how to copy the files into device by hand. That's quite complex to normal
|
| Send dialer app to back - PhoneMakeCall | 07 Mar 2005 23:17 GMT | 1 |
I have a dialog that calls PhoneMakeCall. My problem is that when the call concludes the phone app stays in the front. I have tried calling my app to the front using SetForegroundWindow and the return value indicates it has worked yet the phone app persists in the front. Is
|
| OpenNETCF.dll | 07 Mar 2005 21:43 GMT | 1 |
I am trying to use OPENNETCF.IO to use the Infrared port (IR) on my pocket pc. So I downloaded the sample SerialCSharp.sln from OpenNETCF. When I run the application I get the following error: "An unhandled exception of type
|
| GetClientRect gives the wrong client size for PDA with VGA screen | 07 Mar 2005 19:48 GMT | 3 |
I have a problem with GetClientRect function. It gives the wrong client size for PDA with VGA screen (e.g. HP iPAQ hx4700). I calculate the client screen size on OnInitialUpdate event. Client size should be 480x536, but GetClientRect gives 480x562. I'm using eVC++ 4.0
|
| query :pocket pc device and pocket pc emulator | 07 Mar 2005 19:48 GMT | 1 |
Hello Sir, i am developing an application for pocket pc 2003. First i want to tell you exactly what is happening .As i ahve used the debugger r it is not generating any error at any sort of point .it is
|
| SetTimer() Mystery ??? | 07 Mar 2005 16:34 GMT | 3 |
I passed hours on trying to have SetTimer working... But nothing ! a) Solution 1, not working : case WM_CREATE: if (SetTimer(hWnd, // handle to main window
|
| Queueing of processes in Pocket PC | 07 Mar 2005 16:03 GMT | 4 |
I am creating an application that connects to the main server from the pocket PC,the application sends xml files to the server when in network coverage. When out of coverage, it should queue all the processes and push them when the device is back in coverage area. Any ...
|