Forms from DLLs

  • Thread starter Thread starter Rui Dias
  • Start date Start date
R

Rui Dias

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
 
Back
Top