News:

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

Easyest Mode To Develop Graphical Programs

Started by nathanpc, October 07, 2009, 11:40:35 PM

Previous topic - Next topic

nathanpc

Hello,
Now i want to do a change in my development life, all this time in Assembly and i only develop command-line applications, now i want to start developing graphical programs, but i was seeing the test exaple of dialog of masm, but that include file is so big and confusing, then i want to know what is the easyest mode to do graphical apps.

Best Regards,
Nathan Paulino Campos

hutch--

nathan,

Look at the example code, you will learn much more than studying the include file.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php


PBrennick

It might be a good idea to read the documentation for creating an RC file, also. Also, I would strongly recommend you play with ResEd.exe, it is a great tool. Note that I do not consider in memory dialogs to be something a beginner should use. That comes later when you understand what you want and know how to go about it. A Resource Editor is a great learning tool. Lastly, remember that the examples in my and Hutch's SDK are really there to help people learn. Play with some of them making small changes here and there whilst observing the effects of said changes. This hands-on approach is something that I have always advocated.

Paul
The GeneSys Project is available from:
The Repository or My crappy website

randomnumber

have to agree too the examples on masm32 are a real help.. am also learning graphical masm programming and its really working out okay.. also having the windows sdk for getting down to specifics also helps..

try also http://win32assembly.online.fr/tutorials.html