(haven't tried this yet)
Can you change the character limit at run-time with this API?
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Private Const EM_LIMITTEXT = &HC5
...
SendMessage Text1.hwnd, EM_LIMITTEXT, 5, 0&
Main Topics
Browse All Topics





by: chris_bottomleyPosted on 2009-04-12 at 07:48:51ID: 24125844
Hello SteveQ2,
You could select the textbox font to be a fixed rather than proportional font?
Regards,
Chris