Removing window borders/title bar

Blitz3D Forums/Blitz3D Programming/Removing window borders/title bar

Tracer(Posted 2004) [#1]
Any ideas how to do this from B3D?

Tracer


Tracer(Posted 2004) [#2]
nm, figured it out. Question of hacking the exe.

Tracer


Binary_Moon(Posted 2004) [#3]
Or you could do it with userlibs.

Everything you need is in there

http://www.blitzbasic.com/codearcs/codearcs.php?code=829


Tracer(Posted 2004) [#4]
Yeah, that makes the window 640,480 with no way to change it without screwing up.. tried it.

Tracer


Perturbatio(Posted 2004) [#5]
You could try modifying this:




Tracer(Posted 2004) [#6]
I ended up writing a 4kb DLL to do the job :)

Tracer


Binary_Moon(Posted 2004) [#7]
I didn't say it would do it for you. I managed to get it to work fine in ExGen. If you run ExGen you will see a small splash window at the start that has no border or title bar or anything. That's the blitz runtime window.

Of course now you have a dll it doesn't really matter but it does work... honest