0
Implement a Graph from ASCII Data to Chart Windows Form Control using VB.NET Implement a Graph from ASCII Data to Chart Windows Form Control using VB.NET

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

Read more »

0
How to Enable and Disable Macros in Microsoft Excel 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...

Read more »

0
How to show the Developer Tab in Microsoft Excel 2007 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 ...

Read more »

1
The Ultimate Annual-Monthly Microsoft Excel Calendar template 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...

Read more »

0
Using Nested IFError - IF - VLookUp Functions in Excel 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...

Read more »

0
Adding Menu's, Sub-Menus and Menu Separator at Design Time in Visual Basic 6 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...

Read more »

2
Move a border-less Form or Control in Visual Basic 6 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...

Read more »

0
Quick and Easy Screen Capture with FastStone Capture 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...

Read more »

0
Prevent Autorun.inf Virus from running in your Computer 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...

Read more »

0
Tricks on how to set an image background of folders in Windows XP/Vista/7 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...

Read more »

0
Excel VLOOKUP Function Tutorial 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 ...

Read more »

0
How to use the VLOOKUP Function in Microsoft Excel 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 ...

Read more »

0
Keyascii Code Generator in VB6 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 "...

Read more »

0
How to enable Mouse Wheel Scrolling in VB6 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...

Read more »

0
Make an application on top of another window in VB6 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...

Read more »

0
Compact a JET database using ADO in VB6 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)...

Read more »

1
Open an External File, URL, Email and System Apps in VB6 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...

Read more »

0
Auto-adjust Column Width of a Listview Control in VB6 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...

Read more »

1
VB KeyAscii Code and Values 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...

Read more »
 
 
Top