VS2008 Access the FontDialog's Controls collection

JuggaloBrotha

VB.NET Forum Moderator
Staff member
Joined
Jun 3, 2004
Messages
4,530
Location
Lansing, MI; USA
Programming Experience
10+
Does anyone know how I can access the FontDialog's controls collection? I would like to disable the Font Style ListBox, set the Font Style's TextBox to readonly and disable the UnderLine and StrikeOut CheckBoxes.
 
I'm actually using the Color part, though now I'm thinking of just writing my own dialog window at this point. I mean how hard can it be getting all of the TrueType non-symbols fonts like the FontDialog can be configured to do.
 
Not very difficult, you can list installed font families with InstalledFontCollection class.
 
Back
Top