How to create Windows?

Blitz3D Forums/Blitz3D Programming/How to create Windows?

RFBcsa(Posted 2003) [#1]
Is there anyway of creating a real window outside the Blitzbasic 3D main window. A window that I can manipulate just like the standard Blitzbasic window?


Perturbatio(Posted 2003) [#2]
You *could* do it with winAPI calls (via userlibs).
But it would take a bit of work.


soja(Posted 2003) [#3]
...and "real" windows require callback functions for event handling, etc. (which Blitz doesn't currently support).

Your best bet: invest in BlitzPlus. Create a "real" window in one line of code.

And better yet, there is a relatively easy way of integrating BlitzPlus and Blitz3D apps.