Jump to content

Recommended Posts

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...