Hardik,
If you open the second window in code, set the Owner property to the window that is opening the new window you want to float.
Dim obj As New Window1
obj.Owner =
Me
obj.Show()
Cheers, Karl - Microsoft Product Team, Code Project MVP - http://karlshifflett.wordpress.com/