Well, while the form was load i hide the form by
but teh problem is if i hide the form , the activate event of form does not run/trigger.
Is this possible to activate the form activate event while the form was hiding.
If this is not possible then , can i hide the form by apply some tranparacy =0 at load tiem and make traparancy=100 after activate even , if this possible then how to control tranparacy of the form.
Code:
form1.hide
Is this possible to activate the form activate event while the form was hiding.
If this is not possible then , can i hide the form by apply some tranparacy =0 at load tiem and make traparancy=100 after activate even , if this possible then how to control tranparacy of the form.
Comment