# Preface

![](/files/-M4RZP4ABrLIL1r9FYad)

A book, by [mrfearless](https://github.com/mrfearless), published on [Gitbook.com](https://github.com/mrfearless/creating-controls-in-assembler/blob/master/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>
* Read or download: [![Online](https://img.shields.io/badge/gitbook-online-brightgreen.svg)](https://mrfearless.gitbooks.io/creating-controls-in-assembler) [![PDF](https://img.shields.io/badge/gitbook-pdf-green.svg)](https://www.gitbook.com/download/pdf/book/mrfearless/creating-controls-in-assembler) [![ePUB](https://img.shields.io/badge/gitbook-epub-yellowgreen.svg)](https://www.gitbook.com/download/epub/book/mrfearless/creating-controls-in-assembler) [![Mobi/Kindle](https://img.shields.io/badge/gitbook-mobi-yellow.svg)](https://www.gitbook.com/download/mobi/book/mrfearless/creating-controls-in-assembler)
* You can contact me: [![Email  :](https://img.shields.io/badge/email-sendmail-6C2FDE.svg)](mailto:fearless.is.my.name@gmail.com) [![Twitter:](https://img.shields.io/badge/twitter-fearless0-26A9E9.svg)](https://twitter.com/fearless0) [![Github :](https://img.shields.io/badge/github-mrfearless-7A8E97.svg)](https://github.com/mrfearless)

[![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](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/).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fearless.gitbook.io/creating-controls-in-assembler/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
