should set the cursor to the very beginning of the edit control if that's what you are wanting to do.Code:SendMessage(hwndMainBox, EM_SETSEL,0,0);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 9 of 9
Thread: Edit Box ControlsThreaded View
|
Click Here to Expand Forum to Full Width |