Patch ShowWindow code for No Console window Hack

Blitz3D Forums/Blitz3D Programming/Patch ShowWindow code for No Console window Hack

RustyKristi(Posted 2016) [#1]
Hi, I'm using a console window patch the runtime dll that hides the b3d window as a result, is there a way to patch this again and not use the ShowWindow routine each time you test something out?

Graphics3D 640,480,0,2
SetBuffer BackBuffer()

hWnd=SystemProperty$("AppHWnd") <-- need a patch and get rid of these 2 lines
ShowWindow hwnd,5