Quote:
|
the target actually loads the About form (frmAbout) which in turn loads the main form (frmMain) after you click OK on the About form. You then are in the app and can open the About form again through the standard Help|About menu.
|
You can try at the end of frmAbout Form_Load event jump to cmdOK Click event code. Result is that at the beginning NAG just blink and program run normally. frmAbout stay loaded in memory (Form_Load is not firing) so if you call it from About menu it should works.