How to make a Hello world app

All tutorials created in C# to be posted in here.
11 posts Page 1 of 2
User avatar
Bogoh67
VIP - Site Partner
VIP - Site Partner
Posts: 656
Joined: Sun Apr 18, 2010 8:20 pm

How to make a Hello world app
Bogoh67
First make a new app
Image
Then add a button
Image
Make it's text property, "Hello world"
Image
Double-click the button and type
Code: Select all
            MessageBox.Show("Hello World");
what this does is it makes s message box appear .show makes it show and "Hello World" is the text that it shows
Image
Click Debug
Image
Click the button
Image
A message box will appear
Image
And that's it congratulations
Last edited by Bogoh67 on Mon May 09, 2011 1:17 pm, edited 2 times in total.
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

what is up with those pictures on the side?
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: How to make a Hello world app
Usman55
Simple and easy to use tutorial especially for beginners, use photobucket to upload images instead!
Image
User avatar
Skillful
Skillful Coders
Skillful Coders
Posts: 969
Joined: Tue Nov 16, 2010 10:07 am

Re: How to make a Hello world app
Skillful
Good tutorial for beginners. You can also use Flickr for the images. cooll;
Instead of LOL use this -
LSIBMHBIWFETALOL

Which means -
Laughing silently in between my head because it wasn't funny enough to actually laugh out loud!
User avatar
Bogoh67
VIP - Site Partner
VIP - Site Partner
Posts: 656
Joined: Sun Apr 18, 2010 8:20 pm

Re: How to make a Hello world app
Bogoh67
yeah the pictures didnt show up so yeah i will change the photo uploading site. i dont like tinypic because you can oly do one at a time
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: How to make a Hello world app
zachman61
Nice job most people switching from VB.NET know this though and most people don't jump straight into C#, But Thanks.
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: How to make a Hello world app
GoodGuy17
Good tutorial, I already knew how to do this, but most (including me) like to have an explanation with code. Although this may have been self-explanatory, in future tutorials you should try to explain code as much as possible. Also, considering this was made for beginners, you actually should explain the code.

Good work, though cooll;
User avatar
RishiRox
New Member
New Member
Posts: 16
Joined: Mon Jan 17, 2011 4:05 pm

Re: How to make a Hello world app
RishiRox
Thanks dude this tutorial was good bt as GoodGuy17 said please explain in future thanks again cooll;
User avatar
elad fundo
New Member
New Member
Posts: 10
Joined: Wed Feb 16, 2011 9:06 am

Thanks. I am a noob and this is definitely gonna help me.
User avatar
CleverBoy
VIP - Donator
VIP - Donator
Posts: 395
Joined: Mon Dec 06, 2010 8:29 pm

Re: How to make a Hello world app
CleverBoy
Very Good tutorial for noobs..
Code'N'Stuff
OneTeam..OneDream
Join ABSplash Team & Earn $$
ABSplash Site - Workpad - (VB) Custom Buttons 2 ways
11 posts Page 1 of 2
Return to “C-Sharp Tutorials”