Sunday, March 20, 2011

Learn c#!

First lesson on c#
C# isn't that hard of a language to learn

All these are by default!

but these comes in handy

close();

messagebox.show(Text goes here), ("Name of messagebox");

label1.text=("text in here")

system.dianostic.process.start("URL goes here");

button1.text=("Text goes here");

new form1 form1 = new form1();
form2.show()

Learn these for now, play around with it!

No comments:

Post a Comment