Method of IShell
Emulates Mouse Event
Shell.MouseEvent(nCommand, Data, mouse_position);
==== Visual Basic Script ====
Shell.MouseEvent nCommand, Data, mouse_position
==== C++ ====
HRESULT hr = Shell.MouseEvent(nCommand, Data, mouse_position);
===== See Also ===== IShell