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

Newbie: Need Sample Code for InsertMenuItem, SetMenuItemInfo, etc.

jkrob
Beginner
634 Views
All,

I am trying to create my first Fortran Win32 program and wish to impliment some owner-drawn menu items. I'm using the MENU example in CVF sample code. However, it uses functions like InsertMenu, AppendMenu & such.

In the online documentation of InsertMenu, it states: "The InsertMenu function has been superseded by the InsertMenuItem function. You can still use InsertMenu, however, if you do not need any of the extended features of InsertMenuItem." I would like to use some of the "extended features" but the syntax of the newer functions is totaly different & I'm not sure how to use it. Does anyone have any sample code to show the way?

Thanks in advance,
Jeff
0 Kudos
1 Reply
Steven_L_Intel1
Employee
634 Views
Perhaps this VB example would get you started?

Message Edited by Steve_Lionel on 04-20-2006 02:37 PM

0 Kudos
Reply