Need a project done?

C++ Programming Developer

Search This Blog

Open Web Page using C++

How to Open Web Page using C++?

#include <windows.h>
int main()
{
ShellExecute(NULL, "open", "http://truefastians.blogspot.com",
NULL, NULL, SW_SHOWNORMAL);
}

2 comments:

  1. So this is how you can make an e-bomb...or open a documentation website from inside a program ! Very cool ! Thanks for the post !

    ReplyDelete
  2. my compiler is not working with this code... help?

    ReplyDelete

"Don't let anyone ever make you feel like you don't deserve what you want."