Windows API tutorial for FreeBASIC

Started by Vortex, August 31, 2025, 11:19:42 AM

Previous topic - Next topic

Vortex

The tutorial set originally designed for FreeBASIC could be useful for Win32API programming with Pelles C :

Quotevvanag, this is Vanya's Windows API tutorial for FreeBASIC: https://users.freebasic-portal.de/freebasicru/book.html. It is written in Russian, but there is a button for translation into many languages, select "English". From the menu select "Articles" ---> "FreeBASIC + API (series of articles)". Very helpful!

https://www.freebasic.net/forum/viewtopic.php?p=308895#p308895

The tutorials by Vanya :

https://users.freebasic-portal.de/freebasicru/api.html
Code it... That's all...

Vortex

An interesting tool available from Vanya's page :

QuoteVISG : A great visual editor for creating a GUI interface. The conversion is into pure API code. In addition to converting code into Freebasic, it also supports other languages: MASM, GCC, FreePascal, etc. It can clone an interface from a ready-made one, there is a built-in simple scripting language, so you can always tweak something additional. The source code is open. Author: Alexander G. Karpov.

https://users.freebasic-portal.de/freebasicru/download.html

https://users.freebasic-portal.de/freebasicru/user-files/visg.zip
Code it... That's all...