Visual Basic microsoft
terms of services

<< | 1 | >>

Visual basic: calculator tutorial

Visual Basic: Calculator Tutorial
In this video I show you how to make your very own basic calculator in Microsoft Visual Basic 2008.Ignore these tags: how to computer tutorials hacks cmd never again will i be able to make money online with youtube ebay myspace hacks crack white black facebook he was so cute irfanview audacity photoshop retouching effects sony vegas platinum eight 8 1 2 3 4 5 6 7 8 9 10 lol he got owned everyone lets party like a rock star rockstar sean paul ownage hitting drunk these are my tags lol coming for pizza eating pig squealing technician techie making cash with your profile account on youtube haha charlie bit me smosh fred fred gets his finger bit off the song charlie the unicorn funny stuff to look at making cash online scratched chalk videos scratchedchalkvideos we own the tutorial making industry the how to masters %%howto
Category: Howto & Style
Length: 00:05:04.500
Tags: .


Microsoft visual basic 2008 lesson 1 - login form (hd)

Microsoft Visual Basic 2008 Lesson 1 - Login Form (HD)
Welcome to the first tutorial made by FIB. Today we show you how to make a login form on Microsoft Visual Basic 2008. It is a simple program that will teach you how to make message boxes, text boxes, buttons, how to use the code builder and how to swap from one form to another. In this easy-to-follow guide we will guide you step by step on how to design a GUI (Graphical User Interface), What to say in the coding and how to become a amateur programmer. If you like this video "Subscribe" & Rate. If you have to tell or ask us something, leave a comment, PM us or you could e-mail us at tripleFIB@hotmail.co.uk Thank You FIB Codes: Private Sub cmdok_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdok.Click If textbox1.text = "Username" and textbox2.text = "Password" then Me.Hide() Form2.show Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.Hide() End Sub End Class
Category: Howto & Style
Length: 00:03:42
Tags: .


1) connecting the visual basic to microsoft access

1) Connecting the Visual Basic to Microsoft Access
Instruction 1 to 3
Category: Education
Length: 00:04:14.250
Tags: .


Visual basic 2010 express tutorial 8 - embedding and playing youtube videos

Visual Basic 2010 Express Tutorial 8 - Embedding And Playing YouTube Videos
Code Download: www.schoolfreeware.com Notes You need to have Flash Player installed on the computer: www.adobe.com - Free Download You will need to modify the link to the YouTube video: Remove the watch? and replace the = with a / in the link Original: www.youtube.com Modified: www.youtube.com The Shockwave Flash Object needs to be loaded in the form. The Shockwave Flash Object can be found by right mouse clicking Components (in the ToolBox) , Choose Items, COM Components, Check Shockwave Flash Object, Click Ok Shockwave Flash Object is now loaded into Components This concept will will work with Visual C++ and Visual C#
Category: Science & Technology
Length: 00:02:28.500
Tags: .


Visual basic 2010 express tutorial 12 - bouncing ball animation

Visual Basic 2010 Express Tutorial 12 - Bouncing Ball Animation
www.schoolfreeware.com This video tutorial shows how to perform a simple animation by moving a ball (shape) around the screen with a timer. The animation will us some built in properties to find the hit detection. When the ball hits the side of the window borders, the ball will bounce in the opposite direction. The PowerPack OvalShape will be used, for this tutorial. For VB 2008 users, the PowerPack 3.0 plugin can be downloaded for free at msdn.microsoft.com Shape, Timer, ClientRectangle, Coordinates and Boolean values will be used.
Category: Science & Technology
Length: 00:06:24.750
Tags: .


Visual basic 2010 express tutorial 1 - getting started hello world - free download

Visual Basic 2010 Express Tutorial 1 - Getting Started Hello World - Free Download
www.schoolfreeware.com All code can be downloaded at www.schoolfreeware.com The Visual Basic 2010 Express Install File can be downloaded, for free, from Microsoft's Website www.microsoft.com/express/downloads/ That website also holds the downloads for the Express editions of C++, C#, Visual Web Developer, and Visual Studio for Windows Phone CTP. Visual Studio Express 2008 is still available and so is the Visual Studio 2010 Professional Edition Trial. After 30 days Visual Basic 2010 will have to be registered. No financial information is needed to receive the free product key code that will unlock Visual Basic. Registration can be done by clicking the registration button or by going to Microsoft's website. System Requirements Can Be Found At: www.microsoft.com Visual Basic is an easy to learn programming language. There are tutorials on QBasic, for users have never programmed before. Qbasic is a free language that is more simple to learn than Visual Basic. Visual Basic 2010 is a free IDE and compiler that uses the .Net 4 Framework. Users, schools, teachers, and students who are sill using the classic VB (VB6 or less) should consider upgrading to the new VB 2010 since the Express edition is free and suited for classroom and other environments. For users who have the error: Requested Registry access is not allowed, the solution to the problem cane be found here: www.texttoolkit.com
Category: Science & Technology
Length: 00:06:08.250
Tags: .


