Sign In
Windows CE Graphics
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
CE vs. XP
code
Pages
random
WinCE
Archive
Archives
March 2006
(1)
April 2004
(1)
January 2004
(1)
December 2003
(1)
MSDN Blogs
>
Windows CE Graphics
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows CE Graphics
Using GetObject to find out the pixel format of a bitmap.
Posted
over 8 years ago
by
jsirois
1
Comments
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; ...
Windows CE Graphics
When WinMain just isn't the same...
Posted
over 8 years ago
by
jsirois
4
Comments
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...
Windows CE Graphics
Welcome...
Posted
over 9 years ago
by
jsirois
5
Comments
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...
Page 1 of 1 (3 items)