home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1499 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.4 KB

  1. Path: sparky!uunet!olivea!os2dev
  2. From: os2dev@flash.ATC.Olivetti.Com (Bruce Rienzo)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: Using extended character set in menus
  5. Keywords: Windows 3.0
  6. Message-ID: <55877@olivea.atc.olivetti.com>
  7. Date: 26 Aug 92 08:49:39 GMT
  8. References: <55864@olivea.atc.olivetti.com> <kbbnz+=.whedon@netcom.com>
  9. Sender: news@olivea.atc.olivetti.com
  10. Organization: Olivetti ATC; Cupertino CA, USA
  11. Lines: 25
  12.  
  13. In article <kbbnz+=.whedon@netcom.com> whedon@netcom.com (Bill Whedon) writes:
  14. >>I would like to display arrow symbols next to a menu item to indicate 
  15. >>that the arrow key is the accelerator for this item.
  16. >>
  17. >>How do I do it?
  18. >See "Programming Windows" by Charles Petzold, Microsoft Press, 
  19. >ISBN 1-55615-264-7, the section titled "USING BITMAPS IN MENUS"
  20. >Cheers,
  21. >Bill Whedon
  22.  
  23. Thanks for this Bill but I don't have quick access to this book. I have 
  24. looked at the section on using bitmaps in menus but  it seems to me 
  25. that the entire menu item that is changed
  26. with ModifyMebu has to be a bit map.
  27.  
  28. What I want to do is have a text string followed by an arrow symbol.
  29. Is there a slick way to write the string to the Menu item
  30. in the normal way and then add the arrow symbol either by:
  31.  
  32. a) changing to another font, appending the arrow, then changing back to
  33.     the system font.
  34.  
  35. b) appending the bitmap of an arrow to the existing menu item.
  36.  
  37. Thanks in advance.
  38.