473,698 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Nov 25 '06 #1
10 1087

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

Nov 25 '06 #3

Cor Ligthert [MVP] wrote:
Is this enough

http://www.vb-tips.com/dbpages.aspx?...d-da738cdc7c2c

Cor


Hi cor

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

Nov 25 '06 #4
"Dhananjay" <dh**********@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/>

Nov 25 '06 #5
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

Nov 26 '06 #6

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

Nov 26 '06 #7

Cor Ligthert [MVP] wrote:
Is this enough

http://www.vb-tips.com/dbpages.aspx?...d-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

Nov 27 '06 #8

Dhananjay wrote:
Cor Ligthert [MVP] wrote:
Is this enough

http://www.vb-tips.com/dbpages.aspx?...d-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

Nov 27 '06 #9
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" <dh**********@y ahoo.co.inwrote in message
news:11******** **************@ 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
Nov 27 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1812
by: Francis Lavoie | last post by:
Hello I have some questions regarding webframework, I must say that I quite lost and these questions are basicly to help me understand the way it work. I have some knowledge with PHP and JSP. I have looked for a python web framework to build a web site, a site that I had start in php (and quite finish), but for some reason I wont explain, I lost everything. I have started writting app with python 6
3
1771
by: praba kar | last post by:
Dear All, I am new to Python. I am in need of some sorting functions (eg) numerical sorting functions and alphapetical sorting functions. I have searched through net But I cannot find any regarding this so If anyone know regarding this. Kindly mail me as early as possible with regards
0
1153
by: Ratnakar Pedagani | last post by:
Hi, I'm new to c# programming. I need help regarding a form which contains a help in the main menu. upon clicking the sub items of help menu, i should be able to display a pop up displaying the contents. How can i do this using c#? any references/suggestions would be appreciated. Thanks & Regards, Ratnakar Pedagani
7
2455
by: Squignibbler | last post by:
Hi all, I have a question regarding the C++ programming language regarding the nature of the relationship between pointers and arrays. If the statement MyArray is functionally identical to *(MyArray+x), what statement is functionally identical to MyArray? I ask this question because when I create a dynamic array with one
8
5251
by: Mike | last post by:
Hello, I have a few rather urgent questions that I hope someone can help with (I need to figure this out prior to a meeting tomorrow.) First, a bit of background: The company I work for is developing a web-based application, one part of which involves allowing the user the ability to page through transaction "history" information. The _summary_ history table will have the following fields: ServiceName, Date, User-Ref1, User-Ref2,...
2
1535
by: sachin | last post by:
Hello Everybody I need some help regarding Natural Language Processing. I am designing a MT system from a SOV language to a SOV language. I need a parser which can find the root word corresponding to each word and can generate some info. Gender, Number, Person with the help of implementing Grammatical rules. Since It is between SOV lnguages so I have no need a LWG. I am new t this field so not getting any idea how to kick off the
4
1321
by: trialproduct2004 | last post by:
Hi all i am having application in C#. here what i want it to update one datagrid depending on particular value. I want to start minimum of 5 threads at a time and all these threads are updating datagrid in their thread proceudre. What i want is whenever 5 threads are running as soon as one thread finish its execution i want to asssing new thread proceudre to that thread. Can some one tell me how to do it?
2
1624
by: Dean R. Henderson | last post by:
For an ASP.NET web application, is there a way for one session (with appropriate security authorization) to set a HttpSessionState variable to point to another session and execute the Abandon command to close out the other session?
2
1213
by: sindhu sweet | last post by:
Hi friends, I am developing an IDE using java...as part of my project...i am half the way(hav created menus FILE, FONT,TEXTAREA,SCROLLBARS on both sides...) i need some help....can anyone refer me any site or proper links for the study materials regarding the IDE creation... I am mainly need need help in creating the project menu with submenus like compile,run,debug.... Please help me out friends... Thankx in advance......
1
1317
by: hitesh bhalkiya | last post by:
i am working on a project on school management. i need help regarding concepts of it. i have no idea about transaction of school management please help me regarding this ?
0
8674
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9157
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9028
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8861
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7728
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3046
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.