On Apr 23, 2006, at 8:18 PM, Brian Heibert wrote:

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?


Why don't you download the font example project I posted to this list yesterday? That might answer many of your questions.

Charles Yeomans
_______________________________________________
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