473,837 Members | 1,749 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

html screen scrapper tool?

Anyone know of html screen scrapper software that will work with .net
projects. We need to get data back from a gov site that only provides it on
a webpage.
Thanks,
Gary
Oct 19 '08 #1
5 1576
Hi Gary,

Here's a working sample with source code. You can refer to it and write
your own project.
http://www.codeproject.com/KB/dotnet...th_Reader.aspx

If it's not what you need please let me know and clarify the requirement in
detail.

Regards,
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "GaryDean" <gd**********@n ewsgroup.nospam >
| Subject: html screen scrapper tool?
| Date: Sun, 19 Oct 2008 16:37:06 -0700
| Lines: 7
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
| X-RFC2646: Format=Flowed; Original
| Message-ID: <eO************ *@TK2MSFTNGP03. phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: ip68-110-7-92.tc.ph.cox.ne t 68.110.7.92
| Path: TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP03.phx .gbl
| Xref: TK2MSFTNGHUB02. phx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:7813 6
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Anyone know of html screen scrapper software that will work with .net
| projects. We need to get data back from a gov site that only provides it
on
| a webpage.
| Thanks,
| Gary
|
|
|

Oct 20 '08 #2
Hi Gary,

Is this issue solved?

Regards,
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can

improve the support we provide to you. Please feel free to let my manager
know what you think of the

level of service provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-

us/subscriptions/aa948868.aspx#n otifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response

from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take

approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The

offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis

issues. Issues of this nature are best handled working with a dedicated
Microsoft Support Engineer by

contacting Microsoft Customer Support Services (CSS) at

http://support.microsoft.com/select/...tance&ln=en-us.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "GaryDean" <gd**********@n ewsgroup.nospam >
| Subject: html screen scrapper tool?
| Date: Sun, 19 Oct 2008 16:37:06 -0700
| Lines: 7
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
| X-RFC2646: Format=Flowed; Original
| Message-ID: <eO************ *@TK2MSFTNGP03. phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: ip68-110-7-92.tc.ph.cox.ne t 68.110.7.92
| Path: TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP03.phx .gbl
| Xref: TK2MSFTNGHUB02. phx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:7813 6
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Anyone know of html screen scrapper software that will work with .net
| projects. We need to get data back from a gov site that only provides it
on
| a webpage.
| Thanks,
| Gary
|
|
|

Oct 23 '08 #3
Allen,
Well, not exactly. What we are trying to do is navigate a website
programmaticall y. Our research so far has turned up different methods...

1. Using the Webbrowser control with it's properties and methods

2. Creating an InternetExplore r application in memory as so ....
Set uf1_cbutt1_clic k_ie = CreateObject("I nternetExplorer .Application")

With uf1_cbutt1_clic k_ie
.navigate
"http://www.cfmu.euroco ntrol.be/chmi_public/ciahome.jsp?ser v1=ifpuvs"
.Visible = True

With .document.ifpuv s
.arcid.Value = "A value here"
.rules.Value = "Another value here etc etc"
.cmd.Click
End With

End With

3. Using the XPath reader or the agility pack. (that reads but I don't know
if we can fill in fields and push buttons with it)
4. Creating WebClient, UTF8Encoding object - DownloadData method.

We haven't been able to find any "best practices" articles on this subject.
It seem there are several different approaches and different people know a
little bit about each one. Which way is best?
Thanks for following up,
Gary

"Allen Chen [MSFT]" <v-******@online.m icrosoft.comwro te in message
news:Bj******** ******@TK2MSFTN GHUB02.phx.gbl. ..
Hi Gary,

Is this issue solved?

Regards,
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can

improve the support we provide to you. Please feel free to let my manager
know what you think of the

level of service provided. You can send feedback directly to my manager
at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-

us/subscriptions/aa948868.aspx#n otifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response

from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take

approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The

offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis

issues. Issues of this nature are best handled working with a dedicated
Microsoft Support Engineer by

contacting Microsoft Customer Support Services (CSS) at

http://support.microsoft.com/select/...tance&ln=en-us.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
| From: "GaryDean" <gd**********@n ewsgroup.nospam >
| Subject: html screen scrapper tool?
| Date: Sun, 19 Oct 2008 16:37:06 -0700
| Lines: 7
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
| X-RFC2646: Format=Flowed; Original
| Message-ID: <eO************ *@TK2MSFTNGP03. phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: ip68-110-7-92.tc.ph.cox.ne t 68.110.7.92
| Path: TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP03.phx .gbl
| Xref: TK2MSFTNGHUB02. phx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:7813 6
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Anyone know of html screen scrapper software that will work with .net
| projects. We need to get data back from a gov site that only provides
it
on
| a webpage.
| Thanks,
| Gary
|
|
|

