HookB3D (blitzclose extended)

Blitz3D Forums/Blitz3D Userlibs/HookB3D (blitzclose extended)

since blitzclose only supports the close-button, i decided to write a pimped version on my own...

HookB3D features:

.) programmable titlebar buttons min/max/close
.) enable/disable titlebar min/max buttons
.) get state of window (moved, resized, minimized, maximized, restored, ...)
.) set state of window (moveable, sizeable)
.) set window always on top

works fine on xp, but could someone test it on 95-vista?

if there aren´t any bugs left i will remove the nag-screen from the compiled exe. maybe there will be a little fee depends on time?!


feature request, bug report -> here ;)

thx, chi

Works well.
But why are there two Graphics3D commands at the start?

Also, no matter what Graphics3D size I set the demo always opens the same size.

hi john,

if you only call "Graphics3D 1024,768,0,3" you´ll get a 320x240 resizeable window (maximized quality= 1024x768).
call "Graphics3D 800,600,0,2" before and your resizeable win is 800x600 and not 320x240.

Great!
does it works on Vista?

Regards,

works fine on xp, but could someone test it on 95-vista?


no replys on that... so i don´t know (but i think so)

Oh, sorry, I did test it but forgot to reply. Yes, it works on Vista (x64).

thx! will release the final version soon...