Board index » Visual Studio » handling System Menu item click
|
tenerife
|
|
tenerife
|
handling System Menu item click
Visual Studio148
hi, i added an item to the system menu for every application (looping through each process and using the MainWindowHandle to get the handle, the using the GetSystemMenu and AppendMenu APIs to add a menu item) but now i need to have each application do somethiong when the item is selected....how can i do this? thanks -- -iwdu15 - |
| Herfried
Registered User |
Thu Jul 27 16:58:21 CDT 2006
Re:handling System Menu item click
"iwdu15" <jmmgoalsteratyahoodotcom>schrieb:
Quotehi, i added an item to the system menu for every application (looping <URL:dotnetrix.co.uk/menus.html>">dotnetrix.co.uk/menus.html> ->"Adding Menu Items to the Window Menu(AKA System Menu)" Maybe you'll have to use a Win32 hook to subclass the windows. -- M S Herfried K. Wagner M V P <URL:dotnet.mvps.org/>">dotnet.mvps.org/> V B <URL:classicvb.org/petition/>">classicvb.org/petition/> - |
