|
|
|
start date: Tue, 21 Aug 2007 19:04:03 -0700,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
Jenson
|
|
2
Jenson
|
Error message meant for other forms pop out for the current form
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
--
:: Vision is Power ::
Date:Tue, 21 Aug 2007 19:04:03 -0700
Author:
|
RE: Error message meant for other forms pop out for the current form
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.
--
:: Vision is Power ::
"Jenson" wrote:
> 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
> --
> :: Vision is Power ::
Date:Wed, 22 Aug 2007 18:28:01 -0700
Author:
|
|
|