Using Diff fonts
Using Diff fonts
(OP)
I want to use two DIFFERENT type of formats in one button/label/text box . Just like if i have to denote sigma(Greek) x(Arial) in one button what should i do?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Using Diff fonts
Private Sub frmMain_Load()
Label1.Caption = "Sigma (" & Chr(228) & "):"
End Sub
Hope this helps!
DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.