Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » CE vs. XP   (RSS)
GDI has a method call GetObject which can be used to get information about a GDI object. On Windows CE you can use GetObject to get the pixel format for any bitmap by passing in a DIBSECTION instead of a BITMAP . Here's an example: DIBSECTION ds; HDC Read More...
1 Comments
Filed under: ,
If I'm going to ever talk about writing code on Windows CE, I'll need to get started. Probably the most obvious place to start is WinMain . Wait, that's the desktop's version of WinMain, since I'm writing code on Windows CE, I'll want to look at the Windows Read More...
4 Comments
Filed under: ,
 
Page view tracker