Linklabel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rinaldo

    #1

    Linklabel

    Hi,

    I've added a linklabel in my project, but if I click om it nothing happened.
    Must I make a event, and how to open the bowser?

    Rinaldo

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Linklabel

    Rinaldo,

    Yes, you want to subscribe to the Click event on the LinkLabel.

    In the Click event handler, to open the default browser of the OS, use
    the Process class in the System.Diagnost ics namepace and pass it the URL
    that you want the browser to open.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Rinaldo" <zwartehoofdpie t@hotmail.com.n ospamwrote in message
    news:75EF898E-604E-4FBC-BCF4-EE6E5D926200@mi crosoft.com...
    Hi,
    >
    I've added a linklabel in my project, but if I click om it nothing
    happened. Must I make a event, and how to open the bowser?
    >
    Rinaldo

    Comment

    Working...