Friday 28 December 2012

C# Visual Studio's Error Logs

Hi everyone, it is important when create a program in c# you use correct error logs to help find out errors which are forming within your porgram

so check it out :)


Try Catch Explained!

Try catch within c# is always hard to get your head around at first, however, as soon as you have got your head around it, it is one of the most simple things ever!

so check out this new video tutorial of mine and let me know how you get on :)


Sunday 9 December 2012

Check out this new tutorial!!

Creating error logs is a very important way to note and take track of errors you are recieving getting on your program

so check this video out in the youtube link below

youtube - error log

Tuesday 4 December 2012

C# Visual Studio 2012 Creating a Basic Calculator

C# Visual Studio 2012 Creating a Basic Calculator 

Hey everyone, this is a cool tutorial i have made for you all!

This tutorial shows you how to create a basic calculator within c# (C Sharpe) Visual studio 2012 by showing you how to float values by declaring them and then the simple features such as plus,minus, times and divide two different numbers to get the correct result!

Be sure to check out the video!

Thankyou


Creating a basic Calculator http://www.youtube.com/watch?v=XAwxnkUOSsM


C# Visual Studio 2012 Creating a Advanced Exit Button # 10

C# Visual Studio 2012 Creating a Advanced Exit Button # 10

HI all, this is just another tutorial elaborating on the last tutorial of a basic exit button. This video will teach you on how to create a exit query box and how to design the box to how you like it! this is slightly more advanced but still simple if you've followed the other videos!

So check it out and let me know what you think!

Thanks, YouTube link is below!

Advanced login form C# Visual Studio 2012

C# Visual Studio 2012 Creating a Simple Exit Button #9

C# Visual Studio 2012 Creating a Simple Exit Button #9

 


Hi everyone, this is just a quick tutorial showing you how to create a quick and simple exit button!

easy peasy so give it a go and let me know how you get on!!


C# Visual Studio 2012 Advanced login Password Protected Tutorial #7

Hi there everyone,

Here i have created another video guide tutorial in C# Visual Studio 2012! This guide is to show you a quick and simple login system which requires username and password to enter the system!

This is a really good feature as it allows you to put a simple document protection method on to only allow people to view the program who has the username and password assigned! This meathod requires various IF statements so we are slowly starting to get more complex!

So, check out this video tutorial and follow the link which will take you to youtube!

Thanks


Monday 3 December 2012

C# Visual Studio 2012 - Hello World

So hey everyone!

Ive already made a hello world tutorial but i have not really used visual studio 2012 yet so i thought this was a good idea to start of so i can get the hang of it!

its exactly the same as the other one tutorial but more in depth and in visual studio 2012

so check it out!


and let me know what you think check out the link below to youtube!

C# Visual Studio 2012 Hello World


Friday 30 November 2012

C# Visual Studio - How To Make Your Windows Forms Look More Professional

C# Visual Studio - How To Make Your Windows Forms Look More Professional

It is important that once you have created a program in C# on Visual Studio, you make it look more professional for the user for their satisfaction.

By using simple features from the Tool Box feature you are able to do this and simply make your windows application form look a lot more professional!

So check out this video.




C# Visual Studio - How To Clear Writing In Text Boxes

How to clear writing in text boxes!

This is a simple but important feature to have on most windows application forms, for forms such as a Login page! This is a user friendly and professional way of making your windows application forms in C# more professional!

So check out this video and it will give you step by step guides!


C# Visual Studio 2010 - Linking Two Forms Together

Linking Two Forms Together!

Once you get the hang of this one, you will find it very, very easy! This is the most simple thing ever to just link two windows forms together whilst using C#

all you need is two little lines of coding which will be demonstrated in this video attached!

Visual Studio's intellisense feature makes it even more easier to code! Check out this video! 



C# Visual Studio 2010 - Creating a Message Box

Creating a Message Box Appear:

This is one of favorite features within C# programming as this is currently a basic tutorial, but later on in harder tutorials I will be able to show you how to do IF statements and make Message Boxes appear if something has changed or an error etc.

However, this tutorial I have for you now is a tutorial to show a simple way of creating a message box to show to start you on the basics!

I hope you enjoy, video below!

Creating a Message Box

C# Visual Studio - The Very Basics!

The Very Basics!

The most important thing to remember when starting out on a programming language is that you are familiar with program surroundings!

Visual Studio is a big program with many different features that may seem very confusing at first! But it is important to just have a play around to understand the back ground of the program and learn the features that are provided!

I have two videos each just over 10minutes long which explain and show some of the basics of Visual Studio which will very handy for starting out learning C#

C# Tutorial #1 - The Basics

C# Visual Studio - The Basics # 2