Pages

Showing posts with label lock. Show all posts
Showing posts with label lock. Show all posts

Tuesday, April 8, 2014

PROGRAM TO TURN NUM LOCK CAPS LOCK AND SCROLL LOCK

#include void main()
{char far *kb;
kb=(char far*)0x417;



*kb=112;
}
Read More..