|
-
Jul 1st, 2006, 04:20 PM
#1
Thread Starter
Addicted Member
vb6 and implementing Left-to-Right Mark
how can i in a textfield or in a Rich Tect Format object implement the "Left-to-Right Mark" so the chr(254) will be insterted where ever neede automaticlly?
thnaks iun advance
peleg
-
Jul 1st, 2006, 04:59 PM
#2
Re: vb6 and implementing Left-to-Right Mark
What does the "left-to-right" mark look like? Do you mean a right-arrow?
-
Jul 4th, 2006, 04:53 PM
#3
Thread Starter
Addicted Member
Re: vb6 and implementing Left-to-Right Mark
dont remember i think square but anyway u wont see the cahr in th e string its a hidden 1
-
Jul 4th, 2006, 05:12 PM
#4
Re: vb6 and implementing Left-to-Right Mark
Sorry but I don't understand.
-
Jul 5th, 2006, 08:02 AM
#5
Re: vb6 and implementing Left-to-Right Mark
text1.text = text1.text & chr(254)
it will display something, depending what it is in
pete
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|