| Thread | Last Post | Replies |
|
| IVideoWindow on WM5 | 15 Sep 2006 15:51 GMT | 10 |
Does anyone here know if the IVideoWindow is supported in WM5? The docs included with the SDK seem to be in conflict with the docs on the MSDN site. Combining this with the fact that I cant get the video to display .. I'm wondering if it is just an empty implementation.
|
| Using a .ini file instead of registry | 15 Sep 2006 13:10 GMT | 6 |
I would like to use an .ini file instead of the registry. If I'm not mistaken, by calling SetRegistryKey("") this is supposed to direct functions such as Get/SetProfileInt() to use a .ini file. This isn't happening though. Am I missing something?
|
| CreateDIBSection blank screen issue | 14 Sep 2006 21:59 GMT | 1 |
I am using CreateDIBSection method, and writing a Bitmap into a bmp file. When I open the bmp file it shows a black(blank) screen. Why the image is not captured? Please help.. The code is as follows.
|
| GetDIBits in eVC? | 14 Sep 2006 21:59 GMT | 2 |
Can anyone please let me know which function i need to use instead of GetDIBits in evc++? I have used GetDIBits in VC++, but is not available in evc... Please let me know..
|
| Migration from Visual Studio 6 MFC to embeded Visual Studio 4 and MFC (from Windows XP to Windows Mobile 2003) | 14 Sep 2006 21:59 GMT | 2 |
I wrote an application in VC6 using MFC and I would like to migrate that application so it would run under Windows Mobile 2003, Can I compile the application in eVC4 witout any changes ? Are there any steps that need to be taken in order to migrate a
|
| USING SCROLLBAR IN MAIN WINDOW | 13 Sep 2006 12:30 GMT | 1 |
I'd like to ask you for an advice. I need to use a scrollbar in main window class so I've created a child window like this: hWndSB = CreateWindowEx(0, TEXT("SCROLLBAR"), TEXT("Scrollbar controls growing graph"),
|
| WordWrap Hyphen | 13 Sep 2006 11:33 GMT | 1 |
In WinCE DrawText API Word Wraps at hyphen (-).Is there any way of not wrapping the Text when a hyphen (-)is encountered??The Scenario is depicted below. In Windows withe the given rectangle and the text "MEMBRANE
|
| Database Problem | 12 Sep 2006 16:20 GMT | 1 |
On our OEM board, there is on board flash and also can use compact flash for storage. When I use the on-board flash I can use a database with no problems. When I use the compact flash, the application is able to create the database file but I'm not able to open it. Get "File ...
|
| CFileDialog Subclass | 11 Sep 2006 08:58 GMT | 3 |
Is there a way to subclass the CFileDialog class so that I can use a dialog that doesn't look like the default but still have all the built in functions of the base class? Code examples or pointing me in the right direction would be appreciated.
|
| link release dll to debug exe ? possible ? | 08 Sep 2006 07:41 GMT | 3 |
my colleagues telling me that I should not link their dlls/libs in release version to my application in debug version. I think the API is the same. I do not care about debugging into that libs. I am working with eVC4 and WinCE4.2
|
| Change Power Button Function | 08 Sep 2006 00:46 GMT | 4 |
This may sound wierd, but I've seen it done before, so I know it's possible. I would like to have something running (a console based program running in the background on Windows CE) that does it's own thing, but when the user presses the Power Button, it doesn't actually stop ...
|
| how to program to open a folder in a new window | 06 Sep 2006 02:44 GMT | 3 |
The application acts as user double-click a specified folder.Then all files in that folder appear in the new popup window,and the user can modify size and position of the popup window.Is there some API simply realize that function for me.Thanks for any kind reply.
|
| radiolistbox | 05 Sep 2006 19:55 GMT | 1 |
Hi. I wanna put a customed listbox in my eVC++ project. I would like to find a component which allow me to put radio buttons in it. In fact i need two types of customed listbox : one with one radiobutton in front of each string (so the radiogroup is
|
| how to set the connection speed used by ActiveSync. | 05 Sep 2006 17:15 GMT | 1 |
Anyone knows if possible make it by windows´s ce registry or another way in c++? thanks.
|
| Array initialization?!? | 05 Sep 2006 15:54 GMT | 1 |
I get an error when trying to do this. BYTE NumberArray[][] = { {7, 0, 2, 67, 67, 0, 240}, {7, 0, 2, 67, 67, 1, 209},
|