Mike Driscoll wrote:
> Tim Roberts wrote:
>> Joel Bryan Juliano wrote:
>>
>>>
>>> My question is how can I get the current names of the "MenuName >
>>> SubMenuName > SubItemName" when InvokeCommand is called?
>>
>> I would also caution you that it is not good practice to create deeply
>> nested
Tim Roberts wrote:
Joel Bryan Juliano wrote:
Based on the context_menu.py example found in
win32comext\shell\demos\servers\context_menu.py, there is a function
callback when an item is chosen,
def InvokeCommand(self, ci):
mask, hwnd, verb, params, dir, nShow, hotkey, hicon = ci
Joel Bryan Juliano wrote:
> Based on the context_menu.py example found in
> win32comext\shell\demos\servers\context_menu.py, there is a function
> callback when an item is chosen,
>
> def InvokeCommand(self, ci):
> mask, hwnd, verb, params, dir, nShow, hotkey, hicon = ci
> win32gui.
Based on the context_menu.py example found in
win32comext\shell\demos\servers\context_menu.py, there is a function
callback when an item is chosen,
def InvokeCommand(self, ci):
mask, hwnd, verb, params, dir, nShow, hotkey, hicon = ci
win32gui.MessageBox(hwnd, "Hello", "Wow", win32c