FontDialog1.ShowColor = True FontDialog1.Font = EditBoxC.Font If FontDialog1.ShowDialog <> Windows.Forms.DialogResult.Cancel Then EditBoxC.Font = FontDialog1.Font
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)