Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple text selection in EditBox
Message
From
09/09/2009 09:18:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Multiple text selection in EditBox
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01423245
Message ID:
01423245
Views:
96
Hi,

Can TextBox or EditBox make multiple text selection like this example?
* selection 1
thisform.TextBox1.SelStart = 1
thisform.TextBox1.SelLength = 10
* selection 2
thisform.TextBox1.SelStart = 20
thisform.TextBox1.SelLength = 15
* selection 3
thisform.TextBox1.SelStart = 50
thisform.TextBox1.SelLength = 20
Next
Reply
Map
View

Click here to load this message in the networking platform