Visual Basic Development Bookmark and Share   
 Home > Visual Basic Language > Proxy in VB8
 

Proxy in VB8

Hello,

I want make VB program that has two text boxes and one button.
Text boxes are for Proxy server IP and port. And button is just confirming it.
So, user just types in Proxy server IP and port and presses button, and now, when he go to internet, he is anonymous.
Now, I need code that sets proxy on after button click.

Thanks,
phpMartin
phpmartin  Sunday, November 29, 2009 9:52 AM
Hi phpmartin,

Do you mean you want to change IE proxy settings programmatically? This linkmay help
http://www.dreamincode.net/forums/showtopic53244.htm
This link also talks about this topic, it is not written in vb, but may enlighten you.
http://www.codeproject.com/KB/IP/changeproxy1.aspx

Besides, you can look into this link about setting and retrieving internet Options
http://msdn.microsoft.com/en-us/library/aa385384%28VS.85%29.aspx

This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet

Regards
Jeff Shan


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Jeff Shan  22 hours 28 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• disable stretching window
• Overwriting constructor in custom component (subclass of Windows.Forms.TreeView)
• VB 6 and WinForm
• Retaining values after terminating the program?
• Manually populate a combobox
• How do you add a design-time attribute to a custom control? part 2
• how to extend a form with a click event button and close it back?
• Find out if a given type inherits from another type
• Why is this StreamReader taking so long?
• Problem/questions with system.diagnostics.performancecounter