Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8443123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:03:01+00:00 2026-06-10T09:03:01+00:00

I need to launch a URL from my application that includes quotes, like the

  • 0

I need to launch a URL from my application that includes quotes, like the following:

string TheURL = "http://www.google.com/search?hl=en&q=hello world \"" + "test with quotes\"";

So this will search Google for:

hello world “test with quotes”

I’m opening this in the user’s default web browser by using the Process.Start command:

System.Diagnostics.Process.Start(TheURL);

However, this command fails to do anything if Firefox is set as my default browser, and it launches three separate tabs if Chrome is my default browser. Does anyone know how you can pass quotes to the Process.Start command?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T09:03:03+00:00Added an answer on June 10, 2026 at 9:03 am

    Personally, I like to use URI. It allows a lot of flexibility with encoding/decoding and practically no effort.

            Uri myUri = new Uri("http://google.com/search?hl=en&q=\"hello world\"");
            System.Diagnostics.Process.Start(myUri.AbsoluteUri);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an email template that I would like to launch from within the
I need to launch command prompt from my application and set arguments for it.
I would like to launch fancybox from another function. I need this trigger after
In my iOS 4 application, I need to open a URL from the background,
I need to launch a media file from a URL from within my c#
I need to launch an external process, that at times, will lock up. I
I need to launch/open one installed apk in my device from a BroadcastReceiver. Here
I am developing an android application in which I need to launch an Fragment
I'm doing a Java Record/Replay tool and I need to launch Java applications from
In my .net web application, I need to launch another program as a new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.