inserting Hyperlink inside windows form
-
Hello, i want to add a hyperlink of a webpage to my form is there a way to do it? i am using the System.Diagnostics.Process.Start... with a file with 'html' extention but this lacks the posibility to open a browser's window in a new page. it runs over existing pages. tnx, avi
-
Hello, i want to add a hyperlink of a webpage to my form is there a way to do it? i am using the System.Diagnostics.Process.Start... with a file with 'html' extention but this lacks the posibility to open a browser's window in a new page. it runs over existing pages. tnx, avi
If you are IE, then : http://www.ieinfosite.co.uk/tip_view.asp?id=36[^] "/new" is what you want. Chances are Firefox et al. support this also.
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
-
Hello, i want to add a hyperlink of a webpage to my form is there a way to do it? i am using the System.Diagnostics.Process.Start... with a file with 'html' extention but this lacks the posibility to open a browser's window in a new page. it runs over existing pages. tnx, avi
Hello What about using a LinkLabel. Bye
-
Hello, i want to add a hyperlink of a webpage to my form is there a way to do it? i am using the System.Diagnostics.Process.Start... with a file with 'html' extention but this lacks the posibility to open a browser's window in a new page. it runs over existing pages. tnx, avi
-
If you are IE, then : http://www.ieinfosite.co.uk/tip_view.asp?id=36[^] "/new" is what you want. Chances are Firefox et al. support this also.
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
nope.. its still running over existing pages.. looks like the 'new' code is valid only if i specify : iexplore.exe www.xyz.com -new but i dont know which browser my client has..
-
Hello What about using a LinkLabel. Bye