Press Ctrl+D to bookmark this site

  

Home


Visual Basic
Visual C++

Active S Page

Complete App

Forum
Guest Book
About
Contact
Links
Advertise
Awards

Submit

Want to be notified when new code is added ? Enter your email address below


             
       


Visual Basic Section

 

Name Description Level
File Explorer This shows how to use File, Dir and Drive List box
Move Me This shows how to drag a form by clicking anywhere on it
Bio Data Demonstrate the use of ADO control, how to read and write to a database.
Batch Writer This program is capable of creating batch file and text file. Main aim of this program is to show the use of sequential filing
Drag & Drop This program demonstrate how to use drag drop feature in VB. This code also shows drag & drop with OLE capability.
Grab The Screen Have you ever imagined capturing screen shot . Well this code shows the way to do it with only 10 lines of code
Excel & VB This program demonstrate the way of creating Excel worksheet through VB. It also shows how to format and save the worksheet. You will learn good amount of Excel after looking at this code.
Excel & VB (Part2) If you have understood Part 1 of it then you have to see this one. This program retrieves the data from a database and save into excel sheet
Secure The PC This program is made to secure your computer at startup. You have to enter username and password in order to work on your PC. Read readme.htm file which is included  before you start the project bec it contains username and password (This program is designed for Windows 98 , which has lame security ) 
Pure Code This program demonstrate the way to write and read from a database using pure code.......No ADO control
Get Drive Info This program demonstrate how to retrieve the basic information about the specified drive. This program is based on API, it uses only one API function to do the job.
Get Drive Info (P 2) This is part second of Drive Info. In this App more sophisticated information of the drive is retrieved by using FileSystemObject
Shut Down This demonstrate how to shutdown, log off, reboot your computer. You must see this app if you want to make Installer or something like that. It also shows how to make use of progress bar control
Simple Chat This tutorial covers everything required to make your own chat program using WinSock control
Anonymous Mail Have you ever wanted a program which can send anonymous mail. This program shows how to send anonymous mail using WinSock control. I have included the exe file of this project
JPG to BMP This tutorial shows how to convert JPG file into BMP file
Check for Internet.. This sample code shows how to check whether the user is connected to internet or not
All about Function  This tutorial shows the advanced features you can use with function or sub. After reading this tutorial I'm sure that you will know everything about the function (or sub)
Popup Menu This tutorial shows how to make use of popup menu in Visual Basic
Mailing List This project shows how to make your own mailing list in Visual Basic
Timer without Timer This tutorial shows how calculate the time elapsed without using Timer control
Simple Encrypt This tutorial shows how to make a basic encryption utility. It uses simplest and most efficient algorithm.
Restrict Mouse This tutorial shows how to restrict the mouse movement so that it stays within the Form
Read & Write This tutorial shows how to read and write to a text file using FileSystemObject
Mouse Cursor This tutorial shows how to dynamically position the mouse cursor wherever you want
Picture Blending This tutorial shows how to combine two similar pictures.
Hyperlink This tutorial shows how to execute a hyperlink from Visual Basic
3D Text By using combination of Label control you can make cool 3D Text
2 Form  This tutorial shows how to interact between two forms. (Very easy tutorial)
Scrolling Credit This project shows how to make cool Scrolling Credit, using only two picture box controls
Hide Mouse Cursor This tutorial shows how to hide mouse cursor.
Black Hole in Form This project shows how to make specified part of the form transparent.
Cool Form This tutorial shows how to make an image shaped form . This is very very hard so I assume that you have good knowledge of API.
Stay On Top This project shows how to keep your form on top of all other programs
Mouse Position This is shows how to find out the current position of the mouse relative to the whole screen
Digital Clock This tutorial shows how to make cool digital clock in Visual Basic, with only less than 15 lines of code
Transparent Image This tutorial shows how to make specific color of an image transparent
Transparent Image 2 This is second part of the tutorial. It also shows how to import a function from an external DLL file
Sound Tester This program shows how to play wav file using a simple API function
Color Picker This program shows how to make your own color picker utility.
Printers This program shows how to load basic information of the printers installed on the Windows
Raised Techniques This program shows how to make a raised edge and stunning form  (as you've seen in  Sheridian's  SSPanel control included in VB) with little creative work. Run the exe file first then examine the code
MSN Mail Arrive This program shows how to make a similar animation like the one of MSN messenger (Hotmail) when mail arrives.
Fader This program shows how to apply fade in and fadeout effect to a text
Pixel Animation This program shows how to make a good pixel animation using pure VB code.
Command Line This program shows the way to retrieve command line argument passed to an exe file. If you don't know what command line argument is, then you must download this tutorial
Line Count This program shows the way to count number of lines in a text box
Skinnable Form This demonstrate the way to make your own skinnable form.
Tile Picture This project shows how to tile a picture in a form.
Wallpaper This program shows how to change your wallpaper.
Earthquake Part 1 This project shows how to make a form shake like an earthquake.
Animated Title This program shows how to make animated title.
SysTray Part 1 This project shows how to add icon to the taskbar using a SysTray control (can be found in VB cd)
SysTray Part 2 This program shows how to add icon to the taskbar using pure API functions.
Progress Bar This project shows how to make a cool progress bar using only picture box control.
Typewriter This program shows how to apply typewriting effects.
Toolbar This project shows how to use toolbar control.
hWnd Encyclopedia This program shows how to retrieve the given hWnd of the window.
Taskbar Hide/Show This project shows how to hide or show the taskbar.
Get Parent & Class This program shows how to retrieve the parent and the class name of the given hWnd of the window.
Get Text This project shows the way to retrieve text from a textbox or caption from a label, button or even form. It can also retrieve the masked text i.e. password text ******* .
(Un)register DLL This program shows how to register or un-register a DLL file. This program also shows how to convert windows file name format into dos 8.3 file name format
Number Converter This project shows how to convert the decimal number (Base 10)  into either hexadecimal (Base 9) or octal (Base 8) number 
Cool Menu This program shows how to make a cool menu like the one in VB or Office 2000 i.e. with image on the left side of the text
Desktop Icons This project shows how hide/show all the icons in the desktop.
Clever Button This program shows is just for fun. You  have to catch the button. If you succeed then reward is $50,000 (joking).
Cool Edge This project shows how to draw a cool border around any control (which have hDC and hWnd property)
Class Module 1 This project shows how to make your own class module.
Class Module 2 This project shows you how to make an advanced class modules
Dynamic Controls This project shows how to make controls dynamically in VB
MIDI Tester This project shows you how to play mid file using VB + API
Resource Demo This project shows how to use resource (.res) file in VB.
INI Demo This project shows how to read/write from an INI file
Suspend Execution This project shows how to suspend any execution for a specified period of time. Uses only one API function
Binary Access 1 This project shows how to read/write from a file using Binary Access Mode.
Flashing Sys Icon This project shows how to animate system tray icon.
Subclassing Example This project shows how to subclass a window i.e. redirect the windows message to a specific procedure
Smart Textbox 1 This project shows you how to count number characters, vowel ,consonant and lot more, in a textbox (suitable for word processor app).
Smart Textbox 2 This project shows you how to show custom popup menu when textbox is right clicked. (It is not easy as it seem to be !)
Linear Gradient This show how to make a linear gradient
Background Fader This project shows you how to fade background color.
Drive Letters This program shows you how to retrieve the available drives in your PC.
Drive Types This program shows you how to retrieve the kind of drives i.e. whether it is CD-Rom, HD, etc.
Tree View Control This program shows you the basics of Tree View control.
Animated Cursor This program shows you how to animate the form's cursor
Computer Name This program shows you how to get the computer name and the user name under which the operating system is registered
Picture Blending 2 This program shows you how to combine any kind of image in Pure VB code. No API.
Invert Image This program shows you how to invert any kind of image in pure VB code

 

