CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2016
    Posts
    1

    I created a software in visual basic and want to give the option to change the font

    Please read the question closely I created a software in Visual Basic and I want to know how I can implement a font changer so the person can select different kinds of fonts to see the text in the text box better.
    So in lamence terms if I type
    TextBox2.Text = "joker font" Then ?
    So where the question mark is thats where I need help with so if Im using lets say Times New Roman and I decided I want to change font to Joker what line of code do I need to put with the code above.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: I created a software in visual basic and want to give the option to change the fo


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured