1 Attachment(s)
TwinBASIC Pure Win32 GUI Sample.
https://www.vbforums.com/images/ieimages/2021/08/7.png
Short demo of a windowed application written in TwinBASIC using pure Win32 code.
It's a very simple clock that displays the current date and time as text in Window. It's serves as a demonstration of just how powerful the TwinBASIC compiler is, even in this early stage of it's development. Even though TwinBASIC has no GUI tools, it's compiler is still powerful enough to leverage the Win32 API very comfortably to create a GUI anyway.
Short video briefly showing the application running:-
https://www.youtube.com/watch?v=NpFK-UscGVo
Re: TwinBASIC Pure Win32 GUI Sample.
:thumb: Often I tried something it failed because of this or that. This expample works without errors. I'm impressed. Thank you for sharing.
Re: TwinBASIC Pure Win32 GUI Sample.
Quote:
Originally Posted by
getgrowing
:thumb: Often I tried something it failed because of this or that. This expample works without errors. I'm impressed. Thank you for sharing.
You're welcomed.
Working on a more advanced implementation that should prove to quite insightful to anyone wondering how a GUI is implemented in an environment like VB6 or .Net's WinForms.