Name/Description Author Level
Thread # 1 Code Master

This program shows how to make a thread in VB.
Change Icon Of Any Window Code Master

This program shows how to change icon of any application.
Progressbar in a SysTray Code Master

This program shows you how to add a progress bar to a system tray for showing various processes
SDI to MDI (Amazing EG) Code Master

This program shows how to convert simple form into a MDI form using a single API function. This is useful is you want to have a unique feature for MDI form
New Start Button Code Master

This program shows how to place your own button in the place of the taskbar's start button.
Registry # 1 Code Master

This program shows how to save/load information from registry using pure VB function
Dynamic Menu Code Master

This program shows how to add menus dynamically in VB. It also shows how to add list of links from text file to a menu
Zoomer Code Master

This program shows how to make a program which acts like a magnifying glass (like the Magnifier which can be found in accessibility menu)
Stretch/Compress Image Code Master

This program shows how to stretch/compress any image using pure VB code.
System Menu # 2 Code Master

This program shows how to track the message sent by the System Menu's custom item
Swap Mouse Button Code Master

This program shows how to swap the mouse button.
Volume Information Code Master

This program shows how to retrieve the file system, volume and serial number whose root directory is specified
Resolution Retriever Code Master

Sometimes it is required to get the resolution of the screen. This program shows how to get resolution of the screen in pure VB, no API required
Icon Association Extracter Code Master

This program shows how to extact the icon of any file from which it is associated
Form Color (Changer) Code Master

This program shows how to change the color of the form using scroll bars. It also shows the Hex value of the color and RGB value of the color
Keyboard Demo Code Master

This program shows how to retrieve the Chr code of the specified key and also equivalent character of the Chr code
Taskbar Dimension Code Master

This shows how to retrieve the dimension of the Windows Taskbar (width and height)
Cool Scrolling Credits Code Master

This program shows how to make a flicker free, color changing scrolling credits in VB
Start Button Agent Code Master

This program demonstrate the way to show/hide the start button which is on the taskbar
Minimize Form Code Master

This program shows you how to minimize a form when close button is pressed. Useful for absolute beginners
System Menu Code Master

This program shows how to append new menu/sub menu item to a System Menu (menu which appear when clicked on the top left icon of the application)
Picture in Memory Code Master

This program shows how to store picture in a memory and later draw it in a picture box. Useful for game programmers
MS About Dialog Code Master

This program shows how to use Microsoft's about dialog box for your own program, the way it is used by Notepad

 

23 Source Codes

 

 

 
Hosted by www.Geocities.ws

1