Execute A Link in C

Discussion in 'C' started by katerina32, Jun 28, 2008.

  1. katerina32

    katerina32 New Member

    Joined:
    Jun 28, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    hallo there,
    well i searched at google with no success....
    is there any way to execute an URL (in default webborwser if it is possible) ?
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Try ShellExecute function.
     
  3. katerina32

    katerina32 New Member

    Joined:
    Jun 28, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    ShellExecute(handle, open,"IE.exe", NULL, NULL, SW_SHOWNORMAL);

    ehm and how can i insert the link in this command? :nonod:
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Open should be the link
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice