Ok spent the weekend searching through manuals etc to solve the following problem, and am out of ideas.

I have a requirement to load a combo box with the available fonts on the end users P.C? Just displaying the standard windows font selection screen is not a solution

Further once l have the fonts, and the user selects one, it should then be the default font for another form, (no need to show me how to do the form2.textbox1.font = stuff), therefore l need to be aqble to do something like

form2.textbox1.font = form1.combobox1.item(...index)

Any ideas would be greatfully recieved.

Thanks in advance