I am using VC++.
IPicture provide multiple functions, such as get_Handle, Render and SaveAsFile. It is easy to be used.
IPictureDisp inherits from IDispatch, so it only provide invoke method. It is not friendly.
Now I get one ocx which only returns IPictureDisp object. So is there a method to convert IPictureDisp to IPicture directly? I have not much experience in ATL/COM.
