I want to create an exe-file with C++ that opens a url silently or "in the background".
Basically the idea is to send specific data (the current USERNAME from Netware, for example) to a php script on a webserver so that the script knows what type of user is reading the
I know how to retrieve the USERNAME with the code but how do I "execute" the url to the server:
preferrably without having to start Explorer
Can I use ShellExecute?
or anything else?
Basically the idea is to send specific data (the current USERNAME from Netware, for example) to a php script on a webserver so that the script knows what type of user is reading the
I know how to retrieve the USERNAME with the code but how do I "execute" the url to the server:
preferrably without having to start Explorer
Can I use ShellExecute?
or anything else?