| Thread | Last Post | Replies |
|
| printing a graphics image to a printer?? | 21 Apr 2005 23:20 GMT | 6 |
i have sucesssfuly manage to create a connection from PDA to serial LX-300 printer, by sending bytes of data to the serial port via COM1. and print plain text, however i would also like to print an image but dont know how to go about it.
|
| where to place dll in emulator | 21 Apr 2005 23:20 GMT | 2 |
I am new on Pocket PC and its emulator, I have made a smal application that use a dll, now I do not know where to place the dll so the emulator can find it. The sampel work if a run it on the pocket PC device.
|
| Crashes in Debug (random) but not release | 21 Apr 2005 23:20 GMT | 8 |
I have an issue when running in debug mode, the program will "crash" with either the "data misalignment" or "access violation" errors. When I run it in release, everthing seems fine. The other odd thing is that the place it crashes in debug mode seems random. Sometimes if I ...
|
| taskbar icon | 21 Apr 2005 22:51 GMT | 3 |
I am currently trying to find a way to add an icon to the Start menu taskbar on a PocketPC. I have found sample code on msdn online that displays the icon in the bottom (keyboard) taskbar, when the application is not running. As soon as we click
|
| How to programmatically switch GSM and BT on/off | 21 Apr 2005 22:11 GMT | 4 |
I am developing a small application using EVC++ (no .NET!!). I would like to know how can I switch the GSM radio and the Bluetooth on/off. Thanks in advance.
|
| Disable the application buttons when device in standy | 21 Apr 2005 21:58 GMT | 1 |
I need to disable the application buttons of a pocketpc 2003 device when in standy. I know that I can do this via Settings -> Buttons -> Lock, but I'm looking for a registry setting or some sort of a way to set this from within an application.
|
| Error on PPC2002 Emulator: The platform manager server failed! | 21 Apr 2005 20:20 GMT | 4 |
I installed both eMbedded Visual C++ 3.0 and 4.0 on my computer, and the PPC2002 Emulator usually worked well with the PPC2003 Emulator. Recently I found the PPC2003 Emulator are still OK but sometimes when I tried to start the PPC2002 Emulator inside of eMbedded Visual C++ 3.0, I ...
|
| I need my app to receive notification (windows message) of power-off | 21 Apr 2005 20:13 GMT | 6 |
My PPC is in a cradle that keeps it charged but when it is turned off it can still draw a current. The clever boffs at my firm have designed a relay that'll disconnect the PPC from the charger but I need to activate it when the computer is turned off.
|
| Problem with mscecomdlg.dll on desktop | 21 Apr 2005 20:02 GMT | 1 |
I'm trying to run NSbasic/ce v5.1 on a win2k machine. When I try to run the IDE I get an error saying that I need to "Unable to get Typelib info. Please Reinstall mscecomdlg.dll" I have searched high and low and can't find it on my PC, nor can I
|
| Web application access to a Replication Database | 21 Apr 2005 19:58 GMT | 1 |
Situation: I have written a Pocket PC application which replicates data via SQLServer CE to our central SQLServer2000 box. Recently, there has been a need for office people to also enter data while
|
| UserKInfo array or API Hook question. | 21 Apr 2005 18:58 GMT | 2 |
I am working with the CE API hook method and able to hook few coredll functions. I am using the API sets from the UserKInfo[KINX_APISETS] array. Some of the coredll functions are in SH_WIN32 API set.
|
| executing a cab from an app | 21 Apr 2005 18:23 GMT | 2 |
I wish to run a cab file (located on the PPC) from an application (also located on the PPC). How to do that?
|
| install a fixed ip address | 21 Apr 2005 18:02 GMT | 1 |
can i give a pocket pc a fixed ip address.
|
| Currently connected desktop PC name from device | 21 Apr 2005 16:13 GMT | 2 |
From a PocketPC/Smartphone app, I would like to determine the name of the currently connected (via ActiveSync) desktop PC name. Anyone have any idea how to do this? -John Cody
|
| ATL and bitmaps | 21 Apr 2005 13:28 GMT | 2 |
I need to know why image doesn't occur on my dialog. I'm trying this... LRESULT CMainWnd::OnPaint(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled )
|