A
ALI-R
I want when user clicks on LinkedLable ,an IE page to an specific address
opens ,how can I do that?
thanks
opens ,how can I do that?
thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nicholas Paldino said:ALI-R,
Basically, you will want to handle the LinkClicked event for the link
label. In the handler, you would call the static Start method on the
Process class, passing the URL you want the default web browser to navigate
to.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
ALI-R said:I want when user clicks on LinkedLable ,an IE page to an specific address
opens ,how can I do that?
thanks
ALI-R said:this is my handler for LinkedLable:
this.linkLabel1.LinkClicked += new
System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkCl
icked);
how shall I change it? What is Proccess Class??
Thansk for your help.
in
message news:%[email protected]...ALI-R,
Basically, you will want to handle the LinkClicked event for the link
label. In the handler, you would call the static Start method on the
Process class, passing the URL you want the default web browser to navigate
to.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
ALI-R said:I want when user clicks on LinkedLable ,an IE page to an specific
address
opens ,how can I do that?
thanks
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.