- Font modifiers?

SFow

New member
Joined
Apr 11, 2009
Messages
3
Programming Experience
Beginner
I realise this is a total noob question but I've not long started out on a course to learn VB.NET. I'm creating a basic text editor and I wish to include the option to change the font, font colour and background colour of the text box. Is there a way I can ask VB to display a font/font colour selection box or do I have to populate a combo box and code it all myself? :confused:
 
There is a FontDialog in Toolbox. It also has a ShowColor property.
 
Back
Top