Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Menus in Windows applications

alfredwodell
Beginner
495 Views
Are there the equivalents to APPENDMENUQQ etc (Quickwin) for
Windows applications for adding menus to a window?
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
495 Views
Yes -- there are InsertMenuItem and CreatePopupMenu. Win32 menus APIs are a bit ugly. See this recent thread on compwin32 -- I think it covers most of it.
Jugoslav
0 Kudos
Reply