If StartUpPosition property of that Form is Manual you can do..
VB Code:
  1. Fr.Left = 0 'Whatever you want
  2.      Fr.Top = 0  'Whatever you want
  3.      Fr.ShowDialog(Me)