Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
C,C++ Category Code
Real Name
:
Ahmet Tuna
Subject
:
klavye kontrolü
Description
:
klavyeyi devreye alan ve devredışı bırakan kod
#include<stdio.h> #include<conio.h> #include<dos.h> main() { clrscr(); outportb(0x64,0xAD); /*Code for disabling the KEYBOARD*/ printf(" Keyboard Disabled"); delay(10000); clrscr(); printf(" Keyboard Enabled"); outportb(0x64,0xAE); /*Code for enabling the KEYBOARD*/ getch(); }
Rating
:
0.00
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks