Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How can I change the script of the font for a form if it is not changing?

How can I change the script of the font for a form if it is not changing?

Scheduled Pinned Locked Moved Visual Basic
questioncsharptoolstutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JUNEYT
    wrote on last edited by
    #1

    Hi, I am using vb.net with VS2008. I tried to change the font of the Form. However, I was not able to change the script of the font to "central european" in the font dialog. When I re-open the font dialog, it still show the "Turkish" instead of "Central European". If you have any idea how to change the font and the font script for a specific control in the form, Would you please let me know. Thanks.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    S 1 Reply Last reply
    0
    • J JUNEYT

      Hi, I am using vb.net with VS2008. I tried to change the font of the Form. However, I was not able to change the script of the font to "central european" in the font dialog. When I re-open the font dialog, it still show the "Turkish" instead of "Central European". If you have any idea how to change the font and the font script for a specific control in the form, Would you please let me know. Thanks.

      What a curious mind needs to discover knowledge is noting else than a pin-hole.

      S Offline
      S Offline
      StuBaum
      wrote on last edited by
      #2

      Dim family_name As String = "YourFontNameHere" Dim font_size As Single = 10 Dim font_style As FontStyle = FontStyle.Bold Or Or FontStyle.Italic Or FontStyle.Underline Or FontStyle.Strikeout Dim MyFont As New Font(family_name, font_size, font_style) Me.Font = MyFont

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups