No Title Bar in Window Mode (Win32)

BlitzMax Forums/BlitzMax Programming/No Title Bar in Window Mode (Win32)

MarkAM(Posted 2005) [#1]
I want to be able to hide the titlebar (i.e. only show border and drawing area) in a BlitzMax2d OpenGl Window (i.e. Graphics 800,600,0,60). I have tried to use the win32 API (SetWindowLong) to change the window style and this seems to mess up the paint area.

Anyone got an example of how to do this?


Fabian.(Posted 2005) [#2]
I didn't tried out, but I think CreateCanvas(x,y,w,h,Desktop()) should work for this.


MarkAM(Posted 2005) [#3]
No, I think this only available with the Max GUI. I am using Iglass with a windows max2d window.