I am creating an windows application using vb.net 2005, and I have a parent form which I want to be able to load various child forms onto depending on which one the user selects. I have the form created and the child forms created and they display on the parent form. I am running into an issue trying to bring those forms to focus when they are selected. They currently appear behind what is being displayed on the parent form. Is there a way to get the information to be the main focus.