Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm Read More...
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: ,
Welcome to the new home for my sporadically updated blog. I'm particularly fond of fixed width fonts, so you'll probably be seeing a lot of them. Over the next couple of days, I'll be playing around with the formatting of this site (and probably posting Read More...
5 Comments
Filed under:
 
Page view tracker