| Thread | Last Post | Replies |
|
| Usage of C++ vs .NET in Windows CE development | 01 Mar 2006 16:14 GMT | 1 |
Which technology is used mostly for Windows CE application development? VC++ or .NET? I already know VC++ and a bit of .NET(C#). Should I stick with VC++? Or shift to .NET?
|
| Fade-in effect in eVC++ and Windows CE .NET 4.2 | 01 Mar 2006 15:03 GMT | 4 |
Currently I have a slideshow application that plays a sound in the background that kicks off another thread that writes a bunch of embedded bitmaps to the screen. For the intro, I was wondering if it was possible to have a fade-out/fade-in to the logo of the application
|
| Beginner:Setup Debug Configuration | 01 Mar 2006 14:53 GMT | 1 |
where I can find information HowTo use and Configure evC++ 4.0 SP 4 And Platform * Kitl * TCP/IP
|
| Use SHLoadDIBitmap to load 1bpp image | 01 Mar 2006 14:35 GMT | 1 |
Due to the lack of LR_LOADFROMFILE I can't use LoadImage, so I need to use SHLoadDIBitmap to get a bitmap out of a file. But it seems that it doesn't load black/white images correctly, because when I perform a GetObject on the returned HBITMAP I get the wrong colour depth.
|
| Bind Control To Array Element | 01 Mar 2006 14:34 GMT | 2 |
I'm trying to teach myself VC++ by writing a little puzzel program for my PDA I have a 9X9 grid of edit boxes. Each control needs to be associated and bound to an equivilant array element. The class wizard in EVC++4 will not accept an array element as a member variable. I can ...
|
| Couldn't start Visual Empedded 4.0 Emulator | 01 Mar 2006 12:38 GMT | 2 |
I've got a probleme after I installed Embedded Visual c++ 4.0 (SP4). The Emulator don't start when I want to test my application. When I click on execute only a Dialog shows up, that says "Connecting" and has a progressbar. After a while a Timeout occures and the Build log ...
|
| JavaScript Intrepreter | 01 Mar 2006 12:34 GMT | 2 |
I need a JavaScript Interpreter for the PocketPc Platform. Is there any library available that can be compiled for WinCe? I looked at the Mozilla JavaScript Engine but couldn't get it to compile on my pc. Do you think it's possible to compile it for WinCe?
|