>HI ALL
>I have create hdc graph using picture box controller. now i want to
>conver it to IPictureDisp(or Bitmap).
> Any one help me to do this.
Since you're working with a picturebox, all you need to do is cast the
Picture or Image property (depending on whether or not AutoRedraw =
True) to the desired interface. Something like....
Dim oPicDisp as IPictureDisp
Set oPicDisp = YourPictureBox.Picture
HTH,
Bryan
_________________________________________________________
Bryan Stafford "Don't need no more lies"
New Vision Software - Neil Young -
www.mvps.org/vbvision Living With War : The Restless Consumer
alpineDon'tSpam@mvps.org
දසුන් සමීර - 01 Apr 2007 19:26 GMT
ThankX for Help.
but thats not work. i have draw graph using Picture box. yes. but it
doesn't contain any picture. i draw on it using Line,Circle functions.
now i want to save it to hard disk as bitmap?
දසුන් සමීර - 01 Apr 2007 19:57 GMT
Ok i found it. thaks for help.