| Thread | Last Post | Replies |
|
| removing menu and keyboard | 30 Apr 2004 20:03 GMT | 1 |
I would like to know how to remove/hide the top bar on a pocket pc. and also how to hide the little keyboard that appears on the bottom right of the screen. ( I'm trying to have a full screen app without gapi )
|
| How to IPv6 on Windows CE 4.2 | 30 Apr 2004 15:24 GMT | 4 |
I'm trying to IPv6 test using PDA. I know that Windos CE4.2 support IPv6 Protocol but I don't know using it. so How can I install IPv6 for WindowsCE ?
|
| One Code for Both platform(Palm & WINCE) | 30 Apr 2004 15:23 GMT | 1 |
Hi Gurus, Good Day. In my client they are asking me to do, Write a One code for Both Windows CE and Palm OS. I found that One SDK AppForge SDK. That support One code & UI for Both the Platform. But that will
|
| Is this Valid? OLE/API gurus help please. | 30 Apr 2004 14:04 GMT | 4 |
I am trying to pass a file handle into an active X control. For some reason the Classwizzard is complaining about the type HANDLE not being a valid OLE type. I read a bit online and decided to try the following:
|
| Development Environments Advice | 29 Apr 2004 19:58 GMT | 5 |
I'm looking for a little clarification on development environments and OS. I would like to develop in C++ on the following platforms: Windows CE 3.0 Pocket PC 2002
|
| Good books on DiriectDraw | 29 Apr 2004 19:14 GMT | 3 |
Anyone know of a good book that covers directdraw and directshow. I've had a look on amazon but was put off by some of the book reviews. I need something that is more than just a
|
| How to include our display driver into the kernel? | 29 Apr 2004 19:12 GMT | 1 |
How to include our display driver into the kernel? Changes in Platform.reg and Platform.bib files for our 'Graphic controller Driver' but still getting the same error. 1)The modification we have done in Platform.reg and Platform.bib files are
|
| Microsoft CFile example code doesn't work... | 29 Apr 2004 18:11 GMT | 1 |
I inserted the following Microsoft example code into my project. HANDLE hFile = CreateFile(_T("\\My Documents\\FOO.DAT"), GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
|
| Disabling Windows Resize and Move | 29 Apr 2004 13:55 GMT | 1 |
I am new to windows CE development and using eVC++ version 4.0 in MFC mode, I am trying to disable the windows drag and resize in my application I have tried the following methods and didn't work
|
| Bluetooth on eVC4.2 part2 | 29 Apr 2004 07:46 GMT | 2 |
I'v changed to the standard socketfunction for the bluetooth but get the following. wVersionRequested = MAKEWORD( 2, 2 ); err = WSAStartup( wVersionRequested, &wsaData );
|
| "virtual COM port" on PC for communication w/ USB connected CE-device | 28 Apr 2004 21:54 GMT | 2 |
I would like to communicate from my PC to a CE-device over a USB connection, using (virtual) COM ports on both sides. Does anyone know how I could get a "virtual COM port" on my PC, that connects to a CE-device?
|
| DLL written with Embedde VC++ 4.0 | 28 Apr 2004 20:24 GMT | 16 |
I am trying to find an example of an application written in C# for compact framework calling a DLL written with EVC++. I have never written a DLL before so I would like to find a kind of step by step tutorial but I don't manage.
|
| Debug Application | 28 Apr 2004 16:25 GMT | 1 |
I'm developing in EVC 4.0 for a target based on WinCE .NET 4.2. Currently I use ActiveSync to download and debug my application: there are some other method to donwload and debug on EVC 4.0?
|
| I am trying to Update my GUI from a thread. (Assertion Error) | 27 Apr 2004 19:09 GMT | 4 |
I am trying to use UpdateData(false) from a thread to write text to an Edit box. I have done this two ways, and have listed them below. //fuction declaration in the .h file Static UINT StartThread(LPVOID param);
|
| how to "browse" items in DDE | 27 Apr 2004 17:42 GMT | 1 |
HI All there.. I"m quite new to DDE...so don't even know where to put the questions :) Anyway, I want to browse the items in DDE Server in VC6 in Unicode mode. Yes, I've the samples Recon_272.exe and Server_271.exe through MSDN on web.
|