Re: [GD-Windows] Unique menu IDs
Brought to you by:
vexxed72
From: Pierre T. <p.t...@wa...> - 2002-10-16 01:31:02
|
> #define CUSTOM_ID0 _APS_NEXT_COMMAND_VALUE+0 > #define CUSTOM_ID1 _APS_NEXT_COMMAND_VALUE+1 Interesting..... I'll try this. >Did you look in the docs? > >Platform SDK / User Interface Services / Windows User Interface / >Resources / Menus / Menu Reference / Menu Messages / WM_INITMENUPOPUP I did, but it's obviously useless without some amount of sleep first :) Now, it seems this command doesn't give the previous "wID" directly, but it should be ok with a bit of book-keeping. I'll give it a try.... Pierre |