Im looking for any Windows Application written in Assembly, just 1 form with 1 button :)
Panathinaikos22 -14 Junior Poster
Recommended Answers
Jump to PostMessageBox is a predefined window class, with one or more buttons,
one window, and with a title and text.Try the Iczelion Win32 Assembly Language Tutorial.
.386 .model flat,stdcall option casemap:none include \masm32\include\windows.inc include \masm32\include\kernel32.inc includelib \masm32\lib\kernel32.lib include \masm32\include\user32.inc includelib \masm32\lib\user32.lib .data MsgBoxCaption db "Hello",0 MsgBoxText …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.