Fullscreen window with no titlebar?

Blitz3D Forums/Blitz3D Programming/Fullscreen window with no titlebar?

Beaker(Posted 2006) [#1]
Does anyone know of any method to make a Blitz3D window fullscreen with no titlebar/border/buttons etc? I don't want to goto fullscreen proper, but do want to be able to Alt-Tab and move the window.


Yan(Posted 2006) [#2]
Yarrr...



Beaker(Posted 2006) [#3]
Much obliged. Thanks!


puki(Posted 2006) [#4]
I never got that example to work - I have user32.dll and decs in my userlibs.


puki(Posted 2006) [#5]
Having said that - my decs are Rev 0.5 2003.03.06


LAB[au](Posted 2007) [#6]
What is this line supposed to do?

"SendMessage(blitz_hnd, $A1, 2, 0)"

It crashes on my computer.

Thanks


Yan(Posted 2007) [#7]
That line, along with ReleaseCapture(), *should* allow you to drag the window around.

Have you checked/updated your User32.decls?