View Full Version : Reference for Canvas class...


Mikusss
10-25-2007, 02:09 AM
Hallo dear experts,

I have a problem with using Canvas class, as well as other graphical istruments. I tried to use this class, but it seems that it doesnt supports by referenced libraries. What library i should use ?
I cant make this declaration for instance:

Dim canvas1 As New Canvas

Here is a link to the script i want to use:

http://www.websupergoo.com/helpig6net/source/3-examples/7-thumbnails2.htm

Thanks in advance

Mikusss
10-26-2007, 01:09 AM
What, really nobody knows?
weard .... weard .. :confused:

DJkarl
10-27-2007, 05:07 AM
Access and VBA does not support the Canvas Class based on what I know. The Canvas class is a .NET class and is part of the presentationframework.dll.

You could create your own Canvas Class Module (or google it to see if it's been done before) but otherwise you're out of luck. VB6 and VBA had a fair amount of interoperability, but .NET and VBA are very different animals and not very compatible it seems when it comes to coding.