Donnerstag, 10. Oktober 2013

First C# steps

First steps in C#

Today i made my first steps in C# using Microsoft Visual Studio Professionel.
I learned how to create a Project and creating my first "Windows Form Application".
The tutorial i used was the "create a picture viewer" tutorial from the visual studio website.

Tutorial 1 - Picture viewer

From there i tried to improve the form for my usage in the project.


The outcome was this form.
First form, microsoft visual studio profesionel
I learned how to create simple forms and how to convert strings into interture and back. Therefore i am now able to use button clicks (events) to perform simple algorithms and display the solution in labels.

Next steps are:
  1. Improvement of the layout
  2. Using of global variables (Since it was somehow not possible for me implement them yet)
  3. Creating data classes for users
Working hours so far : 6h

 

Keine Kommentare:

Kommentar veröffentlichen