| Thread | Last Post | Replies |
|
| problems with dll on specifc device (e800)-- HELP!!!! | 05 Dec 2004 19:54 GMT | 1 |
I have dll that runs on a variety of devices (dell x50v, HP hx4700, ect.) except users with a Toshiba e800 are having problems running the application. I am compiling for the ARMV4 CPU, do I need to use ARMV4I or ARMV4T? The only two CPU options when building for 'POCKET PC 2003' ...
|
| Problem with Write File | 05 Dec 2004 15:31 GMT | 4 |
The following is some part of my code: -------------------------------------------------------------- myFile.Open(m_pathName, CFile::modeCreate | CFile::modeWrite); TCHAR szBuf[] = _T("X\tY\tRssi\n");
|
| Problem with DIBSection (Save Bitmap File) | 05 Dec 2004 15:25 GMT | 5 |
I want to create application that user can open, new, draw and save into bitmap file. Now I can open, new and draw into bitmap file without using CDIBSectionLite Class but I cannot save into this file.
|
| Windows mobile 2003 JavaScript OnKeyPress | 05 Dec 2004 03:16 GMT | 2 |
I want to determine which key is pressed in a editbox on a page hosted by our own webserver. However on Windows Mobile 2003 the onKeypress event is not triggered. Does anybody know why this code isn't working properly? If I replace the onKeypress by onFocus the JavaScript is ...
|
| Creating USB driver for Pocket PC | 04 Dec 2004 21:09 GMT | 7 |
I wish to create a USB driver for Pocket PC and need some pointers to the API/SDK that might be available. Also, if there is some place where I can find examples, it would be great. Thanks.
|
| 0xBADCAB1E strikes again... | 04 Dec 2004 20:30 GMT | 1 |
Anybody know if there is some timeout value that can be modified to prevent EVC4 complaining like this... "The connection to the target device has been broken. Debugging will now stop.
|
| udp broadcast | 04 Dec 2004 14:24 GMT | 3 |
I am trying to send an udp broadcast from my PPC. The udp-server running on the host PC is not receiving these broadcasts. Why not? My PPC code is quite simple (but not working!):
|
| getting the size of the dialog | 04 Dec 2004 12:21 GMT | 2 |
is there a way to get the size of a dialog window - that is the inner rectangle within which controls are positioned.
|
| how to show char "\t" in eVC3 | 04 Dec 2004 06:45 GMT | 1 |
void CMyView::OnPaint() { CPaintDC dc(this); HDC hdc;
|
| Automaticly start an application when USB device is plugged in | 04 Dec 2004 06:41 GMT | 3 |
I've written a usb device driver for my device, and the driver is working fine. When I plug in my device, the driver gets loaded automaticly, and the device will work just fine. What I would like to do now is have my application automaticly started when
|
| How to minimize to icon? | 04 Dec 2004 01:51 GMT | 3 |
Is there a way to minimize an app. to the systray? (I dont think it's called "systray" on the pocketpc.....taskbar mebbe) WHat I do now is : Me.FormBorderStyle = FormBorderStyle.None
|
| Bluetooth (SPP) Disconnection on HP4150 | 04 Dec 2004 00:06 GMT | 2 |
I have a Bluetooth device which connects to H2210, H1940, H5550 and others via SPP. I took the same BT device, paried and connected it to the H4150. I found that for some reason the BT connection cycles through
|
| Data call question. | 03 Dec 2004 23:57 GMT | 2 |
I am using the Pocket PC 2002 connection manager.The problem I am having is that when I establish a data call an interactive box pops up asking to hide or end the connection. This freezes up and won't allow me to select either option. I changed the dwpriority of ...
|
| Version of Windows Mobile | 03 Dec 2004 23:19 GMT | 2 |
Hi, I'm developing in Visual C++, I need to know the version of Windows Mobile which it is installed in the PDA(for example, windows MObile 2003 or W. Mobile 2003 second edition). With Which function can I do that?? Thank you.
|
| Using bluetooth virtual serial port | 03 Dec 2004 21:23 GMT | 6 |
Hi, I'm trying to establish with a IPAQ PDA a serial port with a Bluetooth device with address 00803719C4BB. If I use COM8 like a normal serial port I establish the communication ok, it's works, but before it opens a bluetooth window where I choose the device.
|