How do I code a drop down menu please?
eg. to choose process thread priority
Low
Normal
High
Thanks.
eg. to choose process thread priority
Low
Normal
High
Thanks.
You could use a resource editor or type one out manually then link the menu into your program using some of the API commands:
w.LoadMenu
w.SetMenu
The Iczellion tutorials have some examples.
w.LoadMenu
w.SetMenu
The Iczellion tutorials have some examples.