well to scale the notepad or what ever try this:

VB Code:
  1. Private Sub Form_Resize()
  2. text1.Move 0,0,Me.Scalewidth,Me.Scaleheight
  3. End Sub

as for a window in a window try using a mdi form then using mdi childs for the inside forms.