shirazbj Posted July 27, 2011 Posted July 27, 2011 Hi, I am trying to write an AddIn for Inventor. First try with .net The code I referenced is like this: Dim picture As IPictureDisp picture = Microsoft.VisualBasic.Compatibility.VB6.ImageToIPictureDisp(My.Resources.BweSetup) There is a BweSetup.bmp file in the project resources folder. I have no problem to build it. But when I try to use it with my own project, only change the My.Resources.BweSetup to My.Resources.MySetup, I have MySetup.bmp sit in my project resources folder. When build, I got an error message saying Compatibility is not a member of VisualBasic. What I have done wrong? Wrong when I define my resource? Thanks in advance Regards Cean Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.