How can I get the selected text in edit view?
-
May somebody tell me how to get the selected text in the editView?( not using GetSelectedText() ) 3ks!
-
May somebody tell me how to get the selected text in the editView?( not using GetSelectedText() ) 3ks!
Use GetDlgItemText() or GetWindowText() Vision is Always important and so is your ATTITUDE. Wishes. Anshuman Dandekar -- modified at 0:04 Friday 21st April, 2006
-
May somebody tell me how to get the selected text in the editView?( not using GetSelectedText() ) 3ks!
-
May somebody tell me how to get the selected text in the editView?( not using GetSelectedText() ) 3ks!
GetWindowText() can do the trick for you. Project4Hire.com - Find Freelance Progammers and Graphic Designers for all your project needs
-
May somebody tell me how to get the selected text in the editView?( not using GetSelectedText() ) 3ks!
- Use GetEditCtrl() to get a pointer to the edit control. 2) Use the edit control method GetSel() to get the starting and ending character positions. 3) Use that information to read the selected text by using the edit controls CharFromPos() method in a loop. INTP Every thing is relative...