The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: Bieb on February 25, 2005, 10:57:24 PM

Title: GDI Demo
Post by: Bieb on February 25, 2005, 10:57:24 PM
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]
Title: Re: GDI Demo
Post by: Ramon Sala on February 26, 2005, 04:41:16 AM
Good example Bieb. It will be included in next versions of Easy Code.

Thanks,

Ramon
Title: Re: GDI Demo
Post by: Mark Jones on February 26, 2005, 02:48:52 PM
Pretty cool Bieb!   :U
Title: Re: GDI Demo
Post by: pbrennick on March 01, 2005, 11:12:48 PM
Bieb,
You are always involved in something interesting and your examples will continue to be a big help to others.  Congrats.

Paul