| Thread | Last Post | Replies |
|
| "New" button in WM5 (Visual Studio 2005 + MFC) | 30 Nov 2005 17:07 GMT | 1 |
I am trying to port a program developped in C++ using MFC to WM5 using Visual Studio 2005. One problem I have is the CCommandBar class does not have a data member that would allow me to elliminate the "New" button from being displayed in my application (CCeCommandBar used to
|
| VS 2005 "The bootstrap could not be loaded" | 30 Nov 2005 16:43 GMT | 1 |
I'm trying to use VS 2005 with my Win CE 5.0 target. I have ActiveSync 4.0 installed on my desktop and it connects to the target without any problems. I have a very simple test application that does not use ATL or MFC. My test app compiles with out any errors, but when I try to ...
|
| Threaded app using sockets closes | 30 Nov 2005 11:22 GMT | 8 |
I almost finished my app sending simple own-designed packets. The problem is when I send data from own queue for the first time it works fine (well - at least it doesn't close itself without reason) - the socket is initialized (in an object), connected, data is being sent
|
| change picture bitmap at runtime | 30 Nov 2005 10:53 GMT | 2 |
In embeded vc i put on a dialog a picture with xxx.bmp I would like to change it to another bmp at run time
|
| ImageList and TreeView Control | 30 Nov 2005 05:52 GMT | 4 |
How to add images to a imagelist control and associate it with a treeview control in eVC. Please help. Regards Kiron
|
| Delete Directory recursive | 29 Nov 2005 19:46 GMT | 9 |
I have to delete all directories in a specified directory, including all files recursive. How can this be done in eVC++ 4.0? I tried this
|
| CFile ops using char or TCHAR | 29 Nov 2005 16:06 GMT | 3 |
I have been trying to find an intermittent bug in my file handling and have just noticed that my file handling class is working chars not TCHARs. My file operations stop with a SECTOR_NOT_FOUND exception after 7 days of operation.
|
| Transparent bitmap button | 29 Nov 2005 04:04 GMT | 9 |
I’m trying to develop a button displaying part of a bitmap transparently, so that the image on the background dialog is visible. I wrote my own button class derived from Cbutton and overwrite the OnPaint function. I used TransparentBlt to draw my bitmap and made white pixels in ...
|
| CE Platform kit | 29 Nov 2005 01:26 GMT | 1 |
I am part of an EVC++ team which would like to know where we can get a hardware kit which shows you how to assemble the electronics required to build a Windows CE processor board. Any sugestions!
|
| Type Mismatch error in eVC++ with BSTR type | 28 Nov 2005 23:50 GMT | 1 |
We have a third party control for the smart device (PDA) application. For using it in our application we need to write a wrapper. eMbedded Visual C++ 4.0 is used for the wrapper coding. While writing the wrapper code, I am struck at one point. Can you help me to solve this?
|
| Porting the code from VC++ to EVC | 28 Nov 2005 22:47 GMT | 4 |
I am facing issues while porting the code from VC++ to EVC such as sys/types.h not getting complied. Similalry error.h getting complilation error. Is there reference available for this? Where I can know which things in C++
|
| global objects not initialized | 28 Nov 2005 22:30 GMT | 1 |
Do global objects get their constructors called when created? The following program written in evc++ and run under Windows CE 4.1 indicates they don't! -------- Globals.h ---- class Globals
|
| run an application at the event | 28 Nov 2005 16:53 GMT | 1 |
i try this code: void RunAtEvents() { CeRunAppAtEvent(_T("\\Windows\\Calc.exe"),NOTIFICATION_EVENT_NET_CONNECT);
|
| how to hide Start menu | 26 Nov 2005 14:29 GMT | 2 |
operating system: winCE 4.0 .NET, using eVC++ 4.0. I'm porting several MFC applications from eVC++ 3.0 for PocketPC 2002 to eVC++ 4.0 .NET (NOT PocketPC device). For PPC 2002 my programs called several SHxxx functions to disable or hide the start menu and other features. But ...
|
| CeOpenDatabase() function Problem! | 24 Nov 2005 01:17 GMT | 2 |
I have meet a problem about CeOpenDatabase() function. When I build my project a error like this appear: error C4995: 'CeOpenDatabase': name was marked as #pragma deprecated The project I build in EVC is ok and then update to VS2005 and build in
|