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
Mattias Sjögren - 03 May 2006 19:49 GMT
>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

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.