Re: viusal basic 6 - Treeview right to left
- From: "Gol Yass" <gol_e_yass@xxxxxxxxx>
- Date: Sun, 25 Dec 2005 10:07:27 +0400
Thank you very much for your reply and explanation.
I have already installed arabic language in my system, but for my program to
work I must set the language in advanced tab of regional setting to English
(for non-unicode).
Could you please tell me how to exactly implement this TVS_RTLREADING ? I
have tried many ways but I can't make it work.
Most appreciated
Yass
"Randy Birch" <rgb_removethis@xxxxxxxx> wrote in message
news:OksPoUKCGHA.2300@xxxxxxxxxxxxxxxxxxxxxxx
> AFAIK, RTL is dependent on the language version of Windows installed. If
> you're using an English version of Windows RTL is disabled. IOW, you have
> to design the app on a version of Windows that was written for, supports
> and
> is configured for a language requiring RTL. Once that's done the control
> will display text RTL.
>
> On the TVS_RTLREADING constant, the MSDN states: Causes text to be
> displayed from right-to-left (RTL). Usually, windows display text
> left-to-right (LTR). Windows can be mirrored to display languages such as
> Hebrew or Arabic that read RTL. Typically, tree-view text is displayed in
> the same direction as the text in its parent window. If TVS_RTLREADING is
> set, tree-view text reads in the opposite direction from the text in the
> parent window.
>
> --
>
> Randy Birch
> MS MVP Visual Basic
> http://vbnet.mvps.org/
> ----------------------------------------------------------------------------
> Read. Decide. Sign the petition to Microsoft.
> http://classicvb.org/petition/
> ----------------------------------------------------------------------------
>
>
>
> "Gol Yass" <gol_e_yass@xxxxxxxxx> wrote in message
> news:dojnpf$s81@xxxxxxxxxxxxxxxxxxxxxxxxxxx
> : Dear All
> :
> : I am using VB 6 on win XP home edition , and I need to use a treeview
> : control that is right to left adjusted.
> : I have searched online but have not found much relevant info except for
> the
> : tip mentioned on
> http://www.codecomments.com/archive293-2005-10-670790.html
> : . which did not work for me. (Perhaps I did not implement it correctly
> ?)
> :
> : Could you please tell me how to solve this problem or guide me on how to
> : implement the above solution.
> :
> : Your help is EXTREMELY appareciated.
> :
> :
> : Gol Yass
> :
> :
> :
> :
>
.
- Follow-Ups:
- Re: viusal basic 6 - Treeview right to left
- From: Randy Birch
- Re: viusal basic 6 - Treeview right to left
- References:
- viusal basic 6 - Treeview right to left
- From: Gol Yass
- Re: viusal basic 6 - Treeview right to left
- From: Randy Birch
- viusal basic 6 - Treeview right to left
- Prev by Date: Setting Default Values for Printer
- Next by Date: Re: Setting Default Values for Printer
- Previous by thread: Re: viusal basic 6 - Treeview right to left
- Next by thread: Re: viusal basic 6 - Treeview right to left
- Index(es):
Relevant Pages
|