Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Menus in Windows applications

alfredwodell
Beginner
537 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
537 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