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 8213261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T11:03:26+00:00 2026-06-07T11:03:26+00:00

I have a WebBrowser displaying text. If i copy it to clipbaord it copy’s

  • 0

I have a WebBrowser displaying text.
If i copy it to clipbaord it copy’s all the html tags to and i don’t want that.

I want to be able to select all then copy to clipboard.

I want to copy the text and its formatting to the clipboard.

When i highlight the text my self and click copy when i paste, its perfect just how i want it.

But when i use this code to copy just the Document text i get the Html tags to.

This is how i copy to clipboard:

void CopyCellText()
{
Clipboard.Clear();
if (webBrowser1 != null)
{
Clipboard.SetText(webBrowser1.DocumentText.ToString().Trim());
}
}
  • 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-07T11:03:27+00:00Added an answer on June 7, 2026 at 11:03 am

    To Select all and copy to clipboard:

    webBrowser1.Document.ExecCommand("SelectAll", true, null);
    webBrowser1.Document.ExecCommand("Copy", true, null);
    

    You wont see the html tags but have all there formatting.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WebBrowser control and I will like to get all the text
Okay, I have a WebBrowser control in my VB.NET application that loads a PHP
We have a form that hosts the WebBrowser control. That is the only control
I have a small application which embeds webbrowser controls. In that application I have
I have a winform application that contains a c# webbrowser control.Webbrower control load a
I have a web page that I display in a WPF WebBrowser control within
I have a Webbrowser control that I am using to generate thumbnails of web
I have a .NET 2.0 app (using C#) that shows some dynamically constructed HTML
Currently I have a page displaying 3 Google Maps that are generated by JavaScript,
I have a webbrowser control and I am able to get the selected word

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.