Tab Control Unicode |
Post Reply |
Author | |
ScottW
Groupie Joined: 02 August 2005 Status: Offline Points: 82 |
Post Options
Thanks(0)
Posted: 05 June 2006 at 4:43pm |
When using the Unicode version of the 10.1 Suite Controls, shouldn't the following be showing Unicode characters in the tab captions?
Private Sub Form_Load() Dim f As New StdFont f.Name = "Arial Unicode MS" f.Size = 10 With TabControl1 Set .PaintManager.Font = f .InsertItem 0, "Test " & ChrW$(&H6B21), 0, 0 .InsertItem 1, "Test " & ChrW$(&H6B22), 0, 0 .InsertItem 2, "Test " & ChrW$(&H6B23), 0, 0 .PaintManager.Appearance = xtpTabAppearancePropertyPage .PaintManager.DisableLunaColors = True .PaintManager.Color = xtpTabColorWinXP .PaintManager.Layout = xtpTabLayoutAutoSize .PaintManager.HotTracking = True .DrawFocusRect = False End With End Sub I'm seeing question marks instead. Am I missing something? |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |