Hi all
StdPicture has Width & Height properties. They are measured in OLE_XSIZE_HIMETRIC & OLE_YSIZE_HIMETRIC units. Does anyone know how could I convert those units in pixels?
Thanks, thinman
Printable View
Hi all
StdPicture has Width & Height properties. They are measured in OLE_XSIZE_HIMETRIC & OLE_YSIZE_HIMETRIC units. Does anyone know how could I convert those units in pixels?
Thanks, thinman
Me.ScaleX width, vbHimetric, vbPixels
where me is any form object
HTH
cksiow
http://vblib.virtualave.net - share our codes