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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. How chane Font Name

How chane Font Name

Scheduled Pinned Locked Moved ASP.NET
3 Posts 3 Posters 1 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.
  • R Offline
    R Offline
    Rinki Mukheraji
    wrote on last edited by
    #1

    How change a Font Name ButtonClick() event.

    A M 2 Replies Last reply
    0
    • R Rinki Mukheraji

      How change a Font Name ButtonClick() event.

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      Gagan Deep Garg wrote:

      How change a Font Name ButtonClick() event.

      Which Font name do you want to change ? Only Button or any specifi Control !!!!

      Best Regards ----------------- Abhijit Jana Microsoft Certified Professional "Success is Journey it's not a destination"

      1 Reply Last reply
      0
      • R Rinki Mukheraji

        How change a Font Name ButtonClick() event.

        M Offline
        M Offline
        Mitesh Darji
        wrote on last edited by
        #3

        try this one ..... call this function with the 2 parameter . Private Sub SetToolbarFont(ByVal FontName As String, ByVal FontSize As Integer) Dim Temp As New Font(FontName, FontSize) BtnAdd_Panel.Font = Temp BtnSave_Panel.Font = Temp End Sub ------------------------ Parameter1 = Font Name Parameter2 = Font Size :)

        mitesh

        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