Reference for Canvas class...

Mikusss

New member
Local time
Tomorrow, 01:35
Joined
Oct 18, 2007
Messages
5
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
 
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.
 

Users who are viewing this thread

Back
Top Bottom