How do I code a drop down menu please?

eg. to choose process thread priority

Low
Normal
High

Thanks.
Posted on 2004-11-29 19:49:02 by V Coder
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.
Posted on 2004-12-05 17:06:29 by Kain