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
 
Back
Top