How to connect vb.net to access database

how to connect vb.net to access database
this video is will show u how to connect vb.net to access usin oledb www.facebook.com
Category: Science & Technology
Length: 00:09:45
Tags: software .


Visual basic 6 connecting to microsoft access database with add, edit,del and search

Visual Basic 6 connecting to microsoft access database with add, edit,del and search
FOLLOW ME AT: twitter.com to download the project please visit www.joshuaosiana.webs.com like my fanpage on www.facebook.com
Category: Howto & Style
Length: 00:17:09
Tags: .


Visual basic 2010 express tutorial 4 - simple calculator part 1

Visual Basic 2010 Express Tutorial 4 - Simple Calculator Part 1
Code Download: http:/www.schoolfreeware.com The Data Type Summery (Visual Basic) can be found on Microsoft's MSDN Website msdn.microsoft.com This Tutorial - Shows Data Types, Variables, Classic String Conversions and A Simple Calculation Dim - Used to declare the variables Str - Converts Values to Strings Val - Converts Strings to Values Operators: + Add - Subtract * Multiply / Divide
Category: Science & Technology
Length: 00:07:27.750
Tags: .


Excel vba beginner tutorial - introduction to the visual basic editor

Excel VBA Beginner Tutorial - Introduction to the Visual Basic Editor
This tutorial provides an introduction to the visual basic editor in excel.
Category: Howto & Style
Length: 00:05:08.250
Tags: .


5.13 simple data editing in visual basic and saving to access

5.13 Simple data editing in Visual Basic and Saving to Access
Editiing data in a visual basic form and saving that data to an Access database without using the binding navigator
Category: Education
Length: 00:03:52.500
Tags: software tutorial .


Vb.net tutorial 45 - savefiledialog (visual basic 2008/2010)

VB.NET Tutorial 45 - SaveFileDialog (Visual Basic 2008/2010)
This tutorial follows up the previous one and will teach you how to use the SaveFileDialog tool in Microsoft Visual Studio 2008. We use the savefiledialog to select a file name and then the streamwriter that we have previously covered to save a text file. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:05:19.500
Tags: .


Visual basic express 2010 tutorial 34 programming the shooter - ezinvaders part 3 game

Visual Basic Express 2010 Tutorial 34 Programming The Shooter - EZInvaders Part 3 Game
www.SchoolFreeware.com This tutorial will move the shooter with the arrow keys. KeyDown will be used. KeyDown is a little different than KeyPress. Also, KeyUp will be used. Some hit detection will be used to check to see if the shooter has hit the edge of the form. The hit detection will prevent the shooter from leaving the form
Category: Science & Technology
Length: 00:06:40.500
Tags: .


5.14 - adding records to access through visual basic

5.14 - Adding Records to Access through Visual Basic
Using a Visual Basic form to add a new record to an Access database
Category: Education
Length: 00:04:57.750
Tags: software tutorial windows .


5.12 simple access search through visual basic 2008

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.
Category: Education
Length: 00:04:08.250
Tags: .


Visual basic 2008 express edition tutorial 3

Visual Basic 2008 Express Edition Tutorial 3
Making a calculator in Visual Basic 2008 Express Edition Please check out my blog at rootusercyclone.blogspot.com
Category: Science & Technology
Length: 00:05:03
Tags: .


How to make a web browser in visual basic 2010

How to Make a Web Browser in Visual Basic 2010
This is how to create a simple web browser in Microsoft Visual Basic 2010 Codes: Back Button: WebBrowser1.GoBack() Forward Button: WebBrowser1.GoForward() Refresh Button: WebBrowser1.Refresh() Stop Button: WebBrowser1.Stop() Go Button: WebBrowser1.Navigate(Textbox1.Text) ------------------------------- Music: Loud Pipes by Ratatat
Category: Howto & Style
Length: 00:04:12
Tags: .


Visual basic beginner game programming tutorial

