News:

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

Building Windows Forms Apps in MASM

Started by Astro, October 05, 2011, 09:04:21 PM

Previous topic - Next topic

Astro

Anyone any tips on writing winform apps in assembler? I quit with C++ PERMANENTLY !!!!!!!!! I can't even open an open source resource file as part of a VS9 project without errors.

I've done quite a bit in console, and happy with most things I think (though I have been away from it for long enough to forget a few things already  :red ) but now I need to go all-out on writing a Windows GUI app.

I know about Iczelion's tutorials so will go over those again from the top (they were very useful), but looking for any tips, good editors to use (I did get a GUI editor for MASM but can't remember what it was called).

Thanks in advance!

hutch--

Robin,

At the risk of sounding partisan, try the code generators in the MASM32 project. Editors are like girlfriends, you pick the one(s) that best suit your programming style but GUI windows in MASM are no big deal and you can do anything that API code can do with  real precision. i have attached a simple template for a bare window with a manifest file and a version control block. It comes in at a bloated 6k.  :bg
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

dedndave

i thought the term "forms" implied dotNOT in MS speak   :P

hutch--

Nah,

Windows were called "Forms" in VB 1.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Astro

Thanks for the sample Hutch!

Learning VB was the worst thing I ever did.  :eek  I think I'm also dyslexic and struggle with all the brackets and braces.  :boohoo: