Hi.

I would like to know how can I do something this:

ask the user for something (like a string)

reverse that string

input: 12345 abc

the program would show: cba 54321

--

how can I use VB to do something like:

put an html link in a form, and let the user click on it. when the user would click it, the program would run a browser, and
goto the page linked.. (p.e. www.net.net or something..))

thanks in advance..