Re: How can i open and close form rapidly without any showing on the s




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.

.



Relevant Pages

  • Re: bitwise operations
    ... To ascertain if a specific bit is turned on, ... Alan. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Excel Formula Negative/Negative =+%
    ... and your percentage calculation is in D5 then you could do something ... HTH, ... Alan. ... Prev by Date: ...
    (microsoft.public.excel)
  • Re: Ending In 5
    ... posted by Biff. ... HTH, ... Alan. ... Prev by Date: ...
    (microsoft.public.excel)
  • Re: DateTimePicker Checked Property
    ... If you set a value in a DTP it will set the checked value to true. ... Alan. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Need help with unicode strings.
    ... where fs is a filestream ... Alan. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)