Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ open webpage

#include <windows.h>
#include <shellapi.h>
...
ShellExecute(0, 0, L"http://www.google.com", 0, 0 , SW_SHOW );
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #open #webpage
ADD COMMENT
Topic
Name
8+9 =