Fabien
Thu Jan 18 14:57:26 CST 2007
Hi,
SetKeyboardState is not supported on WinCE.
You can try to call keybd_event with VK_CAPITAL 0x14.
<DllImport("coredll.dll", CharSet:=3DCharSet.Unicode)> _
Public Shared Sub keybd_event(ByVal bVk As Byte, ByVal bScan As Byte,
ByVal dwFlags As Integer, ByVal dwExtraInfo As Integer)
BR
Fabien Decret
Windows Embedded Consultant
ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/
cezarantoniosouza@yahoo.com.br a =E9crit :
> Hi,
> i'm programing for one Qtek 9600 ,and i need to alternate the status
> of the key "num lock " for my keyboard,
> only if the determined field of my form is focused. (This field can't
> receive numbers).
>
> I would like to know if it is possible.
> Somebody already made something seemed?
> I'm programing in vb.net but also accepted something in c#.
>=20
> Sorry for my enghish ....
>=20
>=20
> C=E9zar