Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8226563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:48:51+00:00 2026-06-07T15:48:51+00:00

How to apply a specified font style selected in a font dialog to a

  • 0

How to apply a specified font style selected in a font dialog to a text box in visual basic.
I’m trying to implement a notepad program that provides the ability to choose the desired font (from a list of available fonts), and then I want to apply this font to the text in the TextBox.
I have done this so far

        FontDialog1.ShowDialog()
        TextBox1.Font = FontDialog1.Font

But it didn’t work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T15:48:52+00:00Added an answer on June 7, 2026 at 3:48 pm

    You would have to set all Font-related properties of the TextBox from the System.Drawing.Font that is returned by the FontDialog.Font property:

    System.Drawing.Font font = fontDialog.Font;
    textBox.FontFamily = new FontFamily(font.Name);
    textBox.FontSize = font.Size;
    textBox.FontWeight = font.Bold ? FontWeights.Bold : FontWeights.Regular;
    textBox.FontStyle = font.Italic ? FontStyles.Italic : FontStyles.Normal;
    

    See also this question.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to apply a specific style to a slider control and I'm having
I'd like to apply a template to nodes that have children with a specified
When a user downloads a style sheet, do all background images specified in that
I'm trying to apply border-radius effect on a particular div. The code I used
For whatever reason, when I apply a CSS transform to a paragraph that already
I'm having some major headache trying to apply CSS3 transitions to a slideshow trough
I'm trying to apply a fix to allow NCover v1.5.5 to run on Windows
I have a WCF service. I need to implement IServiceBehavior in my class that
I want to specify that my output rule should only apply to the contents
I want to apply some font say Times New Roman to only my application.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.