dotNet
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...
All we need to know are the basic.
dotNet
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...
excel
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...
excel
microsoft excel
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 ...
excel
microsoft excel
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...
excel
microsoft 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="","...
VB6
visual basic
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...
hot
VB6
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...
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...
tips and tricks
windows tricks
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...
hot
tips and tricks
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
Excel VLookup Tutorial
microsoft excel
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 ...
excel
microsoft excel
VLookup Function
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 ...
hot
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 "...
Add-Ins
hot
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...
advance vb6
visual basic
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...
access database
ado
jet database
visual basic
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)...
shell
shell execute
system apps vb6
visual basic
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
listview control
visual basic
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...
keyascii chart
keyascii code
vb6 keyascii
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...