Oct 23 '08 #4
Hi Gary,

By saying "navigate a website programmaticall y" do you mean you want to
create a robot to play with the page in IE? If so it's really a tough work.
If you only want to achieve this requirement you can use some third party
tools such as WatiN:

http://watin.sourceforge.net/index.html

This response contains a reference to a third party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft cautions you to make sure
that you completely understand the risk before retrieving any software from
the Internet.

Quote from Gary=========== =============== =============== =========
We haven't been able to find any "best practices" articles on this subject.
It seem there are several different approaches and different people know a
little bit about each one. Which way is best?
=============== =============== =============== =====

It's not that easy to give you an answer as to which way is the best. I
think we'd better leave this topic open because each way deserves
investigation.

Please let me know if you made any progress on this issue.

Regards,
Allen Chen
Microsoft Online Support

--------------------
| From: "GaryDean" <gd**********@n ewsgroup.nospam >
| References: <eO************ *@TK2MSFTNGP03. phx.gbl>
<Bj************ **@TK2MSFTNGHUB 02.phx.gbl>
| Subject: Re: html screen scrapper tool?
| Date: Thu, 23 Oct 2008 08:59:50 -0700
| Lines: 113
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
| Message-ID: <uc************ **@TK2MSFTNGP05 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: ip68-110-7-92.tc.ph.cox.ne t 68.110.7.92
| Path: TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP05.phx .gbl
| Xref: TK2MSFTNGHUB02. phx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:7848 2
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Allen,
| Well, not exactly. What we are trying to do is navigate a website
| programmaticall y. Our research so far has turned up different methods...
|
| 1. Using the Webbrowser control with it's properties and methods
|
| 2. Creating an InternetExplore r application in memory as so ....
| Set uf1_cbutt1_clic k_ie = CreateObject("I nternetExplorer .Application")
|
| With uf1_cbutt1_clic k_ie
| .navigate
| "http://www.cfmu.euroco ntrol.be/chmi_public/ciahome.jsp?ser v1=ifpuvs"
| .Visible = True
|
| With .document.ifpuv s
| .arcid.Value = "A value here"
| .rules.Value = "Another value here etc etc"
| .cmd.Click
| End With
|
| End With
|
| 3. Using the XPath reader or the agility pack. (that reads but I don't
know
| if we can fill in fields and push buttons with it)
| 4. Creating WebClient, UTF8Encoding object - DownloadData method.
|
| We haven't been able to find any "best practices" articles on this
subject.
| It seem there are several different approaches and different people know
a
| little bit about each one. Which way is best?
| Thanks for following up,
| Gary
|
| "Allen Chen [MSFT]" <v-******@online.m icrosoft.comwro te in message
| news:Bj******** ******@TK2MSFTN GHUB02.phx.gbl. ..
| Hi Gary,
| >
| Is this issue solved?
| >
| Regards,
| Allen Chen
| Microsoft Online Support
| >
| Delighting our customers is our #1 priority. We welcome your comments
and
| suggestions about how we can
| >
| improve the support we provide to you. Please feel free to let my
manager
| know what you think of the
| >
| level of service provided. You can send feedback directly to my manager
| at:
| ms****@microsof t.com.
| >
| =============== =============== =============== =====
| Get notification to my posts through email? Please refer to
| http://msdn.microsoft.com/en-
| >
| us/subscriptions/aa948868.aspx#n otifications.
| >
| Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
| where an initial response
| >
| from the community or a Microsoft Support
| Engineer within 1 business day is acceptable. Please note that each
follow
| up response may take
| >
| approximately 2 business days as the support
| professional working with you may need further investigation to reach
the
| most efficient resolution. The
| >
| offering is not appropriate for situations
| that require urgent, real-time or phone-based interactions or complex
| project analysis and dump analysis
| >
| issues. Issues of this nature are best handled working with a dedicated
| Microsoft Support Engineer by
| >
| contacting Microsoft Customer Support Services (CSS) at
| >
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| =============== =============== =============== =====
| This posting is provided "AS IS" with no warranties, and confers no
| rights.
| --------------------
| | From: "GaryDean" <gd**********@n ewsgroup.nospam >
| | Subject: html screen scrapper tool?
| | Date: Sun, 19 Oct 2008 16:37:06 -0700
| | Lines: 7
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
| | X-RFC2646: Format=Flowed; Original
| | Message-ID: <eO************ *@TK2MSFTNGP03. phx.gbl>
| | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| | NNTP-Posting-Host: ip68-110-7-92.tc.ph.cox.ne t 68.110.7.92
| | Path: TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP03.phx .gbl
| | Xref: TK2MSFTNGHUB02. phx.gbl
| microsoft.publi c.dotnet.framew ork.aspnet:7813 6
| | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
| |
| | Anyone know of html screen scrapper software that will work with .net
| | projects. We need to get data back from a gov site that only
provides
| it
| on
| | a webpage.
| | Thanks,
| | Gary
| |
| |
| |
| >
|
|
|

