Results 1 to 13 of 13
  1. #1
    markO1O8's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    433
    Reputation
    24
    Thanks
    104
    My Mood
    Amazed

    Red face 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?
    [CENTER]I'm back!

  2. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    No outside advertising is allowed. If you proceed and add advertising your attachment will be deleted and you will likely be banned.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. #3
    markO1O8's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    433
    Reputation
    24
    Thanks
    104
    My Mood
    Amazed
    Quote Originally Posted by Jason View Post
    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
    [CENTER]I'm back!

  4. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by markO1O8 View Post
    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.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  5. #5
    markO1O8's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    433
    Reputation
    24
    Thanks
    104
    My Mood
    Amazed
    Quote Originally Posted by Jason View Post


    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:
    [CENTER]I'm back!

  6. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Process.Start("https://www.mpgh.net")

    Will open MPGH in the user's default browser

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #7
    markO1O8's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    433
    Reputation
    24
    Thanks
    104
    My Mood
    Amazed
    Thank's ..
    [CENTER]I'm back!

  8. #8
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    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)

  9. #9
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    How was that even relevant? He wanted to know how to open a link

  10. #10
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    "Is it possible to put a link in a message box"....

  11. #11
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Jamal View Post
    "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.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  12. #12
    .REZ's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Real life
    Posts
    10,385
    Reputation
    1110
    Thanks
    2,218
    My Mood
    Psychedelic
    IMO Jason is right here, just make a label then for Label1_click say
    Code:
    Process.Start("https://www.mpgh.net")

  13. #13
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Marked solved, no more posting necessary.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Similar Threads

  1. [Source Code] Open link.
    By ARS-cool in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 09-08-2011, 09:05 AM
  2. [Help] Open Directory [solved]
    By alvaritos in forum Visual Basic Programming
    Replies: 3
    Last Post: 06-25-2011, 11:21 AM
  3. [Help] Webrowser get links [solved]
    By alvaritos in forum Visual Basic Programming
    Replies: 10
    Last Post: 06-10-2011, 11:42 AM
  4. [Help] Read & write text file like:NAME1, LINK[Solved]
    By shotyoudie in forum Visual Basic Programming
    Replies: 6
    Last Post: 02-05-2011, 12:58 PM
  5. [Help]Open link click of button[Solved]
    By iFrank1 in forum Visual Basic Programming
    Replies: 7
    Last Post: 09-04-2010, 07:05 AM