News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

GDI Demo

Started by Bieb, February 25, 2005, 10:57:24 PM

Previous topic - Next topic

Bieb

Hi all.  I've finally learned how the Windows GDI works, so before I went off and started on a good sized project, I decided to try and make a small demo.  This just draws diagonal lines across a window and an ellipse in the middle.  I thought it might be useful as an Easy Code example, since you don't seem to have one that makes use of the GDI.  Unlike my last project, the file shredder, this one is very thoroughly commented.  I think comments take up more space in the source files than the actual code.  So, anyhow, here it is.  You can do whatever you want with it, as long as you keep the little message at the top in the source.

[attachment deleted by admin]

Ramon Sala

Good example Bieb. It will be included in next versions of Easy Code.

Thanks,

Ramon
Greetings from Catalonia

Mark Jones

Pretty cool Bieb!   :U
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

pbrennick

Bieb,
You are always involved in something interesting and your examples will continue to be a big help to others.  Congrats.

Paul