473,776 Members | 1,557 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need Help ASAP!

Hey all,

I've spent all day trying to figure this out. What I need is a script to
grab a webpage and display it as an (thumbnail?) image on one of my pages.
GotDotNet has a webservice to do this, but I need everything to be "local",
i.e. I can't call their webservice. Does anyone know where I can find the
code to do this (I think I've seen it out there before, just can't find it
again). Any help would be tremendously appreciated!!!

Thanks to everyone,

Chad
Nov 18 '05 #1
17 1186
Look through CodeProject.com as I recall I 'may' have
seen something there but I have no clue which search term to use.

You 'do' want to Google: "screen scrape"+"asp.ne t" to get started
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

"Chad A. Beckner" <Ch*********@Pr ospectiveLink.c om> wrote in message
news:e5******** ******@tk2msftn gp13.phx.gbl...
Hey all,

I've spent all day trying to figure this out. What I need is a script to
grab a webpage and display it as an (thumbnail?) image on one of my pages.
GotDotNet has a webservice to do this, but I need everything to be "local",
i.e. I can't call their webservice. Does anyone know where I can find the
code to do this (I think I've seen it out there before, just can't find it
again). Any help would be tremendously appreciated!!!

Thanks to everyone,

Chad

Nov 18 '05 #2
I've looked through there (trust me!) All I can find is about scraping the
"contents" of the page, I need an actual screen "capture". Any ideas?

Chad
"clintonG" <csgallagher@RE ************@me tromilwaukee.co m> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Look through CodeProject.com as I recall I 'may' have
seen something there but I have no clue which search term to use.

You 'do' want to Google: "screen scrape"+"asp.ne t" to get started
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

"Chad A. Beckner" <Ch*********@Pr ospectiveLink.c om> wrote in message
news:e5******** ******@tk2msftn gp13.phx.gbl...
Hey all,

I've spent all day trying to figure this out. What I need is a script to grab a webpage and display it as an (thumbnail?) image on one of my pages. GotDotNet has a webservice to do this, but I need everything to be "local", i.e. I can't call their webservice. Does anyone know where I can find the code to do this (I think I've seen it out there before, just can't find it again). Any help would be tremendously appreciated!!!

Thanks to everyone,

Chad


Nov 18 '05 #3
"Chad A. Beckner" <Ch*********@Pr ospectiveLink.c om> wrote in message
news:ep******** ******@TK2MSFTN GP12.phx.gbl...
I've looked through there (trust me!) All I can find is about scraping the "contents" of the page, I need an actual screen "capture". Any ideas?


Chad,

Since the browser is what creates an image from HTML, I expect you'd have to
get that image from the browser, somehow. It's not really an ASP.NET
question.
--
John Saunders
johnwsaundersii i at hotmail
Nov 18 '05 #4
I disagree, it IS an ASP .NET question... I want to create an image of a
remote webpage, and display it in my aspx file (not include an image "from"
their page). I know this is possible, I've seen it out there, but there's
not very good documentation on how to do it. See this site for an example
of what I am trying to do:

http://www.alexa.com/search?q=yahoo

Chad

"John Saunders" <jo************ **@notcoldmail. com> wrote in message
news:uX******** ******@tk2msftn gp13.phx.gbl...
"Chad A. Beckner" <Ch*********@Pr ospectiveLink.c om> wrote in message
news:ep******** ******@TK2MSFTN GP12.phx.gbl...
I've looked through there (trust me!) All I can find is about scraping the
"contents" of the page, I need an actual screen "capture". Any ideas?


Chad,

Since the browser is what creates an image from HTML, I expect you'd have

to get that image from the browser, somehow. It's not really an ASP.NET
question.
--
John Saunders
johnwsaundersii i at hotmail

Nov 18 '05 #5
nah, it isn't really a .net question. you are going to have to launch
a instance of a browser, get it to load the page and copy the window
(print screen pretty much), save it to an image and then display it.