Oct 24 '08 #5
Allen,
WatiN along with the IE developer Toolbar does the trick!
thanks so much,
Gary

"Allen Chen [MSFT]" <v-******@online.m icrosoft.comwro te in message
news:JE******** ******@TK2MSFTN GHUB02.phx.gbl. ..
Hi Gary,

By saying "navigate a website programmaticall y" do you mean you want to
create a robot to play with the page in IE? If so it's really a tough
work.
If you only want to achieve this requirement you can use some third party
tools such as WatiN:

http://watin.sourceforge.net/index.html

This response contains a reference to a third party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or
information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft cautions you to make sure
that you completely understand the risk before retrieving any software
from
the Internet.

Quote from Gary=========== =============== =============== =========
We haven't been able to find any "best practices" articles on this
subject.
It seem there are several different approaches and different people know a
little bit about each one. Which way is best?
=============== =============== =============== =====

It's not that easy to give you an answer as to which way is the best. I
think we'd better leave this topic open because each way deserves
investigation.

Please let me know if you made any progress on this issue.

Regards,
Allen Chen
Microsoft Online Support

--------------------
| From: "GaryDean" <gd**********@n ewsgroup.nospam >
| References: <eO************ *@TK2MSFTNGP03. phx.gbl>
<Bj************ **@TK2MSFTNGHUB 02.phx.gbl>
| Subject: Re: html screen scrapper tool?
| Date: Thu, 23 Oct 2008 08:59:50 -0700
| Lines: 113
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
| Message-ID: <uc************ **@TK2MSFTNGP05 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: ip68-110-7-92.tc.ph.cox.ne t 68.110.7.92
| Path: TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP05.phx .gbl
| Xref: TK2MSFTNGHUB02. phx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:7848 2
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Allen,
| Well, not exactly. What we are trying to do is navigate a website
| programmaticall y. Our research so far has turned up different
methods...
|
| 1. Using the Webbrowser control with it's properties and methods
|
| 2. Creating an InternetExplore r application in memory as so ....
| Set uf1_cbutt1_clic k_ie = CreateObject("I nternetExplorer .Application")
|
| With uf1_cbutt1_clic k_ie
| .navigate
| "http://www.cfmu.euroco ntrol.be/chmi_public/ciahome.jsp?ser v1=ifpuvs"
| .Visible = True
|
| With .document.ifpuv s
| .arcid.Value = "A value here"
| .rules.Value = "Another value here etc etc"
| .cmd.Click
| End With
|
| End With
|
| 3. Using the XPath reader or the agility pack. (that reads but I don't
know
| if we can fill in fields and push buttons with it)
| 4. Creating WebClient, UTF8Encoding object - DownloadData method.
|
| We haven't been able to find any "best practices" articles on this
subject.
| It seem there are several different approaches and different people know
a
| little bit about each one. Which way is best?
| Thanks for following up,
| Gary
|
| "Allen Chen [MSFT]" <v-******@online.m icrosoft.comwro te in message
| news:Bj******** ******@TK2MSFTN GHUB02.phx.gbl. ..
| Hi Gary,
| >
| Is this issue solved?
| >
| Regards,
| Allen Chen
| Microsoft Online Support
| >
| Delighting our customers is our #1 priority. We welcome your comments
and
| suggestions about how we can
| >
| improve the support we provide to you. Please feel free to let my
manager
| know what you think of the
| >
| level of service provided. You can send feedback directly to my
manager
| at:
| ms****@microsof t.com.
| >
| =============== =============== =============== =====
| Get notification to my posts through email? Please refer to
| http://msdn.microsoft.com/en-
| >
| us/subscriptions/aa948868.aspx#n otifications.
| >
| Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
| where an initial response
| >
| from the community or a Microsoft Support
| Engineer within 1 business day is acceptable. Please note that each
follow
| up response may take
| >
| approximately 2 business days as the support
| professional working with you may need further investigation to reach
the
| most efficient resolution. The
| >
| offering is not appropriate for situations
| that require urgent, real-time or phone-based interactions or complex
| project analysis and dump analysis
| >
| issues. Issues of this nature are best handled working with a
dedicated
| Microsoft Support Engineer by
| >
| contacting Microsoft Customer Support Services (CSS) at
| >
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| =============== =============== =============== =====
| This posting is provided "AS IS" with no warranties, and confers no
| rights.
| --------------------
| | From: "GaryDean" <gd**********@n ewsgroup.nospam >
| | Subject: html screen scrapper tool?
| | Date: Sun, 19 Oct 2008 16:37:06 -0700
| | Lines: 7
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
| | X-RFC2646: Format=Flowed; Original
| | Message-ID: <eO************ *@TK2MSFTNGP03. phx.gbl>
| | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| | NNTP-Posting-Host: ip68-110-7-92.tc.ph.cox.ne t 68.110.7.92
| | Path:
TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP03.phx .gbl
| | Xref: TK2MSFTNGHUB02. phx.gbl
| microsoft.publi c.dotnet.framew ork.aspnet:7813 6
| | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
| |
| | Anyone know of html screen scrapper software that will work with
.net
| | projects. We need to get data back from a gov site that only
provides
| it
| on
| | a webpage.
| | Thanks,
| | Gary
| |
| |
| |
| >
|
|
|

