windows-style program with buttons etc....

Blitz3D Forums/Blitz3D Beginners Area/windows-style program with buttons etc....

elseano(Posted 2003) [#1]
I'm thinking about maybe making a windows-style application with windows, buttons, etc. How would I code a 'button' eg. when the user clicks on it and only on it something happens...?


Perturbatio(Posted 2003) [#2]
I presume you're using B3D

Easy way: get B+

Slightly harder way, use one of the many GUI libraries for Blitz (XInt being one of them)

Hardest way, create your own GUI.


elseano(Posted 2003) [#3]
Yes, im using Blitz, but it doesn't matter cos i just downloaded BCF and it has all the functions I will ever need!
;]


Boiled Sweets(Posted 2003) [#4]
Yes BCF is excellent. We use it in our game for all the menu dialog stuff and our editor...

Check the link below.


mag.(Posted 2003) [#5]
If you have BlitzPlus off cource you can have standart Window GUI style..