Open Link [solved]Hay guy's mark0108 here Requesting help, well, im making a little key thingy for mpgh... , but i want too know "Can i and How?" Is it possible to put a link in a message box, like make the text i want into a link, and how if so?
No outside advertising is allowed. If you proceed and add advertising your attachment will be deleted and you will likely be banned.
Originally Posted by Jason No outside advertising is allowed. If you proceed and add advertising your attachment will be deleted and you will likely be banned. No its so i can add a link to MPGH.net site :L
Originally Posted by markO1O8 No its so i can add a link to MPGH.net site :L By all means, as long as the link actually links back to MPGH.net that should be fine.
Originally Posted by Jason By all means, as long as the link actually links back to MPGH.net that should be fine. Thanks' and it will, sure off it , is there a possible way though? D:
That wouldn't be in the messagebox though That's for a link label right? Use this if you want to show MPGH in your MessageBox. Code: MessageBox.Show("MPGH.NET" , "Your Program Name" , MessageBoxButtons.ok , MessageBoxicon.information)
Originally Posted by Jamal "Is it possible to put a link in a message box".... "Like make the text into link" I.e, a clickable link, MessageBoxes clearly aren't suited to that purpose.
IMO Jason is right here, just make a label then for Label1_click say Code: Process.Start("http://www.mpgh.net")