Win32 Open/Save

Blitz3D Forums/Blitz3D Programming/Win32 Open/Save

xmlspy(Posted 2006) [#1]
Does anyone have a userlib or know how to call the Win32 Open/Save dialogs?


Kev(Posted 2006) [#2]
Winblitz3D adds full windows GUI integration to Blitz3d this includes support for standard window open/save dialogs.

a lite version can be downloaded from below.

http://www.winblitz3d.co.uk/wb3dlite/lite.php

a valid email address is required to unlock the .dll the unlock codes are sent to you by email.

kev


xmlspy(Posted 2006) [#3]
Very nice userlib, however I already have a GUI lib. I only need the open/save dialogs. I guess I might to make the libs myself...


Kev(Posted 2006) [#4]
xmlspy, you could simply rip the open/save dialogs from the old winblitz3d include file. this is using standard api calls from within blitz3d.

they can be downloaded from here
http://www.winblitz3d.co.uk/old_inc/WinBlitz3D_PUBLIC_Release_Version.zip

kev


xmlspy(Posted 2006) [#5]
Already ripped the functions from FUI 3D... haha.


Kev(Posted 2006) [#6]
what ever does the job :)

kev