Re: How do I open an nonmodal owned form over a mdi container ?
- From: "Armin Zingler" <az.nospam@xxxxxxxxxx>
- Date: Thu, 2 Feb 2006 16:49:55 +0100
<pamelafluente@xxxxxxxxx> schrieb
Hi Armin.... thank you for your help. That solution I have
abandoned some time ago, because I noticed that, if I do that - when
there is an error in the program - the debugger is NO MORE able to
go to the line where the error is (it merely says the file and line
where occurred), which is very very annoying.
Hmmm...
Actually, I do not understand why my way does not work. That's
really strange, because if the Me.ShowForm2_NonModal() is called
AFTER loading everything is fine. This doesn't make much sense to
me.
It was never allowed to show a non-modal Form after a modal Form is
displayed.
Also, I do not understand why if I use the method You suggest, the
debugger is no more able to go to an error line, when an error
occurs. I can vaguely imagine the reason, infact the same happen
when an error occurs, for instance, on a timer event or on a Drag
Drop: so must be related to the fact that it is within a thread
different from the main one. Can you fix this behavour ???
All this is very very annoying...
This is indeed a (different) problem. I currently don't know how to solve
it.
I know the problem with the exception in a Timer's Tick event handler: The exception is not caught but the "JIT debugger" message occurs. This is a bug fixed in version 2005. Hopefully it will also be fixed in the next VS 2003 SP.
Armin
.
- Follow-Ups:
- Re: How do I open an nonmodal owned form over a mdi container ?
- From: pamelafluente
- Re: How do I open an nonmodal owned form over a mdi container ?
- References:
- Re: How do I open an nonmodal owned form over a mdi container ?
- From: pamelafluente
- Re: How do I open an nonmodal owned form over a mdi container ?
- Prev by Date: Re: How do I open an nonmodal owned form over a mdi container ?
- Next by Date: Passing multipe values for parameter
- Previous by thread: Re: How do I open an nonmodal owned form over a mdi container ?
- Next by thread: Re: How do I open an nonmodal owned form over a mdi container ?
- Index(es):
Relevant Pages
|