View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mile510 Mile510 is offline
external usenet poster
 
Posts: 3
Default API graphics question

Vasant Nanavati wrote:
AFAIK an image control does not have a handle. It is not a window.

What exactly are you trying to accomplish?

I am trying to accomplish Visual Basic graphics with only VBA (Excel VBA
in particular) as I do not have Visual Basic and at the same time
every computer has Excel. I also think it is cool to make a real
graphics (like on edais.mvps.org) with Excel only.
If Excel has access to WinAPI, why not experiment with it? I already can
plot on a form with MoveTo() - LineTo() and is very proud of it :). Can
you tell me if there are any principal limitations of using API graphics
in Excel? And where to start digging for information.

Thank you in advance.

Mike.