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

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top