Groups | Blog | Home
all groups > dotnet general > february 2005 >

dotnet general : First program Hello World


Nick Malik [Microsoft]
2/23/2005 12:56:14 PM
That was rude.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
[quoted text, click to view]

Nick Malik [Microsoft]
2/23/2005 12:57:08 PM
start here:
http://samples.gotdotnet.com/quickstart/howto/doc/default.aspx

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
[quoted text, click to view]

clintonG
2/23/2005 1:38:13 PM
Google: "I am a lame-o"

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/



[quoted text, click to view]

Bob Lehmann
2/23/2005 3:52:18 PM
[quoted text, click to view]
Weird. The first 50 hits said something about a "clintonG". What the heck is
a "clintonG"?

Bob Lehmann

[quoted text, click to view]

Altar
2/23/2005 7:17:27 PM
Hi



I'm experienced in VB 6 and now I want to migrate to VB NET



Can someone give me a sample code like "Hello World" web based program ?



Thank you

Brian P. Hammer
2/23/2005 10:50:18 PM
Altar - You can find many examples on www.gotdotnet.com and Microsoft site.
There's a download in the resource kit area for "101 .Net Samples" and is a
great place to start exploring to see the differences. Once you wrap your
arms around .Net, you'll love it much better than VB 6

HTH,
Brian



[quoted text, click to view]

Nick Malik [Microsoft]
2/24/2005 7:40:50 AM
Hi Cor,

You're a good man.

:-)

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
[quoted text, click to view]

clintonG
2/24/2005 8:37:48 AM
An 'experienced' VB developer that will not use Google to learn how to
output "Hello World" is a lame-o.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/





[quoted text, click to view]

clintonG
2/24/2005 8:48:47 AM
A clintonG is the handle of somebody who uses the newsgroups to seek
information from his peers and provides information to others in return but
tries to do so responsibly before claiming 'experience' as a 'developer'
that he then contradicts by posting a stupid question that only shows he is
a lame-o that did not even think of using Google or is too damn lazy to use
a search engine to discover what he is looking for before asking such a
stupid question. I can't say I've never done the same myself.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/


[quoted text, click to view]

Cor Ligthert
2/24/2005 3:55:01 PM
Altar,

It is really disapointing, a lot of messages but nobody is giving you any
real answer on your simple question (Hi Nick) :-).

While when you would search Google or go to GotDotNet for this, when you use
the VBNet IDE you easily can become in the wrong direction because that are
often samples without using the IDE

While it is so easy, follow bellow (not tested of course so watch litle
typos)

Open your IDE and than
File -> New -> Project -> ASPNet application.
There will be a form showed, and probably at left a toolbox
Open that toolbox and drag from that a Texbox on the form
Now you right click on the form and do "View Code"
Now you see code with in that
'Put user code to initialize the page here
That you replace by
me.textBox1.Text = "Hello World"

You push than on debug and start and when all your settings in your computer
are set well, than you will see a page with "Hello World"

I hope this helps?

Cor

Cor Ligthert
2/24/2005 3:59:39 PM
Hi all,

Before somebody understand it wrong, the first sentence of my message is
only for Nick, however with all respect of course and with a very big
friendly smile on my face.

Cor

John Timney (ASP.NET MVP)
2/24/2005 9:51:35 PM
Yeah, thats just rude. These groups are here to support people of all
levels, whats to say the guy even knows what google is.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

[quoted text, click to view]

clintonG
2/26/2005 3:46:53 PM
Google: "I am an MVP therefore I tend to make ridiculous comments and talk
out of my @ss"

<%= Clinton Gallagher



[quoted text, click to view]

John Timney (ASP.NET MVP)
2/26/2005 10:10:31 PM
Point proven............pity.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

[quoted text, click to view]

AddThis Social Bookmark Button