473,748 Members | 8,779 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Launch browser

How can i launch the default browser in a separate window from my windows
app?

thanks,
Gonçalo Boléo
Nov 16 '05 #1
2 2541
using System.Diagnost ics;
....
Process.Start(" about:blank");

ShaneB

"Gonçalo Boléo" <go*****@kaid4. pt> wrote in message
news:Ox******** ********@TK2MSF TNGP11.phx.gbl. ..
How can i launch the default browser in a separate window from my windows
app?

thanks,
Gonçalo Boléo

Nov 16 '05 #2
Hi,

Use System.Diagnost ics.Process.Sta rt("about:blank "); to launch the default
browser.

--
Regards,
Peter Jausovec
(http://blog.jausovec.net)

"Gonçalo Boléo" <go*****@kaid4. pt> je napisal v sporoèilo
news:Ox******** ********@TK2MSF TNGP11.phx.gbl ...
How can i launch the default browser in a separate window from my windows
app?

thanks,
Gonçalo Boléo

Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
6294
by: Mike | last post by:
I am trying to write a web page where a person can click on a word document and MS Word is launched instead of the document being displayed in the IE browser. I have been able to launch MS Word but only when I create a shortcut for the document. However a pop-up comes up with save and/or open instructions. I do not want the pop-up to come up. Mike
4
2398
by: aure_bobo | last post by:
Hi all, I'm currently developping a web app, and this one must be compatible with IE and Mozilla Firefox. In this webapp, I would like to launch automatically a anchor link (href) with a javascript script. My Javascript script works fine with IE but not with Mozilla Firefox. Here is my script : <script language="Javascript">
1
2193
by: Jacob | last post by:
I have several web apps that I want to redirect to a new page, but have that page open in a new browser window. The basic scenario is that I have a CrystalReport object that gets created and displayed on-screen as a .PDF stream. I need to have this page launch in it's own window leaving the first browser alone Here's the code I'm using to launch the report Private Sub btnPrintList_Click(ByVal sender As System.Object, ByVal e As...
1
1462
by: Tom | last post by:
What the best way to launch a web site using the default browser? For instance, I have a help menu item that, when clicked, will cause a pre-defined web site to launch in the default browser (IE, Mozilla, Netscape, whatever). Right now I am using: System.Diagnostics.Process.Start(http://MyWebSite) Just wondering if this is the best way to do it; and will this work all the
3
2028
by: Scott | last post by:
I wish to have a link on a page that launches a new browser before it loads the target link. The standard _new and _blank include the parent browser's cookies. Is there an alternative method that excludes these cookies? Thanks in advance
1
1737
by: jerseysbest | last post by:
OK, I'm relatively new with Access and Code as well, so bear with me, any help is greatly appreciated. I want launch a URL in a web browser (default browser) from a toggle in a form and I need the URL to contain info from the db. So basically I need the URL to launch into the browser like this: "http://www.website.com/InfoLookup?Formone=DataFromFieldOne&Formtwo=DataFromFieldTwo&Formthree=DataFromFieldThree&Query=Submit" where...
2
1682
by: jerseysbest | last post by:
OK, I'm relatively new with Access and VB as well, so bear with me, any help is greatly appreciated. I want launch a specific URL in a web browser (default browser) from a command button in a form and I need the URL to contain info from the db. So basically I need the URL to launch into the browser like this: "http://www.website.com/InfoLookup?Formone=DataFromFieldOne&Formtwo=DataFromFieldTwo&Formthree=DataFromFieldThree&Query=Submit" ...
1
1626
by: Alun Harford | last post by:
I have a chat-type program that automatically highlights URLs. When somebody clicks on one of those URLs, I use: System.Diagnostics.Process.Start(url); to start the default browser at that URL. This works, but has a security issue I'd like to avoid. Lets say somebody sends the URL:
8
6613
by: r0g | last post by:
Hi There, I'm trying to migrate a locally hosted page from windows to a private Ubuntu development server and one of the key bits of functionality (which used to work fine in Windows) was the ability for the page to start a file browser via PHP's exec() function. I can't get this working under Ubuntu though e.g. <?php exec('nautilus /var/www'); ?>
0
8989
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9537
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6795
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4599
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4869
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3309
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.