Hi,
I am trying to determine when a user clicks right clicks on an object to view it's properties.
If a user is VIEWING this information then I want my program to perform a certain task. Whereas if a user is RUNNING this program it will perform a different task.
Example:
When using notepad.exe
When a user right clicks on notepad.exe, the user views the properties of that object. The title caption will read e.g."notepad.exe properties".
But when a user runs notepad.exe the notepad title caption will be different.
How can I determine when a user is viewing an objects property, and then tell my program to perform a certain task if a property is being viewed.
Any information is appreciated.
Thanks,
Alan.
I am trying to determine when a user clicks right clicks on an object to view it's properties.
If a user is VIEWING this information then I want my program to perform a certain task. Whereas if a user is RUNNING this program it will perform a different task.
Example:
When using notepad.exe
When a user right clicks on notepad.exe, the user views the properties of that object. The title caption will read e.g."notepad.exe properties".
But when a user runs notepad.exe the notepad title caption will be different.
How can I determine when a user is viewing an objects property, and then tell my program to perform a certain task if a property is being viewed.
Any information is appreciated.
Thanks,
Alan.