10-07-2007, 04:02 AM
JUST INT A VARIABLE AND SET VARIBLE TO = THAT WINDOW
code:
int w1
w1=win("name of window u using")
act w1
hid w1
hid- w1
then rest of code
make sure change all the names of rest of code to w1 instead the name of the window u r using
code:
int w1
w1=win("name of window u using")
act w1
hid w1
hid- w1
then rest of code
make sure change all the names of rest of code to w1 instead the name of the window u r using
