Pages

Showing posts with label VisualBasic. Show all posts
Showing posts with label VisualBasic. Show all posts

Friday, 2 August 2013

VB.NET Join To Arrays

Joining To Arrays in VB.NET


' First off we will be joining a Array of Bytes.


VB.net OpenTK SimpleExample 1

VB.net OpenTK SimpleExample 1


Bin: Here

Source Code: Here

there will be OpenTK.DLL in Bin, on the Source Code.

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 Tutorial 6: Getting Started

VB 11 Tutorial 6: Getting Started

If you have not yet learnt about Functions Please refer to Tutorial 5: Here

Today we will be learning how to use loops and for statements

VB 11 Tutorial 4: Getting Started

VB 11 Tutorial 4: Getting Started

If you have not yet learnt about Numeric Values Please refer to Tutorial 3: Here

Today we will be working with Arrays.


VB 11 Tutorial 3: Getting Started

VB 11 Tutorial 3: Getting Started

If you have not yet learnt about Strings Please refer to Tutorial 2: Here

Today we will be working with Numeric and different types of Numeric values.


Visual Basic Eleven Thoughts?

What are you first thoughts about Visual Basic Eleven, what do you like about the Environment?

my opinion, I find that the text editor in 2012 is a lot smoother then 2010. The amount of memory that the environment can over load on a 32 bit Operating System. working on a project with around 130,000 lines of code I have to re-open the solution every hour. also I have noticed when having more then 150 - 200 .PNG files increase the chance of having the solution corrupt and having to go to a backup. With the Framework, The Graphics Class does not work properly, you can not draw a one pixel. drawing in VB is very slow and tends to flicker. but besides that the framework is very nice. I am impressed with the controls and the form Designer.