The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Magnum on December 16, 2010, 03:31:52 PM

Title: Ready to tackle GUI
Post by: Magnum on December 16, 2010, 03:31:52 PM
I am ready to go from my console based programs to the G.U.I. based ones.

I would like to start by displaying the program name and a button to start the program.

I will look through the examples.

Maybe later, I could learn how to make my program run from the command line also.

Andy
Title: Re: Ready to tackle GUI
Post by: Farabi on December 17, 2010, 06:05:50 AM
It is easy to use GUI. CreateWindowEx would be your friend.  :wink