The Font property of the control or form let you change the font of the control. The Font class of System.Drawing namespace can be used to create a new font. Here is how to change the font of a button. Same method applies to all the controls and forms.Private button2.Font = New System.Drawing.Font ("Verdana", 10, System.Drawing.FontStyle.Bold).
Set Font of a Control or Form programmatically?
How do I find out if there is no data in the table?