https://github.com/mrfearless/creating-controls-in-assembler
Gitbook: https://mrfearless.gitbooks.io/creating-controls-in-assembler
https://github.com/mrfearless/creating-controls-in-assembler
asm custom-controls gitbook masm radasm win32 win32api x86
Last synced: 3 months ago
JSON representation
Gitbook: https://mrfearless.gitbooks.io/creating-controls-in-assembler
- Host: GitHub
- URL: https://github.com/mrfearless/creating-controls-in-assembler
- Owner: mrfearless
- Created: 2017-05-31T19:45:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T11:06:47.000Z (over 1 year ago)
- Last Synced: 2025-03-21T23:51:11.917Z (3 months ago)
- Topics: asm, custom-controls, gitbook, masm, radasm, win32, win32api, x86
- Language: CSS
- Homepage:
- Size: 2.22 MB
- Stars: 23
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating Controls In Assembler

A book, by [mrfearless](https://github.com/mrfearless), published on [Gitbook.com](/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](https://github.com/mrfearless/creating-controls-in-assembler)
* The Github repository for the SimpleButton example control is here: [https://github.com/mrfearless/SimpleButton](https://github.com/mrfearless/SimpleButton)
* This Gitbook can be found online here: [https://mrfearless.gitbooks.io/creating-controls-in-assembler](https://mrfearless.gitbooks.io/creating-controls-in-assembler)
* Read or download: [](https://mrfearless.gitbooks.io/creating-controls-in-assembler) [](https://www.gitbook.com/download/pdf/book/mrfearless/creating-controls-in-assembler) [](https://www.gitbook.com/download/epub/book/mrfearless/creating-controls-in-assembler) [](https://www.gitbook.com/download/mobi/book/mrfearless/creating-controls-in-assembler)
* You can contact me: [](mailto:[email protected]) [](https://twitter.com/fearless0) [](https://github.com/mrfearless)[](http://creativecommons.org/licenses/by-sa/4.0/) This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).