It is non trivial and non asp.net.

-Adam
Nov 18 '05 #6
Ofcourse its a .NET question, he ask's for it. and his question is about
..NET making a printscreen. He doesn't want to do it manual by making a
printscreen but he wants it automaticly in .NET. Can this be done? I dont
know if it can be done but for now it would be better if someone replies
that actually does know if it can be done or not. Anyway I myself want to
know aswell if it can be done and how.

Richard
<as******@inlan dkwpp.com> schreef in bericht
news:1p******** *************** *********@4ax.c om...
nah, it isn't really a .net question. you are going to have to launch
a instance of a browser, get it to load the page and copy the window
(print screen pretty much), save it to an image and then display it.

It is non trivial and non asp.net.

-Adam

Nov 18 '05 #7
On Sat, 26 Jun 2004 00:57:10 +0200, "Richard" <ri*****@nospam .com>
wrote:
Ofcourse its a .NET question, he ask's for it. and his question is about
.NET making a printscreen. He doesn't want to do it manual by making a
printscreen but he wants it automaticly in .NET. Can this be done? I dont
know if it can be done but for now it would be better if someone replies
that actually does know if it can be done or not. Anyway I myself want to
know aswell if it can be done and how.

Richard

" nah, it isn't really a .net question"
was supposed to be "nah, it isn't really an asp.net question" as he
insisted. It was my opinion that he might think that a web page can
be directly interpreted as an image without a heavy and expensive
renderer ( a fully capable browser if he wants to render pages
accurately). It could probably done with asp.net but its more of a
windows programming with .net question.

thats all i was saying. no offense.

-Adam
Nov 18 '05 #8
Hey Chad you owe me big time :-) for taking my time to go digging
through the nightmare that is my Favorites collection and finding this [1]
control that shows the objective can be done. Whether it is elegant
or not is a matter of personal opinion.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.tonec.com/products/wssh/index.html

<as******@inlan dkwpp.com> wrote in message
news:a3******** *************** *********@4ax.c om...
On Sat, 26 Jun 2004 00:57:10 +0200, "Richard" <ri*****@nospam .com>
wrote:
Ofcourse its a .NET question, he ask's for it. and his question is about
.NET making a printscreen. He doesn't want to do it manual by making a
printscreen but he wants it automaticly in .NET. Can this be done? I dont
know if it can be done but for now it would be better if someone replies
that actually does know if it can be done or not. Anyway I myself want to
know aswell if it can be done and how.

Richard

" nah, it isn't really a .net question"
was supposed to be "nah, it isn't really an asp.net question" as he
insisted. It was my opinion that he might think that a web page can
be directly interpreted as an image without a heavy and expensive
renderer ( a fully capable browser if he wants to render pages
accurately). It could probably done with asp.net but its more of a
windows programming with .net question.

thats all i was saying. no offense.

-Adam

Nov 18 '05 #9
Thanks ClintonG. Only 1 more question: I don't want to purchase any
software, I would like to code for how to do this... :) Sorry to be
difficult (and I really appreciate you going through your Favorites (I have
a ton too, so I know how it is!), I just need to figure out how to do this
myself. It's not for a commercial app, but it is something that I need to
do.

I'll keep looking too, but if anyone has info, I'd be much obliged!

Chad
"clintonG" <csgallagher@RE ************@me tromilwaukee.co m> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Hey Chad you owe me big time :-) for taking my time to go digging
through the nightmare that is my Favorites collection and finding this [1]
control that shows the objective can be done. Whether it is elegant
or not is a matter of personal opinion.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.tonec.com/products/wssh/index.html

<as******@inlan dkwpp.com> wrote in message
news:a3******** *************** *********@4ax.c om...
On Sat, 26 Jun 2004 00:57:10 +0200, "Richard" <ri*****@nospam .com>
wrote:
Ofcourse its a .NET question, he ask's for it. and his question is about.NET making a printscreen. He doesn't want to do it manual by making a
printscreen but he wants it automaticly in .NET. Can this be done? I dontknow if it can be done but for now it would be better if someone repliesthat actually does know if it can be done or not. Anyway I myself want toknow aswell if it can be done and how.

