CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Posts
    1

    Help|Making a Link.

    i want that when i click or button or when i open my form,
    a website will pop up
    example :
    www.google.com
    or anything else...
    tnx for the help !

  2. #2
    Join Date
    Aug 2008
    Posts
    902

    Re: Help|Making a Link.

    Code:
    ShellExecute(NULL, "open", "http://www.google.com", NULL, NULL, SW_SHOWNORMAL);

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured