Dim nSize As Integer = 12
Dim font As Font = New Font("Arial", nSize)
Ctl3dPushButton1.FontCaption = font
Quote from: Schultz65 on July 16, 2014, 03:00:59 PM
Hello
How to write code for changing the font size of a Ctl3dPushButton in VB.net ?
Thank you very much in advance
Schultz