Once form _Load, i want to set the caplocks on .
How can I do that ??
Or I want to set it When the user press "New" button in my program, I want
to Caplocks on .
Thanks a lot.
I try
(1)System.Windo ws.Forms.SendKe ys.Send(System. Windows.Forms.K eys.CapsLock)
(2)sendKeys.Sen d("{CAPLOCKS} ")
BUT IT DOESN'T WORK
Please Help
How can I do that ??
Or I want to set it When the user press "New" button in my program, I want
to Caplocks on .
Thanks a lot.
I try
(1)System.Windo ws.Forms.SendKe ys.Send(System. Windows.Forms.K eys.CapsLock)
(2)sendKeys.Sen d("{CAPLOCKS} ")
BUT IT DOESN'T WORK
Please Help
Comment