Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9116 - 9145 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9116
... explorer browser but i couldnt find a way to add toolbar button with submenu, dropdown list. ... pages title in a submenu(dropdown list). i need to do...
denis_forman2004
denis_forman...
Offline Send Email
Jul 3, 2005
3:29 pm
9117
I have a routine some place to retrieve all frames and their contents. But you must resort to wininet… I’ll see if I can find it on this machine. I had a...
JG @ Dewqs
jgdewqs
Offline Send Email
Jul 3, 2005
4:43 pm
9118
I think this is what You are wanting. I made this demo up a few years ago. Here is a screenshot http://tinyurl.com/bghgg Here is the download page. I ask that...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
Jul 3, 2005
4:44 pm
9119
Hi, I would like to insert the MSHTML.pas inside my program, with this I wouldn't have scripts compatibility problems I think this is the way, isn't it? any...
tijoen
Offline Send Email
Jul 3, 2005
9:40 pm
9120
Hello! Sorry for my english. I use in the project standard TWebBrowser. TEmbeddedWB has problems with symbols of cyrillics (I type on the keyboard Russian...
Plazmer
plazmed
Offline Send Email
Jul 4, 2005
2:31 pm
9121
When you stop the webbrowser, or when you are not loading the site in the webserver, he loads "about:blank", if you insert a tag like this: <img src="me.gif">...
tijoen
Offline Send Email
Jul 4, 2005
6:53 pm
9122
... and ... Hi It may not be of any use to you but last week I posted to Files a MDSHTMLEditPanel component. It is not perfect but it most certainly handles...
ij_malaga
Offline Send Email
Jul 5, 2005
2:46 am
9123
Hi, I'm trying to move a WB between different TFrames at runtime. The only way I can assign a new parent is if I typecast the WB as a TWinControl (and this...
nicroche2002
Offline Send Email
Jul 5, 2005
11:49 am
9124
I have an application that uses a TWebBrowser (or actually a TEmbededWB) component to display some html formatted information. The page that is displayed is...
craigvn123
Offline Send Email
Jul 5, 2005
2:47 pm
9125
Hello everyone, I've got a strange problem with programs that have an embeddedWB object. I have installed the component ok, I can use it and put it on my forms...
pxtreme75
Offline Send Email
Jul 5, 2005
2:48 pm
9126
Browser.Navigate('about:<html><head> .. </html>'); Should work.. try it. - Henrik _____ From: delphi-webbrowser@yahoogroups.com ...
Henrik Malmberg
h3nk3
Offline Send Email
Jul 5, 2005
2:49 pm
9127
HI, TWebBrowser must initialise the "document" before you can use it. This is done through the Navigate method. So you either have to load a file, or...
Birger Sørensen
birger_52
Offline Send Email
Jul 5, 2005
3:35 pm
9128
I'm still interested, but I embedded WB in a TFrame to change parents... Nic Roche...
nicroche2002
Offline Send Email
Jul 6, 2005
1:29 am
9129
Lately I experienced reduced response from the UI of my App which uses an EmbeddedWB. This occurs especially when my EmbeddedWb load a Flash document. In some...
grexwinkel
Offline Send Email
Jul 6, 2005
12:03 pm
9130
What I am trying to do is load a web site, get a list of all the images on that page as well as links leading to images, and save the images to a folder. I...
Seth
seth04103
Offline Send Email
Jul 6, 2005
6:24 pm
9131
Fix the relative URL of the image link and just do a direct copy using windows copyfile or use the URLMon unit and download the file thusly ...
Anthony Watson
a_richard_wa...
Offline Send Email
Jul 6, 2005
6:33 pm
9132
Thats why I love this group. Always an answer to a question. Thanks Anthony. Works exactly how I want. -S From: Anthony Watson <atrigueiro@...> ...
Seth Ferrante
seth04103
Offline Send Email
Jul 6, 2005
7:09 pm
9133
Hi, Did an unsuccessful search on Google... Is there a way to hook the event of a resource (or just web page) not being available. So in effect it would be...
nicroche2002
Offline Send Email
Jul 8, 2005
5:17 am
9134
Hi, Not exactly sure what you mean. But I use the OnNavigateError event for this. Cheers, Glenn ... From: delphi-webbrowser@yahoogroups.com ...
Glenn@home
grexwinkel
Offline Send Email
Jul 8, 2005
6:52 am
9135
Hi All, I would like to get the size of the popupwindow that is about to be opened from my app. My onClienttoHostWindow Event is not fired since I cancel the...
grexwinkel
Offline Send Email
Jul 8, 2005
11:47 am
9136
Hello Stefano, I am currently having the same problem but i almost got the solution, here´s what i did. Normally when the user clicks on a window.open() html...
andres_berdugo_villegas
andres_berdu...
Offline Send Email
Jul 8, 2005
2:54 pm
9137
... for ... Thanks...
nicroche2002
Offline Send Email
Jul 8, 2005
7:51 pm
9138
I am working on a project trying to reduce bandwidth to browse a series of websites, is there anyway to retrieve the text only and refrain from downloading...
Eric
ImKristins
Offline Send Email
Jul 11, 2005
11:14 pm
9139
Yep, Check out the download options. There you can set which items you want to download. More info on the download options at : ...
Glenn@home
grexwinkel
Offline Send Email
Jul 12, 2005
10:55 am
9140
I've been experimenting with TWebBrowser in Delphi 2005 Pro to try and determine when a file download is complete. So far, the TWebBrowser events seem to be...
Doug Filteau
dfilteau
Offline Send Email
Jul 16, 2005
6:22 pm
9141
Dear all! I'm new in this group. I'm sorry if somebody allready post any solution to my problem, but I can not find it. I have to change BASE URL when viewing...
dsimun
Offline Send Email
Jul 16, 2005
10:41 pm
9142
sorry, example has to be <img src="pict/river.jpg"> Damir...
dsimun
Offline Send Email
Jul 17, 2005
8:07 am
9143
... From: "Doug Filteau" <dfilteau@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Saturday, July 16, 2005 1:22 PM Subject:...
Paul Slusarz
wiedzmin
Offline Send Email
Jul 17, 2005
6:48 pm
9144
"PS: If there are more missing event notifications like that in IE, perhaps there's some merit to switching to Mozilla control and putting time into improving...
Glenn@home
grexwinkel
Offline Send Email
Jul 17, 2005
6:54 pm
9145
... putting ... writing ... COM ... I'll give it a serious look. Thanks! ... Doug...
Doug Filteau
dfilteau
Offline Send Email
Jul 17, 2005
8:06 pm
Messages 9116 - 9145 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help