-
1 Attachment(s)
Hard question
How to make the cursor or pointer as it show in the pic. If we set propertise of textbox "Right to left" to true it will only change the direction and not change the head of it. by the way if you press Alt+Shift keys it will make it like this. So how can we do this ?
-
Re: Hard question
You can always specify a cursor, or even create your own and apply it.
As for Alt+Shift, you can create hotkeys for your form to do that. Why would you need a hotkey to change your textbox from left-right to right-left?
-
Re: Hard question
Becaue My language starts from right to left.
-
Re: Hard question
-
Re: Hard question
I did all this
Set the form's RightToLeft property to Yes.
Set the form's RightToLeftLayout property to true
It change the direction of the pointer but didn't make it like in the pic.
-
Re: Hard question
Is the little triangle so very important?
-
Re: Hard question
Yes, it's the main idea that I'm looking for in this topic and in this topic
http://www.vbforums.com/showthread.php?t=542878