Resolved forms not taking focus

Maylar

Member
Joined
Jan 22, 2021
Messages
16
Programming Experience
10+
Main form shows form 2, form 2 shows form 3. If I mouse click the top of form 2 I would expect it to take focus and be the top window in the display. With this project, it doesn't.. form 3 stays on top. If I minimize form 3, I can get to the controls on form 2. Is there a property somewhere that keeps form 3 on top?

I'm using form.Show() not ShowDialog().

TIA
 
Back
Top Bottom