help with close window
Posted: Fri May 20, 2005 4:57 am
I have program main menu you click register opens new window... but when I click back the old window the register window we just at is in background missing all buttons and images and crap it never closed.. maybe theres another way..
the closewindow part in there or not makes no diffrent reg page never closes..
Code: Select all
Case #Button_2 ; register page from main page...
Open_Window_2()
;now im done with reg page lets go back main page and close reg page...
Case #Button_6 ; back to home..
Open_Window_1()
CloseWindow(2)