Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a way to bind System.Windows.Forms.WebBrowser to a specific network card?
I have multiple network cards/interfaces on my computer and need to use talk simultaneously to different networks using System.Windows.Forms.WebBrowser. Right now System.Windows.Forms.WebBrowser only talks to default network connection. Is there a way to switch it?
Posted
Comments
Sergey Alexandrovich Kryukov 29-Aug-15 1:36am    
This is not how network works... But why? I cannot see where it would make practical sense...
—SA
nitrous_007 29-Aug-15 2:25am    
I need to do it for my application. This is for testing devices and all the devices attached to each network card have the same IP. currently I can do ping, snmp by binding to network card however system.windows.forms.webbrowser does not work.

I guess if not I have to find another HTTP control. I do have another way to do the bind but it will take some time. The System.Windows.Forms.WebBrowser was already implemented by another engineer for one interface and I was trying to see if there is a way to reuse it.

Please let me know

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900