I have seen many Examples using this but iam getting an error:
Code:'SHDocVw.OLECMDID' does not contain a definition for 'OLECMDID_OPTICAL_ZOOM'
is my SHDocVw.dll is not updated? please help.
Printable View
I have seen many Examples using this but iam getting an error:
Code:'SHDocVw.OLECMDID' does not contain a definition for 'OLECMDID_OPTICAL_ZOOM'
is my SHDocVw.dll is not updated? please help.
in VB it is working but in c# i needed to cast the 63 (value of OPTICAL_ZOOM) to (SHDocVw.OLECMDID)...