Hi,
I got this code in my enablemenuitems sub
dim m as MenuItem
dim i as Integer
i = 0
m = Fontfontname(i)
while m <> nil
m.Enable
i = i + 1
m = Fontfontname(i)
wend
so the Font menu isn't grayed out anymore but how can I find out
what font was selected
and change what font is being used in my edit field?
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>