Pages

Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Friday, 5 July 2013

VB 11 Tutorial 9: Getting Started

VB 11 Tutorial 9: Getting Started

Today we will be learning on how to make our own classes.

Overview: Classes are Objects, when you create a class it is Setup like a Type.

VB 11 Simple Applications: Encryption

VB 11 Simple Applications: Encryption

Just an Example of a simple encryption you can make with your friends.

If you would like to skip this, and would like to just download the source code click Here

VB 11 Tutorial 8: Getting Started

VB 11 Tutorial 8: Getting Started

If you have not yet learnt about Math Syntax Please refer to Tutorial 7: Here

Today we will be learning how to use Variables By Reference

VB 11 Tutorial 2: Getting Started

VB 11 Tutorial 2: Getting Started

If you have not got Visual Studio please refer to Tutorial 1: Here

Today we will be playing with Strings, definition of a string. in my words a group of bytes in a managed array or a group of chars.


VB 11 Tutorial 1: Getting Started

VB 11 Tutorial 1: Getting Started

Welcome to the first class.

Step 1: you will need a copy of Visual Studio 2012, just download a trial for now

Step 2: after you have installed, click on New, then a dialog will open.

Step 3: then click on Windows then Console Application.

Code: