Font Color Dialog Controls in VB.NET
How to use Fontdialog and Colordialog controls in VB.NET
Explanation
Font Color Dialog Controls
FontDialog Control is used to display dialog boxes for changing the font.
ColorDialog Control is used to display
dialog boxes for changing the color.
Video:
Explanation:
- In the above example two text boxes with Multiline property set to true are used.
- Also the FontDialog1 and ColorDialog1 controls are used.
- Using the click event of the buttons the ForeColor and the Font is changed.