Click to See Complete Forum and Search --> : Toolbar Control


FundooGuy
November 23rd, 2004, 02:39 AM
Hi frnds

I m using a toolbar with some button and one one drop down box.

1. i need to fill the drop down box with all Available Font Names.
2. When i click on the item of the list the selected text in a text box apply the selected font name from the list.

Please tell me how to do this.

Thnx

darwen
November 23rd, 2004, 04:50 AM
To fill the font combo box have a look at the System.Drawing.Text.InstalledFontCollection class.

Darwen.