Preface
Last updated
Last updated
A book, by mrfearless, published on Gitbook.com, about creating controls in assembly language.
The book introduces the reader to my journey and techniques I discovered and evolved over time, for creating custom controls using the windows win32 API and Microsoft's Macro Assembler (Masm).
It covers the main areas of developing an example control, SimpleButton, which the reader can then use as basis for creating their own custom controls.
The Github repository for this book can be found here: https://github.com/mrfearless/creating-controls-in-assembler
The Github repository for the SimpleButton example control is here: https://github.com/mrfearless/SimpleButton
This Gitbook can be found online here: https://mrfearless.gitbooks.io/creating-controls-in-assembler
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.