regarding .net help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dhananjay

    #1

    regarding .net help

    hello everyone
    Do you have any information how to generate a tool using .net which is
    used to translate the web page contents to html format.

    Plz reply me asap

    Thanks in advance


    Dhananjay

  • Cor Ligthert [MVP]

    #2
    Re: regarding .net help

    Is this enough



    Cor


    Comment

    • Tom Shelton

      #3
      Re: regarding .net help


      Dhananjay wrote:
      hello everyone
      Do you have any information how to generate a tool using .net which is
      used to translate the web page contents to html format.
      >
      Plz reply me asap
      >
      Thanks in advance
      >
      >
      Dhananjay
      I really like NDoc, but I haven't tried it 2005 yet...

      --
      Tom Shelton

      Comment

      • Dhananjay

        #4
        Re: regarding .net help


        Cor Ligthert [MVP] wrote:

        Hi cor

        I am thankful to you.
        but its not enough , can you give me some more ideas in detail
        regrding this thing.


        bye

        Comment

        • Herfried K. Wagner [MVP]

          #5
          Re: regarding .net help

          "Dhananjay" <dhananjay_3k@y ahoo.co.inschri eb:
          Do you have any information how to generate a tool using .net which is
          used to translate the web page contents to html format.
          Sorry, I do not understand your question. Web page contents are typically
          in HTML format.

          If you are attempting to create a HTML Help document, check out HTML Help
          Workshop which comes with certain versions of VS and can be downloaded from
          the Microsoft website.

          --
          M S Herfried K. Wagner
          M V P <URL:http://dotnet.mvps.org/>
          V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

          Comment

          • Ken Tucker [MVP]

            #6
            Re: regarding .net help

            Tom,

            NDoc does not work with VS 2005. You need to use SandCastle instead.

            http://www.microsoft.com/downloads/d...displaylang=en

            Ken
            ------------------------------------------

            "Tom Shelton" wrote:
            >
            Dhananjay wrote:
            hello everyone
            Do you have any information how to generate a tool using .net which is
            used to translate the web page contents to html format.

            Plz reply me asap

            Thanks in advance


            Dhananjay
            >
            I really like NDoc, but I haven't tried it 2005 yet...
            >
            --
            Tom Shelton
            >
            >

            Comment

            • Tom Shelton

              #7
              Re: regarding .net help


              Ken wrote:
              Tom,
              >
              NDoc does not work with VS 2005. You need to use SandCastle instead.
              >
              http://www.microsoft.com/downloads/d...displaylang=en
              >
              Ken
              ------------------------------------------
              Thanks Ken,

              I'll check it out!

              --
              Tom Shelton

              Comment

              • Dhananjay

                #8
                Re: regarding .net help


                Cor Ligthert [MVP] wrote:
                Hi cor

                you have sent me some material regarding this question

                Do you have any information how to generate a tool using .net which is
                used to translate the web page contents to html format.

                I am not able to get it how you have made it as friend access variable
                for all tool strip button

                Can you help me plz. I am waiting its urgent

                plz make me free from this .

                Thanks in advance

                Dhananjay

                Comment

                • Dhananjay

                  #9
                  Re: regarding .net help


                  Dhananjay wrote:
                  Cor Ligthert [MVP] wrote:>
                  >
                  Hi cor
                  >
                  you have sent me some material regarding this question
                  >
                  Do you have any information how to generate a tool using .net which is
                  used to translate the web page contents to html format.
                  >
                  I am not able to get it how you have made it as friend access variable
                  for all tool strip button
                  >
                  Can you help me plz. I am waiting its urgent
                  >
                  plz make me free from this .
                  >
                  Thanks in advance
                  >
                  Dhananjay



                  hi cor
                  it's same url but its not working in C#.net.
                  i am working with C#.net
                  if u have any other source will u plz send me its urgent dear.
                  plz me help to do this in detail.

                  Thanks in advance
                  Dhananjay

                  Comment

                  • Ryan S. Thiele

                    #10
                    Re: regarding .net help

                    I use VB, but I may be able to help.

                    You want to download the webpage using a webclient.

                    NOTE: this was converted using a VBtoC# converter.

                    System.Net.WebC lient WP;
                    WP = new System.Net.WebC lient();
                    WP.DownloadStri ng(http://mywebpage);

                    this will download the file as a string. It's like 'View Source' on your
                    browser.

                    --
                    Thiele Enterprises - The Power Is In Your Hands Now!

                    --
                    "Dhananjay" <dhananjay_3k@y ahoo.co.inwrote in message
                    news:1164444846 .712897.265130@ l12g2000cwl.goo glegroups.com.. .
                    hello everyone
                    Do you have any information how to generate a tool using .net which is
                    used to translate the web page contents to html format.

                    Plz reply me asap

                    Thanks in advance


                    Dhananjay


                    Comment

                    • Dhananjay

                      #11
                      Re: regarding .net help


                      Ryan S. Thiele wrote:
                      I use VB, but I may be able to help.
                      >
                      You want to download the webpage using a webclient.
                      >
                      NOTE: this was converted using a VBtoC# converter.
                      >
                      System.Net.WebC lient WP;
                      WP = new System.Net.WebC lient();
                      WP.DownloadStri ng(http://mywebpage);
                      >
                      this will download the file as a string. It's like 'View Source' on your
                      browser.
                      >
                      --
                      Thiele Enterprises - The Power Is In Your Hands Now!
                      >
                      --
                      "Dhananjay" <dhananjay_3k@y ahoo.co.inwrote in message
                      news:1164444846 .712897.265130@ l12g2000cwl.goo glegroups.com.. .
                      hello everyone
                      Do you have any information how to generate a tool using .net which is
                      used to translate the web page contents to html format.
                      >
                      Plz reply me asap
                      >
                      Thanks in advance
                      >
                      >
                      Dhananjay

                      =============== =============== =============== =============== ======

                      hello dear
                      I have a situation like this.
                      i have client in sql server Database
                      first how do i import client to a website. ? plz provide
                      solution......
                      and then i am generating a tool which is used to convert the web page
                      contents to html.
                      could u plz provide me the detail if possible,
                      its urgent.


                      Thanks in advance
                      Dhananjay

                      Comment

                      Working...