VB.NET Add-In

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

In VB.Net forms, we use sendkeys.Send

Now I have a vb.net add-in project and want to use similar command. But it
seems
that with add-in program, this namespace cannot be entered. Similary, I also
want to set bitmaps to the add-in buttons. But I cannot see options to import
system.drawing? Any solution?

Regards,
VJ
 
But I cannot see options to import
system.drawing? Any solution?

Make sure you add a reference to System.Windows.Forms.dll and
System.Drawing.dll.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top