Mouse click doesn't activate c# MDI form

G

Guest

Why doesn't clicking anywhere on a child form (not just the title bar) in a MDI application activate the form in C#, as in VB.NET. Was this by design? Must one actually call the Activate() event

I have seen other posts on this issue but no responses

Ken H
 
M

Magnus Persson

In VB6 the activate events could be fired for either the MDI parent or the
child depending on which window was active before. I had to check for
activate events in both cases. Maybe it is similar in .NET and C#? Have you
tried looking for those events in both parent and child?


KenH said:
Why doesn't clicking anywhere on a child form (not just the title bar) in
a MDI application activate the form in C#, as in VB.NET. Was this by design?
Must one actually call the Activate() event.
 

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