Active Forums => QB64 Discussion => Topic started by: Aurel on September 29, 2021, 02:05:53 pm
Title: Idea for GUI
Post by: Aurel on September 29, 2021, 02:05:53 pm
Ok If i ever find a time and or energy to make simple GUI library ..read .dll in o2 compiler ...which you can use in QB64 what would be prefered syntax or names for controls and window ?
examples:
OpenWindow ..... SetControl .....
or something else ?
Title: Re: Idea for GUI
Post by: bplus on September 29, 2021, 02:11:34 pm
Probably would be good to use a Type for all the Controls, including the Window?
Title: Re: Idea for GUI
Post by: Aurel on September 29, 2021, 03:03:57 pm
Ok
now i become little bit angry because of Steve which not believe me ..he he here is something for start and don't become angry it is dll code in o2
Title: Re: Idea for GUI
Post by: Aurel on September 29, 2021, 04:24:16 pm
OK...(like i use ZX ..heh) I tested this dll under qb64 and seems that work fine . hmm at first i think that i made mistake because i don't see message box ( too much used to gui ...shame on me) but i will add next time message box frame to see how work. this code is in qb64 and call .dll awi32.dll
Title: Re: Idea for GUI
Post by: Aurel on September 29, 2021, 04:28:16 pm
if you wish to try ...in attachment is awi32 dll unzip it into qb64 folder ,in same folder save your testing program (above qb64 code ) compile your program ..use name for program what ever you want. run...