09-29-2022, 02:16 PM
Is there any set of examples how to use standard win api controls in QB64?
micro(A)developer
http://basic4us.epizy.com/forum/index.php
http://basic4us.epizy.com/forum/index.php
CreateWindowEx ?
|
09-29-2022, 02:16 PM
Is there any set of examples how to use standard win api controls in QB64?
micro(A)developer
http://basic4us.epizy.com/forum/index.php
09-29-2022, 02:25 PM
(This post was last modified: 09-29-2022, 02:27 PM by SpriggsySpriggs.)
@aurel Unfortunately, I don't have any simple examples. I do have programs I've made with CreateWindowEx and controls but they are extremely complex and may muddy the waters for you. My best working example is this https://github.com/SpriggsySpriggs/QB64-...deo-Player
I made a video player with Win32 that uses standard Windows controls to control playback and show progress. It also has a menu bar and takes advantage of the TaskDialog API in Win32 as well as the open file dialog. Lots of goodies.
Ask me about Windows API and maybe some Linux stuff
09-29-2022, 07:46 PM
thanks Zak
i will look into it!
micro(A)developer
http://basic4us.epizy.com/forum/index.php
10-01-2022, 10:43 AM
We covered something like this in the old forum!
You may find the following links are of use. Windows buttons for 32 and 64 bit IDE https://qb64forum.alephc.xyz/index.php?t...#msg124966 Windows buttons for 32 and 64 bit IDE - Take 2 https://qb64forum.alephc.xyz/index.php?topic=4279.0 InputBox https://qb64forum.alephc.xyz/index.php?topic=4111.0 https://qb64forum.alephc.xyz/index.php?t...#msg137585
10-01-2022, 01:41 PM
hey, cool avatar! I'm glad people are embracing the phoenix spirit
|
« Next Oldest | Next Newest »
|