Re: viusal basic 6 - Treeview right to left
- From: "Randy Birch" <rgb_removethis@xxxxxxxx>
- Date: Sat, 24 Dec 2005 11:14:35 -0500
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: Gol Yass
- Re: viusal basic 6 - Treeview right to left
- References:
- viusal basic 6 - Treeview right to left
- From: Gol Yass
- viusal basic 6 - Treeview right to left
- Prev by Date: Re: textbox still working on it
- Next by Date: Re: textbox still working on it
- Previous by thread: viusal basic 6 - Treeview right to left
- Next by thread: Re: viusal basic 6 - Treeview right to left
- Index(es):
Relevant Pages
|