Re: How can i open and close form rapidly without any showing on the screen?
- From: "Nick Z." <pacemkr@xxxxxxxxx>
- Date: Mon, 26 Sep 2005 18:41:44 -0400
nomenklatura wrote:
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??
I think it can be done simpler than that.
x.Top = -1000; x.Left = -1000; x.Show();
It's gonna be "shown" but off the screen.
Nick Z. .
- References:
- How can i open and close form rapidly without any showing on the screen?
- From: nomenklatura
- How can i open and close form rapidly without any showing on the screen?
- Prev by Date: Re: Help - Procedure expects parameter - It's There!!!
- Next by Date: Removing reference created by ShowDialog(owner) - memory 'leak'
- Previous by thread: Re: How can i open and close form rapidly without any showing on the s
- Next by thread: Re: How to cancel standard mouse event handling?
- Index(es):