save/open window in blitz

Blitz3D Forums/Blitz3D Programming/save/open window in blitz

mtnhome3d(Posted 2008) [#1]
is it possible to get the windows open/save window in a blitz application? i want to make a converter from obj to b3d, and i need a load model dialogue window.


big10p(Posted 2008) [#2]
There's code in the archives for this, I think.


mtnhome3d(Posted 2008) [#3]
i looked and the only one i could find didn't work, it had odd errors in it. is there an api or something?


John Blackledge(Posted 2008) [#4]
Use the BlitzSys dll or WinBlitz3D.
They have one-line calls, but your game has to be windowed.

Come to think of it WinBlitz3D has a WB3D_FakeFullScreen() call so your prog looks fullscreen, but can still handle windows' dialogs.


mtnhome3d(Posted 2008) [#5]
ok thanks, i'll try that.