> On Tue, 30 Dec 2008 12:39:35 -0800 (PST), hitupa...[ at ]gmail.com wrote:
>
> This is my entire code, and it does show an e withaccentas the last
> char:
>
> Dim newNode As MSComctlLib.Node
> Dim tv As MSComctlLib.TreeView
>
> Set tv = Me.TreeView2.Object
> tv.Font.Name = "Arial Unicode MS"
> Set newNode = tv.Nodes.Add(, , "One", "This is the root" &
> Chr$(233))
>
> -Tom.
> Microsoft Access MVP
>
> >Thanks for your reply Tom. Unfortunately changing the font only
> >changed the appearance but did not get the letters appearing.
>
> >On Dec 29, 10:58 pm, Tom van Stiphout <tom7744.no.s...[ at ]cox.net> wrote:
> >> On Mon, 29 Dec 2008 13:34:05 -0800 (PST), hitupa...[ at ]gmail.com wrote:
>
> >> Thecontrolis supported:
http://support.microsoft.com/kb/191222>
> >> It worked for me after I set an appropriate font:
> >> myTreeview.Font.Name = "Arial Unicode MS"
>
> >> BTW, this forum is for the Microsoft Access database program.
>
> >> -Tom.
> >> Microsoft Access MVP
>
> >> >I am using thiscontrolin a VFP (visual foxpro) form (don't ask...).
> >> >The data I pull from the database to populate this thetreeshow up
> >> >but is missing any letters that may have anaccentmark over them. Any
> >> >ideas if thetreecontrolsupports those characters in the first place?