tags:

views:

13

answers:

1

making a web browser on vb.net is depending on your internet explorer. How can I customize it so it will depend on mozilla. Please any suggestions or recommendations.

Thanks.

A: 

If I understand your question correctly, you are making a website in VB.NET that starts in Internet Explorer, and you want to start it in FireFox instead?

To change the default browser in Visual Studio, Right Click a web form -> Browse With... -> Choose FireFox and click "Set As Default".

Brandon