Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Jojo Desuja  (Member Since : 8/10/2004 10:56:17 PM)

Job Description : The King of Night....... Love to do programming specially night time....
View all (22) submissions by this author  (Birth Date : )

How to find all base classes of any type in .Net
Total Hit (2928) The following code shows how to print all base classes for a specified object. «code LangId=2»Function PrintBaseClasses(ByVal obj As Object) Dim t As System.Type t = obj.GetType Do While Not t Is Nothing Debug.Write(t.Name) t = t.BaseType If Not t Is No ....Read More
Rating
This is a link to a different site TCPView v2.34
Total Hit (3556) See all open TCP and UDP endpoints. Full source to the command-line version of this tool, netstatp, is included.
Rating
This is a link to a different site ShareEnum v1.51
Total Hit (3048) Scan file shares on your network and view their security settings to close security holes.
Rating
This is a link to a different site SDelete v1.2
Total Hit (3125) Securely overwrite your sensitive files and cleanse your free space of previously deleted files using this DoD-compliant secure delete program. Complete source code is included.
Rating
This is a link to a different site NTFSInfo - View NTFS Volume information
Total Hit (4438) Use NTFSInfo to see detailed information about NTFS volumes, including the size and location of the Master File Table (MFT) and MFT-zone, as well as the sizes of the NTFS meta-data files.
Rating
This is a link to a different site NewSID v4.03
Total Hit (3188) Learn about the computer SID problem everybody has been talking about and get a free computer SID changer, SID, complete with full source code.
Rating
This is a link to a different site Inside the Disk Key
Total Hit (3326) The HKLM\System\Disk\Information value is the heart of NT's disk administration. It contains information on drive mappings and fault tolerant configurations. In this article I go inside the Disk\Information value to describe its format, and provide source code to a program, Diskkey, that reads and d ....Read More
Rating
This is a link to a different site Inside Disk Defragmenting
Total Hit (4315) Find out about the APIs Windows NT Defragmentation products use, and download a free defragmenting demonstration program, complete with full source.
Rating
This is a link to a different site Fundelete v2.0
Total Hit (3408) This utility expands the NT 4.0 Recycle Bin to catch file deleted from command prompts and within programs, and it comes with full source code. Several powerful device driver techniques, including getting a user's SID within a driver, enumerating a directory's contents, and generating IRPs, are demo ....Read More
Rating
This is a link to a different site Formatx and Chkdskx v1.0
Total Hit (3108) Complete source code for chkdsk and format clone programs. These examples demonstrate the use of file system utility functions that you can incorporate into your own applications.
Rating
This is a link to a different site Device Object Security
Total Hit (3105) 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
This is a link to a different site Ctrl2cap - kernel-mode device driver to convert caps-lock characters into control characters.
Total Hit (3170) 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 site CacheSet - Control the Cache Manager's working set size (Only for NT 4.0 SP4 and later)
Total Hit (4808) 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 site AccessEnum - find out file system and Registry security settings.
Total Hit (3208) 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 site Interfacing the Standard Parallel Port
Total Hit (3400) The Parallel Port is the most commonly used port for interfacing home made projects. This port will allow the input of up to 9 bits or the output of 12 bits at any one given time, thus requiring minimal external circuitry to implement many simpler tasks. The port is composed of 4 control lines, 5 st ....Read More
Rating
This is a link to a different site How to control a HD44780-based Character-LCD (Industry-Standard-Character-LCD)
Total Hit (2966)
Rating
This is a link to a different site Interfacing Example - 16 Character x 2 Line LCD
Total Hit (3669) This is the first interfacing example for the Parallel Port. We will start with something simple. This example doesn't use the Bi-directional feature found on newer ports, thus it should work with most, if no all Parallel Ports. It however doesn't show the use of the Status Port as an input. So what ....Read More
Rating
This is a link to a different site Interfacing the Serial / RS-232 Port
Total Hit (4418)
Rating
Working with AVI Files - Part 2 (Working with AVI streams)
Total Hit (16594) In previous Article «b»«a href='CodeDetail.aspx?Codeid=3612'»Working with AVI Files - Part 1 (Opening and Closing AVI file)«/a»«/b» We learned how to open and close AVI File. We also learned How to read AVI file information using AVIFileInfo api. In this article we will go one step further. Today we ....Read More
Rating
Working with AVI Files - Part 1 (Opening and Closing AVI file)
Total Hit (21859) This series of articles will show you step by step approach for working with AVI files in VB using Win32 API. In this article series we will go through following tutorials. Other articles in this series «b»«a href='CodeDetail.aspx?CodeId=3612'»Working with AVI Files - Part 1 (Opening and Closi ....Read More
Rating
How to display shaped recordset with Microsoft Hierarchical FlexGrid (MSHFlexGrid) control.
Total Hit (6405) To run this demo perform following steps. - Create a standard exe project - Add reference to Microsoft Hierarchical FlexGrid (MSHFlexGrid). you can do this by Pressing Ctl + T or Project -> Components. - Add one MSHFlexgrid on the form1 - Add one button on the form1 - Add one textbox - Set t ....Read More
Rating
This is a link to a different site Create DLLs with VC++ - A Tutorial
Total Hit (4863) 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 site Dll for Hardware I/O (Inpout32.dll - works under Win 9x/WIN NT/2000/XP)
Total Hit (3496) 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 site Parallel port Interfacing Tutorial
Total Hit (4129) 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



Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.