Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Working with Text (Read 2567 times)
andrewsando1973
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 56
Joined: Feb 14th, 2010
Working with Text
Apr 21st, 2010 at 9:22am
Print Post  
Is there any way i can work programatically with text in a box during the InPlaceEdit,
i mean dealing with selected text, like selText in any textbox, as this will facilitate clipboard operations.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Working with Text
Reply #1 - Apr 21st, 2010 at 1:22pm
Print Post  
Only through the Windows API. For example you can select text programmatically by calling SendMessage(EM_SETSEL) to the edit control. I think I showed you an example how to get the editbox handle some time ago.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint