How do you make a program that uses proxies

fusilli_jerry89

Regular Member
Joined
Dec 7, 2008
Messages
291
Reaction score
50
how do you make a program that uses proxies? I want to make a program similar to tube increaser only for myspace. How do you create the proxy feature for this? I only know java :( but I am learned C++ soon.
 
IF you are doing your program in c++.net this is very simple if you use the webbrowser object.

wb1.proxy =

simple as that.

However using the component is not the most efficient way.

Careful googling for C++ proxies as that will flood u with info on proxy classes
and is liable to confuse.

Try planetsourcecode.com there is probably something there you can look at as a starting point.
 
Back
Top