Private Const WS_EX_CLIENTEDGE = &H200
Private Const WS_OVERLAPPED = &H0&
Private Const WS_VSCROLL = &H200000
Private Const WS_HSCROLL = &H100000
Private Const WS_CLIPSIBLINGS = &H4000000
Private Const WS_CHILD = &H40000000
Private Const WS_VISIBLE = &H10000000
Private Const ES_MULTILINE = &H4&
Private Const ES_LEFT = &H0&
Private Const ES_WANTRETURN = &H1000&
Private Const ES_AUTOVSCROLL = &H40&
Private Const ES_AUTOHSCROLL = &H80&
Private Const ES_NOHIDESEL = &H100&
Private Const EM_SETMARGINS = &HD3
Private Const EC_LEFTMARGIN = &H1
Private Const EC_RIGHTMARGIN = &H2

–ß‚é