Error message meant for other forms pop out for the current form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have recently coded a program control by a menu, user navigate through the
program from the main menu, once a form is closed, the user is redirected
back to main menu with the current form close with Me.Close()

Unfortunately, once I've launched other forms, when I launch a new form, the
similar Try-Catch-Finally error checking pop up error message that is meant
for the previous form, it keep on popping up randomly and has since causes my
program to be ultra unstable.

Any of you have encounter this before? Anyway to resolve this problem?

P/S: I developed it in Visual Studio 2005 for a Windows CE based device.

Thanks.

Regards,
Jenson
 
Sorry for the troubles guys, problem solved. The imported API libraries are
giving me the problem, I had code a workaround to solve the problem. Thanks.
 
Back
Top