Problem with form activation

  • Thread starter Thread starter Laurent
  • Start date Start date
L

Laurent

Hi all,

A problem occurs when I show a form (using method Show or Visible set to
true).
The form, when displayed is also activated and I do not want to.
The property Form.ShowWithoutActivation returns false.
How can I display my Form so that it does not activate when it is displayed
?

Laurent
 
Laurent,

You are suppposed to override this property in your form and return *true*
of you don't want to be activated upon showing.
 
I thought you don't want your form to become active. Returning *false* means
the opposite.
 
Back
Top