First program Hello World

  • Thread starter Thread starter Altar
  • Start date Start date
A

Altar

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
 
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.
--
 
Google: "I am a lame-o"
Weird. The first 50 hits said something about a "clintonG". What the heck is
a "clintonG"?

Bob Lehmann
 
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
 
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.
 
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
 
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
 
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.
 
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
 
Google: "I am an MVP therefore I tend to make ridiculous comments and talk
out of my @ss"

<%= Clinton Gallagher
 
Point proven............pity.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
Back
Top