Solutions For .Net Programming Related Problems
you can write this line of code to fill a combo box with
installed system fonts.
comboBox1.Items.AddRange (FontFamily.Families);
No comments:
Post a Comment