473,396 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Who has used the IE WebBrowser Control?

I'd like to know if it is possible to reuse the WebBrowser control
in a page? The idea being the retrieval of your.homepage that can
then be converted to an image displayed in my.homepage where
my.homepage would also include other content.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
Nov 16 '05 #1
4 1269
I don't know if this is what you mean, but you can create a page within a
page just with an <iframe></iframe> tag.. for example, create a "test.html"
file on your desktop, then put this line somewhere in the body

<iframe src="http://www.yahoo.com/"></iframe>

??

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:uC**************@TK2MSFTNGP09.phx.gbl...
I'd like to know if it is possible to reuse the WebBrowser control
in a page? The idea being the retrieval of your.homepage that can
then be converted to an image displayed in my.homepage where
my.homepage would also include other content.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

Nov 16 '05 #2
Hi,
If you are REALLY talking about a image for the homepage (Say, a
thumbnail), make sure you check out IExtractImage and IShellObject
interface. You don't haveto use WebBrowser control in that case.
http://msdn.microsoft.com/library/de...l=/library/en-
us/shellcc/platform/shell/reference/ifaces/iextractimage/iextractimage.asp

Regards
Ming Chen

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:uC**************@TK2MSFTNGP09.phx.gbl...
I'd like to know if it is possible to reuse the WebBrowser control
in a page? The idea being the retrieval of your.homepage that can
then be converted to an image displayed in my.homepage where
my.homepage would also include other content.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

Nov 16 '05 #3
Thanks for the suggestion Drebin. I've been considering that methodology
but due to cross-browser iFrame support issues I've been motivated to
consider the possibility of using a thumbnail image of your.homepage
which would not be susceptible to cross-browser issues when displayed
in my.page.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Drebin" <th*******@hotmail.com> wrote in message
news:q4*****************@newssvr33.news.prodigy.co m...
I don't know if this is what you mean, but you can create a page within a
page just with an <iframe></iframe> tag.. for example, create a "test.html" file on your desktop, then put this line somewhere in the body

<iframe src="http://www.yahoo.com/"></iframe>

??

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:uC**************@TK2MSFTNGP09.phx.gbl...
I'd like to know if it is possible to reuse the WebBrowser control
in a page? The idea being the retrieval of your.homepage that can
then be converted to an image displayed in my.homepage where
my.homepage would also include other content.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


Nov 16 '05 #4
Thanks Ming. I'm on my way to study that document...

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Ming Chen" <qq******@yahoo.com> wrote in message
news:eZ*************@tk2msftngp13.phx.gbl...
Hi,
If you are REALLY talking about a image for the homepage (Say, a
thumbnail), make sure you check out IExtractImage and IShellObject
interface. You don't haveto use WebBrowser control in that case.
http://msdn.microsoft.com/library/de...l=/library/en-
us/shellcc/platform/shell/reference/ifaces/iextractimage/iextractimage.asp

Regards
Ming Chen

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:uC**************@TK2MSFTNGP09.phx.gbl...
I'd like to know if it is possible to reuse the WebBrowser control
in a page? The idea being the retrieval of your.homepage that can
then be converted to an image displayed in my.homepage where
my.homepage would also include other content.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


Nov 16 '05 #5

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

Similar topics

5
by: Noozer | last post by:
I've got a WebBrowser control (AxBrowse - VCMAXB.DLL) and I'm having a few difficulties with it. Just looking for a few pointers, not whole solutions here. I've tried looking at the MSDN help files...
4
by: Randy | last post by:
Hi, ok, I found a way to connect to a running instance of an (external) Internet Explorer and access - for example - the html source. That works fine! But now I have running application with...
9
by: ASP .NET Newbie | last post by:
How can I run a WebBrowser control using ASP.NET/VB.NET? I know I can use the WebClient to get the page data, but I need to be able to use the WebBrowser (AxWebBrowser)? Thanks, Chad
12
by: Alex Clark | last post by:
Greetings, (.NET 2.0, WinXP Pro/Server 2003, IE6 with latest service packs). I've decided to take advantage of the layout characteristics of HTML documents to simplify my printing tasks, but...
2
by: jasonhartsoe | last post by:
I'm using Visual Studio 2005 Team Edition....using visual basic. I'm trying to use the webbrowser control. In the webbrowser control I have it got to a page where there is a form. It waits for...
7
by: Dave Booker | last post by:
I am using a WebBrowser object in my .NET 2.0 application, but it is not shown to the user. Every time a timer event triggers it to perform a m_WebBrowser.Navigate() I get that classic IE 'click'...
1
by: L. Chernov | last post by:
Hello, I am trying to work with .Net 2005 WebBrowser object, and put it on a "Windows control library" (embedded in a user control class) and then I am executing it from an ASP.Net webform(with...
2
by: Qiang | last post by:
Hi, Anybody knows how to convert an instance of SHDocVw.WebBrowser to System.Windows.Forms.WebBrowser? Or is it possible? thanks, Qiang
4
by: Steve Richter | last post by:
I would like to build an HTML stream as a string and have the WebBrowser control render that HTML. Then on PostBack, or whatever it is called, I would like my code to be the one that receives what...
5
by: kimiraikkonen | last post by:
Hi, I couldn't find a necessary class which shows when mouse hovers on a link in Webbrowser control. Think of there's a status bar(text), when mouse comes on a link, the URL must be shown in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
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...
0
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,...

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.