How to Program a Windows GUI in the Forth Programming Language - SwiftForth

Опубликовано: 08 Октябрь 2024
на канале: code4th
1,667
39

I will show how to program a Windows GUI using the win32 api. We will create a window that will track our mouse movements in real-time and display it in the GUI.

Programming Windows by Charles Petzold - Book:
https://amzn.to/3L1c0h7

Windows GUI automation video:
   • Windows Automation using Forth Progra...  

List of windows messages:
https://wiki.winehq.org/List_Of_Windo...

My Forth Newsletter for tips and tricks:
https://code4thcode.gumroad.com/subsc...

My website:
https://www.code4th.com

Full source code from this video:
https://www.code4th.com/posts/create-...

#forth #swiftforth #gui