5,451 questions
Have you added FRegistration_Load with the Designer ?
So that it adds automatically :
this.Load += new System.EventHandler(this.FRegistration_Load);
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I would like to display the message box when the child form FRegistration is loaded. The message box should be displayed as soon as the form is loaded, not depends on other condition.
Now it shows 0 references, why?
Of course that it does not show the message box, what goes wrong? Or where should I put the message box?
Thanks.
Have you added FRegistration_Load with the Designer ?
So that it adds automatically :
this.Load += new System.EventHandler(this.FRegistration_Load);