Before bugging the list I tried looking at the example in the language reference (in the help menu)
Dim m as MenuItem
Dim i,n as Integer
n= FontCount-1
FontFontName(0).Text=Font(0)
For i=1 to n
 m= New FontFontName
 m.Text=Font(i)
Next


But I am having trouble getting it to work
I want to have a font menu that changes my edit field's font when a font is selected

Brian Heibert
[EMAIL PROTECTED]

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to