vb.net - How can I open two web browser in a different session? -


there 2 web browser.

i want them both open different sessions

how make?

vb.net code?

since there no further description of problem this answer.

apparently -nomerge argument prevent session merging.

shell("iexplore.exe -nomerge http://www.yoursite.com") 

Comments