PDA

Click to See Complete Forum and Search --> : Windows Font-Selection dialog


Sven Huettemann
Nov 18th, 1999, 04:02 PM
Can anybody explain to me how i can open the windows font-Selction dialog to be able to choose any Font and ist atributes to be used in my own application. I am competly stuck with this.

onerrorgoto
Nov 18th, 1999, 04:07 PM
Use the commondialog component and show it like this

private sub command1_click()
commondialog1.showfont
end sub

------------------
On Error Goto Bed :0)
anders@zsystemdesign.se