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.
Re: I created a software in visual basic and want to give the option to change the fo