hi, i added an item to the system menu for every application (looping through
each process and using the MainWindowHandl e 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
each process and using the MainWindowHandl e 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
Comment