Tag Archives: VB

Visual Basic 6.0 Tutorial (Intro)

Introduction tutorial to VB6. Learn a bit about the IDE, and make a Hello World application. Duration : 0:7:2 Technorati Tags: 6.0, basic, Hello, intro, Tutorial, VB, vb6, visual, World

Posted in Access VBA Tutorial | Tagged , , , , , , , , | 25 Comments

Excel VBA Programming Tutorial 3 – Accessing the Visual Basic Editor

The visual basic editor (or VBE) is one of the most important tools that we have access to. This video tutorial guides us on how to find the editor for macros and code that we have created within Excel. Duration … Continue reading

Posted in Excel VBA Tutorial | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

VB.NET Tutorial 10 – Menu Strip (Visual Basic 2008/2010)

This tutorial will introduce the Menu Strip in Visual Basic 2008. The Menu Strip is a feature you will see on every application today. It has a very professional look and will limit the buttons that you need on your … Continue reading

Posted in Access VBA Tutorial | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | 25 Comments

Visual Basic 6.0 Tutorial, Open Programs and stuff

Code: Command1: shell “notepad.exe” Command2: shell “calc.exe” Command3: shell “C:\Program Files\Mozilla Firefox\firefox.exe” Text1: If Text1.Text = “test” Then Command1.Visible = True Command2.Visible = True Command3.Visible = True End If http://www.enweb.net Duration : 0:5:24 Technorati Tags: 6.0, basic, OPEN, programs, shell, … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , , , , , , | 24 Comments

How to Make a Spam Bot In Visual Basic 6

In this video I am going to show how to make a generic spam bot in Microsoft visual basic 6. The code is below if couldn’t hear me, stuff was cut off or don’t have speakers. This will spam ANYTHING … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , , , , , | 25 Comments

Visual Basic Tutorial – #2 – Euro/Dollar Converter Machine

This Visual Basic tutorial is for beginners and starters of the language. My second visual basic tutorial that will show us some new things to use in our script like notes, some new variables and how to keep things nice … Continue reading

Posted in Excel VBA Tutorial | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 8 Comments

5.12 Simple Access search through Visual Basic 2008

A simple method of searching through a database via Visual Basic by using either combo, list or text boxes. Duration : 0:5:31 Technorati Tags: .List, access, basic, box, Combo, find, microsoft, Query, Search, software, Text, Tutorial, VB, visual, windows

Posted in Access VBA Tutorial | Tagged , , , , , , , , , , , , , , | 16 Comments

Visual Basic Tutorial – 9 – Radio Button & Check Box

This tutorial will teach you about using Radio Buttons and Check Boxes in Visual Basic 2008. It will teach you how to use both of the tools using If Statements and a Group Box. This is a really easy concept … Continue reading

Posted in Access VBA Tutorial | Tagged , , , , , , , , , , , , , , , , , , , , , , | 2 Comments

VB.NET Tutorial 9 – Radio Button and Check Box (Visual Basic 2008/2010)

This tutorial will teach you about using Radio Buttons and Check Boxes in Visual Basic 2008. It will teach you how to use both of the tools using If Statements and a Group Box. This is a really easy concept … Continue reading

Posted in Access VBA Tutorial | Tagged , , , , , , , , , , , , , , , , , , , , , , , | 25 Comments

VB.NET Tutorial 48 – Get All HTML Elements (Visual Basic 2008/2010)

As stated in the video, I was extremely tired when I recorded this (It’s 11:37 pm and I’m typing this, still haven’t been to sleep). This is not going to be the format of my future videos, I just wanted … Continue reading

Posted in Access VBA Tutorial | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 22 Comments