The example below is a simple way on how to Plot a Graph in Chart Windows Form Control using VB.Net. Requirements: 1. Microsoft Visual Studi...
How to Enable and Disable Macros in Microsoft Excel
While most macros are harmless and helpful when it comes to automating repetitive tasks. It also poses a security risks if it's coded wi...
How to show the Developer Tab in Microsoft Excel 2007
By default, the Developer Tab is not shown on the Microsoft Excel's Ribbon. In order to show the Developer tab, Go to the File Menu and ...
The Ultimate Annual-Monthly Microsoft Excel Calendar template
This Ultimate Excel Calendar Template allows user, company or any organization to create their own calendars. The template was created in VB...
Using Nested IFError - IF - VLookUp Functions in Excel
In this example we'll be using three excel functions such as IFERROR , IF and VLOOKUP functions. =IFERROR(IF(G3="","&q...
Adding Menu's, Sub-Menus and Menu Separator at Design Time in Visual Basic 6
This is a quick guide for beginners on how to add Menu, Sub-Menu and Menu Separator at Design Time in VB6 Project. To do this, Open up y...
Move a border-less Form or Control in Visual Basic 6
The following codes allows you to drag or move a border-less Form or Control in Visual Basic 6. This also works on other controls like L...
Quick and Easy Screen Capture with FastStone Capture
Are you doing office works and creating a bunch of reports and another thing your doing is to create a snapshot or capture a portion or part...
Prevent Autorun.inf Virus from running in your Computer
Autorun.inf is mostly used by hackers to run and spread malicious software or malwares and viruses in computers. Most people especially tho...
Tricks on how to set an image background of folders in Windows XP/Vista/7
Have you ever wanted to customize the background of any folders in Windows XP/Vista/7? This trick will allow you to add a custom imag...
Excel VLOOKUP Function Tutorial
The following example will give you an idea on how to use VLOOKUP in Microsoft Excel. If you're working with an excel database and want ...
How to use the VLOOKUP Function in Microsoft Excel
The following example will give you an idea on how to use VLOOKUP in Microsoft Excel. If you're working with an excel database and want ...
Keyascii Code Generator in VB6
This application allows you get the equivalent KeyAscii Value for every key you'll press on your keyboard. Just click on the "...
How to enable Mouse Wheel Scrolling in VB6
This article will guide you through on how to enable Mouse Wheel Scrolling in VB6 . 1. You need to download the Microsoft's VB6 Mouse...
Make an application on top of another window in VB6
Maintaining an application on top of other applications, regardless if they were present on the screen or are called later is. VB6: Mainta...
Compact a JET database using ADO in VB6
The following routines demonstrates how to compact a JET database using ADO: Option Explicit 'Purpose : Compact a JET (Access)...
Open an External File, URL, Email and System Apps in VB6
The ShellExecute function allows you to open external application, specific URL location, email address or launch system applications upon...
Auto-adjust Column Width of a Listview Control in VB6
The following function auto adjusts column width of listview controls in vb6. Just copy and paste the code below on your project and call t...
VB KeyAscii Code and Values
Visual Basic KeyAscii Values can range from 0 to 255. Here is a chart which shows all possible KeyAscii values along with the character w...