Binaryworld By Nayan patel

  Search For Code        Code/Page
 Home  Programming  RDBMS  OS/NETWORKING  Graphics  Questions/Comments  Personal 
 

User Login
Email

Password

 

Forgot the Password?
Programming
VB (1631)
VB.net (669)
C# (10)
ASP.net (759)
ASP (39)
VC++ (24)
PHP (0)
JAVA (3)
RDBMS
» SQL (585)
» ORACLE (13)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (10)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (0)
» Unix/Linux (0)
» WinNT/2k/2003 (2)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (2)
» SQL Server (2)
» VB (21)
» VB.net (4)
» VC (3)
Tools
» Regular Expr Tester
» Free Tools
Personal
» About Me
» My Projects
» Certifications
» Resume
» Photo Gallery

(Page 1 of 3) 24 Result(s) found 
This is a link to a different sitePortTalk - 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
This is a link to a different siteInterrupts and Deferred Procedure Calls on Windows NT4/2000/XP
Total Hit (98)The following example is a kernel mode driver which displays kernel debug messages when an interrupt is generated on the Parallel Port. The ISR queues a DPC (Deferred Procedure Call).
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
This is a link to a different siteParallel 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
This is a link to a different siteDll for Hardware I/O (Inpout32.dll - works under Win 9x/WIN NT/2000/XP)
Total Hit (107)Writing programs to talk with parallel port was pretty easy in old DOS days and in Win95/98 too. We can use Inporb and outportb or _inp() or _Outp functions in our program without any problem if we are running the program on Dos or WIN95/98. But entering to the new era of NT clone operating systems ....Read More
Rating
This is a link to a different siteCreate 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
This is a link to a different siteAccessEnum - find out file system and Registry security settings.
Total Hit (99)This simple yet powerful security tool shows you who has what access to directories, files and Registry keys on your systems. Use it to find holes in your permissions. AccessEnum works on Windows NT/2000/XP/2003.
Rating
This is a link to a different siteCacheSet - Control the Cache Manager's working set size (Only for NT 4.0 SP4 and later)
Total Hit (103)CacheSet is a program that allows you to control the Cache Manager's working set size using functions provided by NT. Its compatible with all versions of NT and full source code is provided.
Rating
This is a link to a different siteCtrl2cap - kernel-mode device driver to convert caps-lock characters into control characters.
Total Hit (114)Ctrl2cap is a kernel-mode device driver that filters the system's keyboard class driver in order to convert caps-lock characters into control characters. People like myself that migrated to NT from UNIX are used to having the control key located where the caps-lock key is on the standard PC keyboard ....Read More
Rating
This is a link to a different siteDevice 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


(Page 1 of 3) 24 Result(s) found  1 2 3

Home  |  Comment  |  About Me  |  Contact Me