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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:34:52+00:00 2026-06-11T18:34:52+00:00

I am using Sharp develop. I am making a windows form application using C#.

  • 0

I am using Sharp develop. I am making a windows form application using C#. In this application i am using a webbrowser control. I want that When i open a webpage My webbrowser should programatically copy the source code of that webpage to a text file. I am using the following code to do this task

string MSDNpage1 = webBrowser1.Document.Body.InnerText;
cxz.My.MyProject.Computer.FileSystem.WriteAllText("F:\\Assignment.txt", MSDNpage1, true);

But this is giving an error as

” The type or namespace Name “My” doesnot exist in the namespace cxz(are u missing assembly refrence?)( CS0234)”

  • 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-11T18:34:53+00:00Added an answer on June 11, 2026 at 6:34 pm

    The My keyword exists in VB.Net not C#. Here is the code to write text to a file in C#:

    // Compose a string that consists of three lines.
    string lines = "First line.\r\nSecond line.\r\nThird line.";
    
    // Write the string to a file.
    System.IO.StreamWriter file = new System.IO.StreamWriter("c:\\test.txt");
    file.WriteLine(lines);
    
    file.Close();
    

    Ref: Code: Writing to a Text File Visual C#

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

Sidebar

Related Questions

I want to develop Android Mobile Application using Android + App Engine. I don't
I'm writing a class library in C# using sharp develop. I am including an
I intend to develop an application using .Net 4.0, and intend to use EF4
I am using the MiKTeX 2.8 distibution for Windows. We develop software primarily, and
I really want to create a stunning-looking GUI desktop application that looks like, for
I was doing some research and I want to develop an application to share
I am trying to develop an application for iPad using Sencha touch which needs
I am using Eclipse to develop a Java program. If I want to share
I am using ASP.NET MVC to develop an application framework. Essentially, the end goal
So, I'm trying to develop a client-server application for Android. For this purposes I've

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.