Hey guys,
I try to find topic of using AutoIt build in function to access Context Menu, but i was not successful. Does anyone knows how to access items in a pop up context menu Class:#32768. I want to check some items in the context menu to see if it is enabled to disabled
I have some code are in the following:
Local $hWnd = WinGetHandle("[CLASS:#32768]")
If $hWnd <> "" Then
Local $hContextMenu = "0x" & "Hex(_SendMessage($hWnd, $MF_GETHANDLE, 0, 0)); i don't know what is the