disabling the small startup window?

Blitz3D Forums/Blitz3D Programming/disabling the small startup window?

Wiering(Posted 2004) [#1]
Not really a big problem, but is there any way to disable the small black window at startup?


Jeremy Alessi(Posted 2004) [#2]
Someone had made a workaround ... but they never released the code. Halo knows the person who did the work around.


BlackD(Posted 2004) [#3]
Been covered completely here:

http://www.blitzbasic.com/Community/posts.php?topic=37093

Lots of ways to do it. Read the whole thread. You can do it via patch, hex-editing Blitz (so it happens for every compile), hex-editing the EXE you want to do it on (so it only happens for that one instance) etc. An example: http://www.freewebs.com/bass-line/misc/StartWindowRemover.zip by BotBuilder and Mr Picklesworth

+BlackD


Wiering(Posted 2004) [#4]
Thanks.


RiK(Posted 2004) [#5]
If it's that simple to do then it would be nice if BR could do an official patch...


BlackD(Posted 2004) [#6]
On the other hand, since its that simple to do, theres no need to. :)