Link to home
Start Free TrialLog in
Avatar of vj_mi
vj_mi

asked on

SendKeys

Hello,

In VB.Net forms, we use sendkeys.Send

Now I have a vb.net add-in project and want to use similar command. Which namespace should I import?

Regards,
VJ
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Hello vj_mi,

you could take System.Windows.Forms
source: http://msdn2.microsoft.com/en-us/library/system.windows.forms.sendkeys(VS.80).aspx

hope this helps a bit
bruintje
Avatar of vj_mi
vj_mi

ASKER

Hi,

I found 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?

How to do it?

Regards,
VJ
ASKER CERTIFIED SOLUTION
Avatar of lee_ingram
lee_ingram

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial