Ah ha!...I got it, here is the results.
I believe I fixed it...well it works.
Do you think this is proper coding?
Private Sub Form_Resize()
'This is activated every time that you resize the form
'either by controlbox or mouse resize
'eg.
If Main.WindowState = 1 Then
GoTo Bottom
End If
txtNotepad.Width = Main.Width - 120
txtNotepad.Height = Main.Height - 1150
cmdOpen.Top = Main.Height - 1100
cmdSave.Top = Main.Height - 1100
cmdExit.Top = Main.Height - 1100
Bottom:
End Sub
Daniel Christie
This is true, good suggestion.
I appreciate your keen suggestion, thankyou,
Daniel Christie