Jump to content

Silly question

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
This is a silly question and I feel like I should already know the answer but..... How do I open the default web browser with a webpage????

I've searched MSDN but to nothing. Maybe I'm searching for the wrong words?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You need to use System.Diagnostics.Process.Start("http://url")

#3
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
I knew it was easy! I always forget all of these namespaces. How are you supposed to remember???

#4
Guest_CheeseBurgerMan_*

Guest_CheeseBurgerMan_*
  • Guests
Practice and Intellisense help me to remember. :)

#5
Frantic

Frantic

    Learning Programmer

  • Members
  • PipPipPip
  • 91 posts
plus your signature! lol