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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 10209 - 10241 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10209
In the NSHandler demo you can add a sample.swf to page1.htm It seems that the contents of the SWF is being read properly by TOurNSHandler.GetDataFromFile....
pix3111
Offline Send Email
Mar 11, 2008
1:22 am
10210
hi, i work actually on browser helper object (dll in process com server)and i seek a function to get keywords meta element from a web page when ...
ouladnaouis
Offline Send Email
Mar 23, 2008
2:34 pm
10211
Maybe this question has been asked already, but I can't find a solution anywhere. If someone can help I'll be very grateful. I need to make EmbeddedWB totally...
fedzim
Offline Send Email
Mar 26, 2008
2:53 pm
10212
Hi Everybody, I've just found a bug in the desk band implementation that is available as a part of EmbeddedWB package. When you enable the deskband on the...
Andrey Yeltsov
andrey_yeltsov
Offline Send Email
Mar 31, 2008
9:37 am
10213
Here is a possible solution in html and Js Paul <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="someThingElse"...
Paul A Norman
paulanormannz
Offline Send Email
Apr 6, 2008
10:23 am
10214
Hi to all, I try to draw on Twebbrowser's canvas with the component "RenderingBehaviors" while twebbrowser is editable, but if I write more rows and the...
paurosooo
Offline Send Email
May 6, 2008
1:38 pm
10215
Study the samples in "files". I.e. "Pluggable Protocol" or "CustTagExample.zip". It's simple....
paurosooo
Offline Send Email
May 6, 2008
2:07 pm
10216
Hello, I'm trying to change some HTML code in runtime. I already managed to do that, however, I've tried in a page that had some timers in the onload attribute...
Joao Santos
ei97005
Offline Send Email
May 7, 2008
11:59 am
10217
I am trying to replace the contextmenu from my BHO, I have successfully set myself as the ui handler (ICustomDoc.SetUIHandler) and everything should be ok, but...
nybnybnybnyb
Offline Send Email
May 27, 2008
4:57 am
10218
Instead of going to a URL in a <a href="URL"> tag in html webbrowser in delphi, i want to popup a form when clicking <a href> tag. guys pls help me on this :'C...
MARICOR MARAVILLA
marics_corner
Offline Send Email
Jul 22, 2008
6:09 am
10219
... Have a look at the event "OnBeforeNavigate2". This event is called when the user click a link. You can check the URL and if it is the one you want to react...
Marc Charbonneau
marccharbonn...
Online Now Send Email
Jul 27, 2008
2:37 pm
10220
Hello, When loading a file that contains the HTML code below, the error "Access violation in mshtml.dll" happens. It happens no matter what method is used:...
Aliaksander Markau
alexander_ma...
Offline Send Email
Aug 4, 2008
10:23 am
10221
thanks for this one.. it helped me get on going :-) ... webbrowser in...
MARICOR MARAVILLA
marics_corner
Offline Send Email
Aug 7, 2008
7:45 pm
10222
Hi, does anybody know as saving a file *.htm for *.rtf?...
el_candonga
Offline Send Email
Aug 20, 2008
7:27 am
10223
Look at http://www.swissdelphicenter.ch/torry/showcode.php?id=1823...
Joachim Uersfeld
joachimuersfeld
Offline Send Email
Aug 22, 2008
5:52 am
10224
I am compiling a demo from EmbeddedWB which is for IEHelper, in the DocumentComplete event, I wrote a piece of code found in google to highlight the text const...
mchakuna
Offline Send Email
Aug 22, 2008
5:52 am
10225
I actually implemented this some time ago, in order to extract a meta tag from an htmldocument you need to go through the documentelement property of...
nybnybnybnyb
Offline Send Email
Sep 10, 2008
2:03 am
10226
hi...thanks for the reply, i actually got it but with different implementation.. i got it by extracting the URL... thanks though, your solution is simplier and...
MARICOR MARAVILLA
marics_corner
Offline Send Email
Sep 10, 2008
5:58 am
10227
Basically, I have a xml document and an xslt document that I load via MSXML dom (msxml2_tlb), which applies the xslt transformation to the xml document. The...
shamresh1
Offline Send Email
Sep 17, 2008
5:49 am
10228
I am automating a web site login. I fill a couple of fields and click a form button - no problems there and the actual login takes place and proceeds. At this...
Johnnie Norsworthy
johnnie.nors...
Offline Send Email
Sep 26, 2008
5:40 am
10230
I'm hoping that there is a simple answer that I am just missing. I am trying to automate data entry & navigation on a secure website. When a button is...
johnsstrozier
Offline Send Email
Oct 21, 2008
1:51 am
10231
Hi Sham, The MSXML library (like IE) makes use of the URLMoniker functions of Windows. This means that all the config settings are consolidated in the Internet...
goligoza
Offline Send Email
Oct 28, 2008
4:47 am
10233
You can always use something like the X-Appl engine to do this. It works for me and it is free for all internet users. ... in...
goligoza
Offline Send Email
Oct 28, 2008
4:52 am
10234
Hello there. I am trying to subclass Internet Explorer_Server Message but i got some trouble. Let me give u some details. I have a form Tform wich have a...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:06 pm
10236
Your code seem good. but why u need to do NewWindow.Show; you window is not visible by default ? did u try with newWindow := TForm1.Create(application);...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:06 pm
10237
Hello. It's possible to prevent the webbrowser from navigation but i dont know if it's possible to prevent javascript code inside the page to change the...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:06 pm
10238
I tried ur expample but i couldnot reproduce your error. I also have sometimes problems with mshtml.dll or shdocs but i couldnt find any good reason why it...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:16 pm
10239
there is a freeware component that can match ur requirement it is called HTMLlayout. have a look. http://www.terrainformatica.com/...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:20 pm
10240
Huh seems nobody is interested by my post :( anyway i found a way to solve my problem. i have a common form for each of the form wich subclass the IEserver i...
cedmart1_fr
Offline Send Email
Nov 13, 2008
5:38 pm
10241
... event ... browser ... Use OnEvaluateNewWindow...
smot777
Offline Send Email
Dec 27, 2008
8:55 pm
Messages 10209 - 10241 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