Posted: Thu Jan 12, 2006 2:20 pm
LOL - yeah v4 might change things.
But in the meantime...
Select WindowEvent()
Case #PB_Event_CloseWindow: End
Default: Delay(1)
EndSelect
won't work anyway because we're talking about fullscreen mode - not windowed and that will give an error when the debugger checks the code.
But in the meantime...
Select WindowEvent()
Case #PB_Event_CloseWindow: End
Default: Delay(1)
EndSelect
won't work anyway because we're talking about fullscreen mode - not windowed and that will give an error when the debugger checks the code.