Hello,

I have the following problem:
I've several modules compiled in DLLs each one with their forms, etc...
To centralize this I have an exe that has a MDI form in wich the mdi
childs forms are called.
However the event GotFocus, the property Focused, aren't runned! This
way I never know when my mdi child gets focus.
Any ideia?

PS: I'm working in VB.NET

Re: Forms from DLLs by Rui

Rui
Mon Sep 06 09:28:01 CDT 2004

Problem solved....
Used the Visiblechanged event

"Rui Dias" <rdias@rcsoft.pt> wrote in message
news:%23ATiOp$kEHA.1376@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I have the following problem:
> I've several modules compiled in DLLs each one with their forms,
etc...
> To centralize this I have an exe that has a MDI form in wich the mdi
> childs forms are called.
> However the event GotFocus, the property Focused, aren't runned! This
> way I never know when my mdi child gets focus.
> Any ideia?
>
> PS: I'm working in VB.NET
>
>