N
nomenklatura
Hi,
my functions is open "x" (mdi child form) form and close then
but when i try (not exactly code):
for i=0 to 5
x.show
x.visible=false
bla
bla
x.close
next
x is first showing a little on the screen and then closen rapidly
but i don't want to see anything x form when opening an closing
how can i open and close this form behind the screen??
my functions is open "x" (mdi child form) form and close then
but when i try (not exactly code):
for i=0 to 5
x.show
x.visible=false
bla
bla
x.close
next
x is first showing a little on the screen and then closen rapidly
but i don't want to see anything x form when opening an closing
how can i open and close this form behind the screen??