Web & Email links in app

  • Thread starter Thread starter Paul Aspinall
  • Start date Start date
P

Paul Aspinall

Hi
I want to put some links to the web, and e-mail in my app.

I want to have a 'Visit website' option on a menu. How can I force another
IE window to start, and go to a webpage?

Also, I want a 'Contact' option.... from here, I want the app to start a new
e-mail message (to work on any client, not only Outlook), that the user can
then complete

I also would like to have some labels in my app, which contain links to my
site, which the user can 'hot click' to go straight to the page.

Any pointers on this would be appreciated.

Thanks
 
Paul Aspinall said:
I want to have a 'Visit website' option on a menu. How can I force
another IE window to start, and go to a webpage?

Just shellexec with http://...
Also, I want a 'Contact' option.... from here, I want the app to start a
new e-mail message (to work on any client, not only Outlook), that the
user can then complete
http://www.codeproject.com/csharp/IndySMTP.asp

I also would like to have some labels in my app, which contain links to
my site, which the user can 'hot click' to go straight to the page.

See above.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
 
Back
Top