Visual Basic Beginner Game Programming Tutorial
In this beginner VB game programming tutorial, we'll build a small game map from the ground up using only the Visual Studio 2010 environment. In this demonstration I'll be showing how to use a tile map, how to move your character around the screen, and how to use back-buffering for flicker-free 2D graphics. Microsoft Visual Studio 2010 Express is free for download at: www.microsoft.com My Source Code: aardaerimus.com
Category: Education
Length: 00:15:52.500
Tags: .


Visual basic tutorial - 44 - byval

Visual Basic Tutorial - 44 - ByVal
Check out the full Visual Basic series at www.thenewboston.com Here is a link to the onlivegamer YouTube Channel. Go and subscribe now! www.youtube.com
Category: Education
Length: 00:04:42
Tags: help .


Visual basic 2010 express tutorial 2 - events

Visual Basic 2010 Express Tutorial 2 - Events
All code can be downloaded at: www.schoolfreeware.com When the user or computer does something this can trigger an event to happen. Examples of events include clicking on buttons, forms loading, mouse movements and so on. When an event is triggered the instructions within that event runs
Category: Science & Technology
Length: 00:02:54.750
Tags: .


Visual basic 2010 express tutorial 3 - programming the meaning of life

Visual Basic 2010 Express Tutorial 3 - Programming The Meaning Of Life
The code can be downloaded at www.schoolfreeware.com This is a little program that is fun to make. It is not to be taken seriously. Deep Thought, the computer in The Hitchhiker's Guide to the Galaxy, came to the answer of 42. It took the computer 7.5 million years to come to that conclusion. We do not have that kind of time. Our answer takes a few minutes and is more realistic than 42.
Category: Science & Technology
Length: 00:02:30.750
Tags: .


Visual basic 2010 express tutorial 5 - simple calculator part 2 - radiobuttons

Visual Basic 2010 Express Tutorial 5 - Simple Calculator Part 2 - RadioButtons
The code can be downloaded at www.schoolfreeware.com RadioButtons hold a Boolean value of either true or false (Checked or Unchecked) Only one RadioButton, in a group can be checked at one time
Category: Science & Technology
Length: 00:05:04.500
Tags: .


Create a web browser in visual basic 2008

