The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: toshiomoto on June 07, 2008, 09:04:44 AM

Title: Creating an Empty Window with a Button
Post by: toshiomoto on June 07, 2008, 09:04:44 AM
hi guys, i'm new here and i'm interested in learning assembly. I just want to know on how to create a simple resizable window and place a button in it with no functions at all. I'm looking forward to your replies.
Title: Re: Creating an Empty Window with a Button
Post by: jj2007 on June 07, 2008, 09:14:23 AM
Hi Guy,
Install Masm32, then goto \masm32\examples\exampl01 and study the examples. When you are done, and have specific questions, post your code and we might help you.
Have a nice day,
jj
Title: Re: Creating an Empty Window with a Button
Post by: toshiomoto on June 07, 2008, 09:33:08 AM
yup i have downloaded masm32 already. but i really didn't understand much of the codes.
Title: Re: Creating an Empty Window with a Button
Post by: Vortex on June 07, 2008, 02:52:09 PM
Hi toshiomoto,

Welcome to the forum.

You should try to make some efforts to understand the basics of asm. A good source to learn is Randally Hyde's website :

http://webster.cs.ucr.edu

Don't forget to check Iczelion's assembly tutorial set :

http://win32assembly.online.fr

Attached is a window example with a push button.





[attachment deleted by admin]
Title: Re: Creating an Empty Window with a Button
Post by: slovach on June 09, 2008, 01:36:51 AM
Quote from: toshiomoto on June 07, 2008, 09:33:08 AM
yup i have downloaded masm32 already. but i really didn't understand much of the codes.

you might want to take a look at http://www.winprog.org/tutorial/index.html

It's not MASM, but it will help you understand the idea behind creating a window. If you need more help, I'll post an example for you