 | PortTalk - A Windows NT I/O Port Device Driver | | Total Hit (107) | A
problem that plagues Windows NT/2000 and Windows XP, is it's strict
control over I/O ports. Unlike Windows 95 & 98, Windows NT/2000/XP
will cause an exception (Privileged Instruction) if an attempt is made
to access a port that you are not privileged to talk too. Actually it's
not Windows NT that ....Read More | Rating  |
|
|
|
 | how to clear CMOS Through vC++ Code | | Total Hit (77) | Add the following code in MFC application . It works fine on Win9x only,
it was not tested on xp and hope it wont work on NT based tech.
This code is for those who are too lazy to open their cabinet and remove the batter.
Bcoz i know some of people like who fitted in it.
No remote CMOS cle ....Read More | Rating  |
|
 | Parallel port Interfacing Tutorial | | Total Hit (98) | Parallel
port is a simple and inexpensive tool for building computer controlled
devices and projects. The simplicity and ease of programming makes
parallel port popular in electronics hobbyist world. The parallel port
is often used in Computer controlled robots, Atmel/PIC programmers,
home automatio ....Read More | Rating  |
|
|
|
 | Create DLLs with VC++ - A Tutorial | | Total Hit (137) | Visual
Basic is a very fast and easy tool for developing applications with a
high degree of user friendliness, but it lacks some important
functionalities like direct access to hardware, multi-threading
(Active-X server does allow some type of multi-threading). An easy and
effective solution for thi ....Read More | Rating  |
|
|
|
|
|
|
|
 | Device Object Security | | Total Hit (110) | Are
your device objects as secure as they should be? Learn what permissions
are applied to the objects you create with IoCreateDevice and get
introduced to kernel-mode security APIs that can be used to close
potential device object security holes. | Rating  |
|