Oct 25 '08 #6

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

Similar topics

14
3066
by: Michael Levin | last post by:
I've got the following problem. I'm a biologist and I have a device at work which monitors my frog habitat. The device has a bunch of sensors, and runs an embedded html server with some java functions defined which know how to read the hardware sensorts. I access it from wherever I am via any browser, and it displays the measurements (a set of simple numbers) as Java applets in a simple html page. One entry in this page (a table cell) looks...
71
6527
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's a step beyond Notepad (not a WYSIWYG tool). Thanks.
72
5451
by: Mel | last post by:
Are we going backwards ? (please excuse my spelling...) In my opinion an absolute YES ! Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools (dreamweaver and the like), they are all at the lowest level of programming (something like assembly as oposed to C++ etc.). These tools create "brain-dead" developers that constantly have to plough through tons of tags to do the simplest thing. ...
8
3469
by: gregory_may | last post by:
Is there a way to grab a "Screen Shot" that includes "Tool Tips"? I saw this code someplace, cant remember where. But it doesnt grab "Tool Tips". Is there a better way to do this in .net? Thanks! Private Declare Function CreateDC Lib "gdi32" Alias "CreateDCA" (ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As String, ByVal lpInitData As String) As Integer
0
1426
by: Ian Ceicys | last post by:
I’ve been tasked with doing documentation on the project I’ve recently joined. Here’s what I’m looking for in terms of documentation. I want to generate a diagram from a huge .net 1.1 Winforms application that relates every form with the corresponding button/command that invokes that form. In other words I want to output a diagram that traces the flow (workflow is the right term?) of what happens when every single button/command is...
1
1088
by: alan.aylett | last post by:
Hi, I am new to ASP.NET 2.0 but am a competent programmer. I am writing a screen scrapper to aggregate data from several different pages. This seems straight forward but what I would really like is for my page to react to changes in the source (page being scrapped), automatically update if you like. Is this possible??
3
1722
by: Rusty | last post by:
Hi, our intranet web site needs to add this feature. I've got the components but just need the last step to get it going. Here's the setup. 1) a user clicks on a link which calls a web service (I will use AJAX if necessary) 2) the web service returns a string datatype which is filled with well-formed XML 3) I have an XSLT transform which outputs HTML (i tested it with a tool called XFactor (www.nombas.com). Pretty cool tool, I write...
3
2166
by: Dhananjay | last post by:
Hello everyone Do you have any idea about how to generate a tool which will extract the contents and images from html page.or do you have any resources then let me know. i am using VS 2005 C#.net,Asp.net for development of this system. reply me asap Thanks Dhananjay
26
25624
by: webrod | last post by:
Hi, I have some php pages with a lot of HTML code. I am looking for a HTML validator tool (like TIDY). TIDY is not good enough with PHP tags (it removes a lot of php code). Do you have any idea? Thanks you very much
0
9693
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10897
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
10583
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...
1
10638
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10280
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...
1
7823
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
7009
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
5859
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4481
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.