TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jemma.nguon
NA
3
0
opening multiple browser windows
Sep 8 2004 7:00 PM
i need to find out how to open multiple browser windows. currently, i use: ProcessStartInfo sInfo = new ProcessStartInfo(url); Process.Start(sInfo); where "url" is a string which is the url i want to open up. the "url" passed varies however, and i don't want the program to open "url1" and "url2" in the same browser window (which is what is happening at the moment). what i want is for "url1" to be opened in one browser window, then "url2" to be opened up in a second, separate window. how do i do this? anyone have ideas?
Reply
Answers (
2
)
Remove Event Handler in C#
winform appearance