Home All Groups Group Topic Archive Search About
Author
25 Nov 2006 8:54 AM
Dhananjay
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

Author
25 Nov 2006 9:24 AM
Cor Ligthert [MVP]
Author
25 Nov 2006 10:53 AM
Dhananjay
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
Author
27 Nov 2006 6:07 AM
Dhananjay
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
Author
27 Nov 2006 10:55 AM
Dhananjay
Dhananjay wrote:
Show quoteHide quote
> Cor Ligthert [MVP] wrote:
> > Is this enough
> >
> > http://www.vb-tips.com/dbpages.aspx?ID=58514c5a-5f5d-4b6d-a7bd-da738cdc7c2c
> >
> > Cor
>
>
> 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
Author
25 Nov 2006 9:24 AM
Tom Shelton
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
Author
26 Nov 2006 2:09 PM
Ken Tucker [MVP]
Tom,

   NDoc does not work with VS 2005.  You need to use SandCastle instead.
http://www.microsoft.com/downloads/details.aspx?FamilyId=E82EA71D-DA89-42EE-A715-696E3A4873B2&displaylang=en

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

Show quoteHide quote
"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
>
>
Author
26 Nov 2006 3:56 PM
Tom Shelton
Ken wrote:
> Tom,
>
>    NDoc does not work with VS 2005.  You need to use SandCastle instead.
>
> http://www.microsoft.com/downloads/details.aspx?FamilyId=E82EA71D-DA89-42EE-A715-696E3A4873B2&displaylang=en
>
> Ken
> ------------------------------------------

Thanks Ken,

I'll check it out!

--
Tom Shelton
Author
25 Nov 2006 11:52 AM
Herfried K. Wagner [MVP]
"Dhananjay" <dhananjay***@yahoo.co.in> schrieb:
> 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/>
Author
27 Nov 2006 1:33 PM
Ryan S. Thiele
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.WebClient WP;
WP = new System.Net.WebClient();
WP.DownloadString(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***@yahoo.co.in> wrote in message
news:1164444846.712897.265130@l12g2000cwl.googlegroups.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
Author
27 Nov 2006 2:17 PM
Dhananjay
Ryan S. Thiele wrote:
Show quoteHide quote
> 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.WebClient WP;
> WP = new System.Net.WebClient();
> WP.DownloadString(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***@yahoo.co.in> wrote in message
> news:1164444846.712897.265130@l12g2000cwl.googlegroups.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