| Thread | Last Post | Replies |
|
| Emulator for Windows CE 5 | 27 Nov 2006 16:17 GMT | 4 |
Is there avalaible an emulator for Windows CE 5 for Visual Studio 2005 ? VS2005 has as default emulator for Pocket and Smartphone but not Windows CE. Thanks
|
| Is RegistryAPI thread safe | 27 Nov 2006 15:30 GMT | 1 |
Hi, If i write to a registry key from 2 separate threads are the writes serialised or can contention occur. This is using the standard Win32 CE registry API. Thanks
|
| can not create Visual C++ Smart Device project | 26 Nov 2006 19:33 GMT | 1 |
In Visual Studio 2005, I can not create Visual C++ Smart Device project -- when input required inputs (project name, path, etc.) in "New Project" dialog, then when I click OK, the "New Project" displays again -- without any error notifications...
|
| Unicode issue | 25 Nov 2006 21:35 GMT | 9 |
USING TOOL: EVC++ 4.0 (SP2) I want to write a no Unicode programm, and i don't use the Unicode functions. But i don't know how to set the setting in my tool. Please tell me how to develop a no Unicode programm and how to define beforehand the
|
| Owner-Draw Button | 24 Nov 2006 15:17 GMT | 3 |
Hi, I am developing an application in evc++. I have few owner draw buttons to load an Icon and text for the button. What I'm looking here is when I select/click/press on the button I want to hightlight the button the same way
|
| CArray and memory free | 24 Nov 2006 07:08 GMT | 10 |
In my CDialog class I've : public: CArray <char *, char *> Variables1; int size;
|
| Memory used | 23 Nov 2006 13:39 GMT | 3 |
a process that run under Windows CE can use at maximum 32Mb of RAM. Is it possible to know how memory is used from my program ? Thanks for answer. Stefano
|
| share memory fail | 23 Nov 2006 02:31 GMT | 2 |
I send a string from a process to another,using CreateFileMapping,MapViewOfFile.But receiving process didnt get the string.I dont know why.I write down main code about file-mapping object.Pls help me out.
|
| Creating a Windows CE DLL with VS2005 | 22 Nov 2006 11:52 GMT | 2 |
Having spent almost three days I need your advice if I'm on the right path. * The target is a Windows CE 4.2 plattform running on a SH4 processor. * The first tests should run on a device emulator. I don't expect it
|
| How to change char a[10] into tchar a[10] | 22 Nov 2006 08:24 GMT | 4 |
|
| How to save to the file | 22 Nov 2006 08:18 GMT | 1 |
There is a buf that contain the data, and i want to save the data to the file. As that, I could use the data the next time. Is there any good idea? Thank you.
|
| ISA Bus VC | 21 Nov 2006 19:21 GMT | 6 |
Dear All ; I want to access ISA Bus in Windows XP embedded , I didnt use this port before I didnt find any help on XP embedded documentation too ..
|
| How can I Create a Transparnt Window? | 21 Nov 2006 15:16 GMT | 1 |
I want to create a Transparnt Window but not use NULL_BRUSH. What should I do? Thank you very much!
|
| How to transfer the model dialogbox in the other dialogbox process | 21 Nov 2006 00:52 GMT | 1 |
I have created two model dialogbox, and i want to transfer a dialogbox in the other one. some of the code: case IDC_ICBTN:
|
| Closing process from another process | 20 Nov 2006 18:10 GMT | 5 |
We have a VC++ app for Smartphone and PPC. We would like one app App1(VC++) to start another one App2 (.NETCF) in a particular mode on direction from user. If App2 is already open it will be closed first.
|