| Thread | Last Post | Replies |
|
| Size becomes larger in Visual Studio than in eMbedded Tools | 17 May 2004 16:50 GMT | 1 |
I loaded my project from eMbedded Visual C++ 3.0 to Microsoft Visual Studio 6.0. To my surprise, I found the size of each dialogs was getting larger in Microsoft Visual Studio. So when I tested the dialogs in Microsoft Visual Studio, I found the dialogs could not fit the PPC ...
|
| taskbar refresh | 17 May 2004 16:44 GMT | 2 |
How can i refresh taskbar? The problem is that the clock doesn't update in the screen.
|
| Problem with CeReadRecordProps | 17 May 2004 13:11 GMT | 2 |
I have problems to read records from a database I created on a storage card. Creating a database volume on a storage card, mounting it, creating databases, writing data to them and unmounting the database volume
|
| EVC++ SP4 on Win 2000 sp4 crashes | 17 May 2004 11:36 GMT | 1 |
I have EVC++ SP4 on Win 2000 sp4.It crases and reboots the system very offen Why?!
|
| Checkboxes in CTreeCtrl | 16 May 2004 22:17 GMT | 1 |
Hello experts :), I have a (probably very little) problem with the CTreeCtrl class. I want to bind Checkboxes to each Item in my CTreeCtrl Object in EVC 3.0.
|
| Compiler problem in eVC++ | 15 May 2004 00:47 GMT | 2 |
I need to use some code like: localHook = SetWindowsHookEx(..) My problem: the compiler dos not see the SetWindowsHookEx method. Neither in the help file...
|
| about the vertical scroll bar in the dialog box (Urgent) | 14 May 2004 18:49 GMT | 3 |
I am using embedded visual c++ to build my application in HP windows CE device. Everything works fine except the scroll bar added to the dialog not function well.
|
| VC 6.0 to eVC 4.0 | 14 May 2004 15:16 GMT | 1 |
I am wondering how we can convert a vc 6.0 exe into a vc 4.0 exe . I also want to find from some one if it is possible to make a VC 6.0 exe to run in win ce / pocket pc ? This is stupid question I know - still I am wondering . I expect some sort magic converters that can do the task ...
|
| USB hid | 14 May 2004 03:35 GMT | 2 |
How can I work with a HID device on Windows CE.net using c++? Is existing some API for that? Sincerly Jean-Luc Gyger
|
| Accessing the Main Frame | 14 May 2004 02:16 GMT | 1 |
I have an SDI project started with the project wizard. There is a global function I had declared outside of all other classes in the project. Within this global function I need a pointer to the Main Window so I can access its functions and variables. The Wizard named this class ...
|
| ListView GetItem fails | 14 May 2004 00:26 GMT | 4 |
My application uses the FindWindow() method to locate a ListView control belonging to another application. I am able to identify the selected item in that list view. But, when I use ListView_GetItem() to retrieve the item attributes, it always returns false. The weird thing is ...
|
| JPEG Rendering | 13 May 2004 12:16 GMT | 3 |
Can any one tell me, support for IPicture is available on WIN CE.NET Core version or not Because I want to render JPEG on Window background, If IPicture Support is not there then what is the other way Thanks & Regard -Aditya
|
| Moving to vs.net | 13 May 2004 12:13 GMT | 2 |
I've been developing for a 2.12 device on the free evc3.0 platform. For pc development we're moving to the visual studio 2003 for .net platform next week. Will I be able to swap to this environment for developing for this old device or will I have to use the older software as ...
|
| How to disable "X" button? | 12 May 2004 16:59 GMT | 1 |
I create a project in Embedded Visual C++ 4.0 1. WCE Application Wizard(exe 2. step 1: select Single documen 3. step 2: select Windows Sockets and Active Control
|
| linking a static library to a project | 12 May 2004 09:06 GMT | 5 |
I read in the help of the evc4 that to link a static library in a project I have to go to the project settings, and specify the file of the library in the Link tab, input category. This works when the project is an application. But when the project is a WCE static library, I don´t ...
|