Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Diff fonts

Status
Not open for further replies.

Rednyx

Civil/Environmental
Feb 22, 2001
42

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?
 
Replies continue below

Recommended for you

I don't think that you can use multiple fonts on the same item. If you need to insert special characters that are in the ASCII character set, define the captions in the Form_Load event.
Code:
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor