HI

I am creating a project with 2 forms
the first form (the main) will appear un the taskbar
and the second one will not

I have a button in 'form1' that will show 'form2', now I want to make 'form2' "top of all" so if we select 'form1' 'form2' will be at the top , but if I minimize 'form1' 'form2' will minimize automaticly and also if I restore 'form1' 'form2' will restore

and how to keep the selected text in 'form1' highlighted while 'form2' is active

thanks