sendkey problem

Nader

Well-known member
Joined
Oct 9, 2008
Messages
55
Programming Experience
Beginner
tried this sendkey but my PC has frozen. By the way I used XP windows and Microsoft Visual Basic 2005 Express Edition v2.

VB.NET:
 System.Windows.Forms.[COLOR=#000099]SendKeys[/COLOR].Send[COLOR=#66cc66]([/COLOR][COLOR=#7f5f00]"%+"[/COLOR][COLOR=#66cc66])[/COLOR]
 
Back
Top