Create a Web Browser in Visual Basic 2008
This is a tutorial on how to create a web browser in Visual Basic 2008. You can get the Express Edition which is free of charge at the Microsoft website (You have to register with a hotmail account to remove the trial period, dont worry, this is free of charge) www.microsoft.com Ok, lets make a new project and here are the codes for the web browser - Load up Google when opened Webbrowser1.Navigate("www.google.com") Back Webbrowser1.GoBack Forward Webbrowser1.GoForward Refresh Webbrowser1.Refresh Stop Webbrowser1.Stop Search the URL Webbrowser1.Navigate(TextBox1.Text) Search on Google Search Webbrowser1.Navigate("www.google.com & Textbox1.Text) Go Home Webbrowser1.GoHome These are some of the basic codes for creating a web browser in Visual Basic 2008 Enjoy the video! SUBSCRIBE!
Category: Howto & Style
Length: 00:05:20.250
Tags: .


Visual basic 2010 express tutorial 6 - data parsing error checking and an user friendly interface

Visual Basic 2010 Express Tutorial 6 - Data Parsing Error Checking and An User Friendly Interface
Code Download: www.schoolfreeware.com This is Part 3 Simple Calculator Data Parsing is more powerful than using VAL() STR(). The code for parsing is the datatype.parse Examples Integer.Parse Single.Parse Double.Parse Error Handling Try Code Catch Code End Try When there is an error, like typing "A" when a integer is expected will cause an error. The error is caught and the code within Catch is run.
Category: Science & Technology
Length: 00:05:17.250
Tags: .


Vb.net tutorial 9 - radio button and check box (visual basic 2008/2010)

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 to grasp, but there are so many possibilities. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:05:23.250
Tags: .


Vb.net tutorial 35 - arrays (visual basic 2008/2010)

VB.NET Tutorial 35 - Arrays (Visual Basic 2008/2010)
This tutorial will teach you how to create an array, add values to an array, use an array and then loop through an array. You may not think that arrays are useful yet, but they will prove extremely useful in the future. Make sure you understand arrays before watching my next tutorial. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:05:14.250
Tags: .


Vb.net tutorial 44 - openfiledialog (visual basic 2008/2010)

VB.NET Tutorial 44 - OpenFileDialog (Visual Basic 2008/2010)
Just a quick tutorial on how to use the OpenFileDialog tool in Visual Basic 2008. This can be used to allow the user to select a file and then do something with the file that the user has selected. In this video. I simply put the string into a text box but you can be more creative and use it in different ways. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:05:54.750
Tags: .


Vb.net tutorial 10 - menu strip (visual basic 2008/2010)

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 application. Key Terms: --------------- Menu Strip File Save Help Exit Menu Bar Me.Close()
Category: Education
Length: 00:03:06
Tags: .


Vb.net tutorial 14 - splash screen (visual basic 2008/2010)

VB.NET Tutorial 14 - Splash Screen (Visual Basic 2008/2010)
This video tutorial will teach you how to add a Splash Screen to your application. A Splash Screen is a customizable screen that will appear for a few seconds as your application loads up. It is a very professional feature to have in your application. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:02:00.750
Tags: .


Vb.net tutorial 7 - progress bar (visual basic 2008/2010)

VB.NET Tutorial 7 - Progress Bar (Visual Basic 2008/2010)
This tutorial will teach you the easiest method of using a Progress Bar in your application for Visual Basic 2008. This is not the best way but as it is an early tutorial, it should help the beginners understand. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:02:45
Tags: .


Vb.net tutorial 24 - sending an email (visual basic 2008/2010)

VB.NET Tutorial 24 - Sending An Email (Visual Basic 2008/2010)
In this tutorial, we jump right into the fun side of Visual Basic. We will learn how to send an email just using code. Please google your emails SMTP host and port if you do not have a googlemail account. The settings I show should work for googlemail only. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:05:00
Tags: .


Vb.net tutorial 2 - hello world (visual basic 2008/2010)

VB.NET Tutorial 2 - Hello World (Visual Basic 2008/2010)
This tutorial will help you create your first application in Visual Basic 2008. I apologize for the vague explanations and stuttering, I recorded this video after college and I'm not too alert at the moment. The concept isn't hard to grasp though so you should understand it. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:02:45.750
Tags: .


Vb.net tutorial 37 - computer information (visual basic 2008/2010)

VB.NET Tutorial 37 - Computer Information (Visual Basic 2008/2010)
In this Tutorial, we will cover how to obtain pieces of information about your computer. I will show you how to create a simple application that shows you different pieces of information about your computer. This can be very useful when you begin developing more advanced applications. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:07:08.250
Tags: .


Vb.net tutorial 11 - linking forms (visual basic 2008/2010)

VB.NET Tutorial 11 - Linking Forms (Visual Basic 2008/2010)
One of the most common questions I have been asked about Visual Basic .NET is how to link forms together. This tutorial will explain how you can easily link one form to another with the click of a button. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:02:43.500
Tags: .


Vb.net tutorial 23 - timers (visual basic 2008/2010)

VB.NET Tutorial 23 - Timers (Visual Basic 2008/2010)
In this tutorial, we will learn about one of the most fun and useful parts of Visual Basic .NET programming, Timers. Timers are similar to For Loops but will allow you to select the interval at which the code is executed. Timers are used in almost everything, including Keyloggers. For more information, check out the website: For more information, check out the website:
Category: Education
Length: 00:04:24.750
Tags: .


Vb.net tutorial 3 - variables (visual basic 2008/2010)

VB.NET Tutorial 3 - Variables (Visual Basic 2008/2010)
This tutorial will help you understand what a Variable is, how to create a variable and how they could be used. I have explained it in depth for the new programmers that have never used a variable before. Variables are one of the most important parts of programming that you will ever learn, so remember the syntax! For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:03:07.500
Tags: .


Vb.net tutorial 41 - website login (visual basic 2008/2010)

VB.NET Tutorial 41 - Website Login (Visual Basic 2008/2010)
First of all I'd like to apologize for the two week gap in videos, I've been busy lately. Anyway, this video will teach you how to login to a website using document.getelementbyid. The code will basically find the name of the text box for the username and password and then enter the value that you set. It will then find the name of the button and click it. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:06:15
Tags: .


Vb.net tutorial 15 - for loop (visual basic 2008/2010)

VB.NET Tutorial 15 - For Loop (Visual Basic 2008/2010)
This video tutorial will teach you the first of the three loops, the For Loop. This loop is extremely useful in Visual Basic .NET programming and can be used to execute code as many times as you want it to. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:03:00
Tags: .


Vb.net tutorial 18 - subs (visual basic 2008/2010)

VB.NET Tutorial 18 - Subs (Visual Basic 2008/2010)
In this tutorial, we cover what a Sub is, how to create one and how to call one. Using a Sub is a way of storing code and then executing it with a few letters. Be sure to subscribe for the upcoming tutorial on ByVal and ByRef if you want to discover the full potential of Subs. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:02:33
Tags: .


Microsoft access advanced: recordsets to access data in vba

Microsoft Access Advanced: RecordSets to Access Data in VBA
This is an advanced Microsoft Access tutorial that will show you how to use RecordSets in Visual Basic (VBA) to access data stored in a table in your code.
Category: Howto & Style
Length: 00:07:24.750
Tags: .


Vb.net tutorial 13 - text to speech (visual basic 2008/2010)

VB.NET Tutorial 13 - Text To Speech (Visual Basic 2008/2010)
This video tutorial will teach you how to create a text to speech application in Visual Basic .NET Programming. Text To Speech(TTS) is very useful when you are creating applications with complicated tools. It can also be entertaining. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:02:32.250
Tags: .


Vb.net tutorial 40 - application updater (visual basic 2008/2010)

VB.NET Tutorial 40 - Application Updater (Visual Basic 2008/2010)
This tutorial follows the previous one by making use of the HttpWebRequest. I show you how you can create an application updater so that if you ever have a newer release of your application, your users will be aware. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:06:21.750
Tags: .


Vb.net tutorial 21 - conditional operators (visual basic 2008/2010)

VB.NET Tutorial 21 - Conditional Operators (Visual Basic 2008/2010)
In this tutorial, we will cover the conditional operators. They are used in in math equations and also to make decisions in If Statements. This tutorial also covers many questions I have been getting about checking if a textbox is filled or not. Please watch the second part that covers Logical Operators. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:04:36.750
Tags: .


Vb.net tutorial 20 - advanced message box (visual basic 2008/2010)

VB.NET Tutorial 20 - Advanced Message Box (Visual Basic 2008/2010)
In the first tutorial, we went over how to display a message box. Now in this tutorial, we show our progress by using a message box to ask the user a question and then execute code depending on the answer. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:03:12.750
Tags: .


Vb.net tutorial 19 - functions (visual basic 2008/2010)

VB.NET Tutorial 19 - Functions (Visual Basic 2008/2010)
In this tutorial, we cover what a Function is, how to create one and how to call one. Using a Function is a way of storing code and then executing it with a few letters. Be sure to subscribe for the upcoming tutorial on ByVal and ByRef if you want to discover the full potential of Functions. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:03:48.750
Tags: .


Vb.net tutorial 5 - math functions (visual basic 2008/2010)

VB.NET Tutorial 5 - Math Functions (Visual Basic 2008/2010)
This tutorial will simply teach you how to perform simple Math Operations in Visual Basic 2008. It is proably the most boring part of the language, but once you have mastered the simple parts of the language you can move on to the more interesting and advanced ones. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:02:07.500
Tags: .


Vb.net tutorial 12 - log in form (visual basic 2008/2010)

VB.NET Tutorial 12 - Log In Form (Visual Basic 2008/2010)
This video tutorial will teach you how to create a simple log in form using Visual Basic 2008. The Log In Form is a combination of things that we have covered in previous tutorials. It also introduces a new part of the If Statements. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:04:21
Tags: .


Vb.net tutorial 36 - splitting strings (visual basic 2008/2010)

VB.NET Tutorial 36 - Splitting Strings (Visual Basic 2008/2010)
Did you ever wonder how I managed to create a Runescape highscores lookup or Grand Exchange price checker? I used this exact method to split HTML source codes and retrieve the prices of the items and stats of the player. This tutorial will teach you how to split a string into an array of split strings. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:05:27
Tags: .


R. lee ermey on vb.net

R. Lee Ermey on VB.net
R. Lee Ermey encourages programmers to code with vb.net. C# rules but this guy could almost make me switch.
Category: Entertainment
Length: 00:01:41.250
Tags: .


Vb.net tutorial 34 - auto typer (visual basic 2008/2010)

VB.NET Tutorial 34 - Auto Typer (Visual Basic 2008/2010)
This tutorial will teach you how to make your very own Auto Typer. Auto Typers are popular across the web and in some cases people charge money for them. With this easy tutorial, you can create your own customizable Auto Typer and share it with your friends. We have covered Timers in a previous tutorial but this tutorial will cover how to Send Keys. For more information, check out the website: howtostartprogramming.com
Category: Education
Length: 00:05:47.250
Tags: .


<< | 1 | >>

Ads