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.
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
yup i have downloaded masm32 already. but i really didn't understand much of the codes.
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]
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