| 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 |