Author Topic: VB Tutorials - SG  (Read 1412 times)

0 Members and 1 Guest are viewing this topic.

Offline marklund

  • Posts: 6166
    • View Profile
    • http://
VB Tutorials - SG
« on: July 14, 2005, 09:28:51 AM »
[span style=\'font-size:21pt;line-height:100%\'][span style=\'color:orange\']SeanGreasley.com tutorials for Visual Basic[/span][/span]

[span style=\'color:red\'] Here are the Visual Basic tutorials listed from http://www.seangreasley.com . They require flash. These are Video tutorials with really good explaining of the most important stuff in Visual Basic. Good luck. I'll add more when there is coming more on that website. [/span]

[span style=\'color:red\']1 - [/span]Hello World!
The traditional Hello World program. This is the tutorial for absolute beginners, and it will teach you how to make your program Say Hello World!

[span style=\'color:red\']2 - [/span]Textboxes and labels
This tutorials introduces the concept of input and outputting information. It also includes the aesthetical view to programming within visual basic.

[span style=\'color:red\']3 - [/span]Design Tips
This tutorial introduces you to some handy design tips within visual basic. You'll learn how to fix your form so users cannot resize it, add uses of colour and improvising style.

[span style=\'color:red\']4 - [/span]If Statements
This tutorial focuses more of the coding aspect of visual basic. You will learn how to execute If statements within vb and make successful use of the else command.

[span style=\'color:red\']5 - [/span]Operators
This tutorial shows you how to add, divide and apply general operators to variables in vb.

[span style=\'color:red\']6 - [/span]Logic Gates
This tutorial focuses on AND, OR and NOT within vb.

[span style=\'color:red\']7 - [/span]Variables
This tutorial looks at variables and how they are used.

[span style=\'color:red\']8 - [/span]Select Statements
The select statement is is used as an alternative to an if statement, it can tidy up a lot of code!

[span style=\'color:red\']9 - [/span]Menu Controls
This tutorial introduces you to menu control within vb. Want to have file, edit, help etc. on your forms? Here's where to look.

[span style=\'color:red\']10- [/span]While Loops
This tutorial introduces you to while loops. Useful for repititon where the end is unknown.

[span style=\'color:red\']11 - [/span]For Loops
This tutorial introduces you to while loops. Useful for repititon where the end isn't unknown.

[span style=\'color:red\']12 - [/span]Do Loops
This tutorial introduces you to do loops. Another way of writing while loops without initialising variables to satisfy the constraints.

[span style=\'color:red\']13 - [/span]Constants And Comments
Constants within vb, what more can I say?

[span style=\'color:red\']14 - [/span]Option Explicit
This is an inbuilt code checker, very useful

[span style=\'color:red\']15 - [/span]GoTo Command
Want to jump lines of code, exit loops? Bad programming, but useful to know.

[span style=\'color:red\']16 - [/span]Arrays
Arrays… the joy of vb. This is one of the most useful tools you'll ever use

[span style=\'color:red\']17 - [/span]CHR Function
Useful tool to implement escape characters

[span style=\'color:red\']18 - [/span]Timers
Timers.. Another handy tool, status bars and progress bars here we come!

[span style=\'color:red\']19 - [/span]List Boxes
List boxes are used to hold items of data which you can manipulate in what ever way you like.

[span style=\'color:red\']20 - [/span]On Error Command
Useful error checking tool

[span style=\'color:red\']21 - [/span]Debugging
Very useful tool for spotting and identifiying errors within your program

[span style=\'color:red\']22 - [/span]Procedures And Parameters
Almost vital when larger programs are contructed, don’t let lost in your own code; use procs.

[span style=\'color:red\']23 - [/span]Sub Forms
Sub forms are also useful to spread data and tools out across your programs.

[span style=\'color:red\']24 - [/span]Local And Global Variables
Try to eliminate globals, and pass locals as parameters across functions

[span style=\'color:red\']25 - [/span]Combo Boxes
Combo boxes are similar to list boxes, expect the menu pulls down.

[span style=\'color:red\']26 - [/span]Scroll Panes
Scroll panes are vb's version of scrollbars, you can use them to change values of certain variables/objects using the slider

[span style=\'color:red\']27 - [/span]Dir/File and Drive Components
Create your own file explorer in vb using these 3 components

[span style=\'color:red\']28 - [/span]Object Controls
This tutorial shows you how to create an array of objects

[span style=\'color:red\']29 - [/span]Shell Command
The shell command allows you to run external programs/files

[span style=\'color:red\']30 - [/span]Components
The components option allows you to import ocx files to use within your program

[span style=\'color:red\']31 - [/span]Common Dialog Control
The comdlg32 control is a popular windows component, allowing you to set custom fonts and save/open files.

[span style=\'color:red\']32 - [/span]File Output
Output data into text files, what more?

[span style=\'color:red\']33 - [/span]File Input
Input data from textfiles into your program

[span style=\'color:red\']34 - [/span]Direct Interaction 1 of 3
This is a 3-part tutorial explaining how to make vb interact with MS Access databases. This part shows you how to create the GUI, and link them up to the DB.

[span style=\'color:red\']35 - [/span]Direct Interaction 2 of 3
This is a 3-part tutorial explaining how to make vb interact with MS Access databases. This part shows you how to add and delete records.

[span style=\'color:red\']36 - [/span]Direct Interaction 3 of 3
This is a 3-part tutorial explaining how to make vb interact with MS Access databases. This tutorial shows you how to count the number of records, access the currect record number and other advanced features.

[span style=\'color:red\']37 - [/span]Modules
This tutorial introduces modules within vb.

[span style=\'color:red\']38 - [/span]Functions
This tutorial introduces functions, and how they can improve your program functionality.

[span style=\'color:red\']39 - [/span]Handy Form Design Methods
This tutorial gives you a few tips on form design and program design. Make the best solid design for your projects

[span style=\'color:red\']40 - [/span]Client, Server using WinSock
This tutorial shows you how to setup a client and server within vb, and host a chatroom conversation between two users. The VB Pack 2 torrent includes the code samples.

[span style=\'color:red\']
Download them !
Pack 1 (1-20) [TORRENT]
Pack 1 (1-20) [TORRENT][/span]
« Last Edit: July 14, 2005, 09:36:19 AM by marklund »

Offline InsaNe

  • Veteran Member
  • Posts: 6019
    • View Profile
    • http://www.gtastunting.com
VB Tutorials - SG
« Reply #1 on: July 20, 2005, 03:08:51 AM »
Nice and helpful but i don't like VB >_> C++ rules. Good tuts btw!  B)  

Offline marklund

  • Posts: 6166
    • View Profile
    • http://
VB Tutorials - SG
« Reply #2 on: July 20, 2005, 04:28:15 AM »
Quote
Nice and helpful but i don't like VB >_> C++ rules. Good tuts btw!  B)
Do you have any C++ video tutorials? Like SeanGreasleys.

Offline comaboy

  • Veteran Member
  • Posts: 3028
    • View Profile
    • http://
VB Tutorials - SG
« Reply #3 on: July 20, 2005, 04:30:50 AM »
i might start learning VB, it can't hurt.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal