Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / January 2005

Tip: Looking for answers? Try searching our database.

winform -  open up a NEW default browser window

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
thomasamillergoogle@yahoo.com - 14 Jan 2005 20:03 GMT
Currently my app is doing

System.Diagnostics.Process.Start("http://www.yahoo.com");

this successfully launches a browser window but it RE-USES an existing
window if there is an existing window! Sometimes the existing window is
NOT resizeable because it is a pop-up ad.

So even if my users have a bunch of javascript pop-up ads that are not
resizeable, I want my C# code to launch a new browser window in a new
process. I don't want it to reuse existing windows.
I have seen several apps do this. for example the yahoo IM client.
Chris, Master of All Things Insignificant - 14 Jan 2005 22:56 GMT
Try doing this:

System.Diagnostics.Process.Start("iexplore http://www.yahoo.com");

This way you launch a new process
Chris

> Currently my app is doing
>
[quoted text clipped - 8 lines]
> process. I don't want it to reuse existing windows.
> I have seen several apps do this. for example the yahoo IM client.
Cor Ligthert - 15 Jan 2005 09:42 GMT
In addition to Chris,

What you use now is for every (default) browser, the sample for Chris only
for IE.

This problem is largely discussed in the newsgroup language.vb, there was no
other answer found than the one Chris shows now for opening a new window.

Cor

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.