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