Richard

" nah, it isn't really a .net question"
was supposed to be "nah, it isn't really an asp.net question" as he
insisted. It was my opinion that he might think that a web page can
be directly interpreted as an image without a heavy and expensive
renderer ( a fully capable browser if he wants to render pages
accurately). It could probably done with asp.net but its more of a
windows programming with .net question.

thats all i was saying. no offense.

-Adam


Nov 18 '05 #10

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

Similar topics

4
2214
by: Philip D Heady | last post by:
I'm in need of a good PHP programmer to help me with my lodgings website asap. Someone who can work on it during the day for a few hrs while I'm at work would be great. Prefer they live in USA eastern standard time zone. Please send me your hourly rate, slill level, website references, and availability asap. Thank you. Philip D. Heady
1
1436
by: whisper | last post by:
Medium/small site with mod_python and sqllite or mySQL running Python 2.3.3 or later on Apache 2.x. I can do the python and CGI, but might need a _little_ hand holding for the rest. Will also need SSL and a certificate. Also mailboxes for ~12 people (to start). We don't do unsolicited mailings or expect a huge amount of mail traffic at this time.
2
2032
by: ratedr1 | last post by:
I am currently trying to label rings (jewelry). They make specialized tags (shaped like a butterfly, barbell, dumbell, etc) for this purpose, the label goes through the ring, and then the ends stick together. What I want to do is type information on these tags rather than write on them, the only problem that I am having is that there is NO template tht I can find anywhere for these labels. Now I have purchased the labels and I have them...
5
1299
by: Witless | last post by:
This is 'supposed' to be a simple problem and shouldn't need too much time to solve :S Below is a function that works like this: int fn(int input) { int x=(input/8);
2
1607
by: Chad A. Beckner | last post by:
Hey all, I have a ASP .NET webpage which contains several panels. When I click a button on the first "panel" page, it postsback to the same page, and I switch the visibility of the panels accordingly. BUT, when I click the back button, the same panel shows up, not the "previous" panel. I need to fix this ASAP! I have tried expiring the page, but then I seem to lose viewstate on the previous page (panel). How can I do this, I see a...
1
1654
by: Massimo Bonanni | last post by:
Hi, I try to implement ASAP protocol in my web service, but I find a very hard problem. I define my SOAP Header: public class Request : SoapHeader {
0
1059
by: SQLJunkie | last post by:
Please refer to the following URL for more info... http://jobsearch.monster.com/getjob.asp?JobID=37235298&AVSDM=2006%2D01%2D05+12%3A46%3A56&Logo=1&cn=verus&sort=rv&vw=b&BodyContent%3AibGetResults.x=32&BodyContent%3AibGetResults.y=8 We need someone ASAP!
4
1692
by: briggsie2006 | last post by:
I need to write a program called wc.py. It promts the user to input a filename and outputs the number of lines, words, and, characters in the file. I really need help on this because I don't know what to do. email me at briggsie2006@hotmail.com asap if you can help me out.
5
1536
by: Karthik D V | last post by:
Hello All, I have a table like this ID CHARACTER ----------- --------- 1 A 2 A 3 B 4 B
5
2208
by: byrnes | last post by:
We are looking to immediately recruit programmers for a project; we are interested in obtaining proposals ASAP. Will offer favorable compensation. We need immediately, an individual to complete the following project: take a DICOM medical image viewer from our existing code base, which is written in C# with some C++ from toolkits, and expand the functionality in a certain set of ways. We need this done and completed over the next couple...
0
9628
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
9464
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
10120
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
9923
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
8952
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
7471
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
6722
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();...
1
4031
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
2
3622
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.