Re: How can i open and close form rapidly without any showing on the s
- From: alantolan@xxxxxxxxx
- Date: 26 Sep 2005 12:33:01 -0700
The solution might be to create a module or class containing the code
that is currently in the form and use that instead of the form.
The general recommendation is to place user interaction code in the
form and place the heavy-lifting code in classes that can be invoked by
forms. This allows for easier re-use.
If you are really cannot move the code, make the Form_Load handler
public and call it directly.
e.g.
x.Form_Load(nothing, nothing)
hth,
Alan.
.
- References:
- How can i open and close form rapidly without any showing on the screen?
- From: nomenklatura
- Re: How can i open and close form rapidly without any showing on the s
- From: nomenklatura
- How can i open and close form rapidly without any showing on the screen?
- Prev by Date: PDF gets corrupted when sent as an email attachment
- Next by Date: RE: Windows App With No Visible Window
- Previous by thread: Re: How can i open and close form rapidly without any showing on the s
- Next by thread: Re: How can i open and close form rapidly without any showing on the screen?
- Index(es):
Relevant Pages
|