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...
Show off your group to the world. Share a photo of your group with us.

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 9321 - 9351 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9321
Hi Birger, thank you very much for your hint. It seems to be so much simpler to do this in Delphi than in C++ Builder :-) I'm using the examples on ...
brianrasmusson
Offline Send Email
Oct 2, 2005
9:29 pm
9322
In my application written in C++ Builder I'm using TCppWebBrowser and block popups in the CppWebBrowser1NewWindow2 event handler. Is there any way to detect...
brianrasmusson
Offline Send Email
Oct 2, 2005
9:34 pm
9323
Hi, LoadFromStrings shows me the source code instead of the rendered page. When I save the strings to an html file then I use Navigate method, everything is...
Bahadir colak
bahadir_colak
Offline Send Email
Oct 3, 2005
12:39 am
9324
When I try to display a certain HTML file in an embedded TWebBrowser, I get the "Application Error" dialog with "Exception EInvalidOp in module jscript.dll at...
Mike Medved
mike_medved
Offline Send Email
Oct 3, 2005
12:40 am
9325
Hello ! I need to know when the user clicks on a link. (It's possible?) And... when i click on a link in my CppWebBrowser (i'm using BCB, but i think the...
Enrique Piatti
enridp
Offline Send Email
Oct 3, 2005
12:40 am
9326
Using a TWebBrowser Component we detect that URL that came from at 302 redirection (or cgi script) did not fire the onbeforenavigate event (or any event before...
jako2cpu
Offline Send Email
Oct 3, 2005
12:40 am
9327
Hi, I'm using the compo TEmbeddedED and it works very well, but I have one great problem... I have many HTML files with strange character (unicode). How can I...
André Felix Mierts...
andre_f_m
Offline Send Email
Oct 3, 2005
12:40 am
9328
Dear friends, How can I get the text of a link in a webbrowser ? Exemplo: <a href="/my/page.html">My Link</a> I need to get the Text "My Link" Please help me. ...
nagual_br2003
Offline Send Email
Oct 3, 2005
12:41 am
9329
Hi! Has delivered EmbeddedWB_D2005 on delphi 2005 like all normally but as I shall not understand as to make that in folders to unclose necessary url, to save...
almel1961
Offline Send Email
Oct 3, 2005
12:42 am
9330
Hi Brian As long as you've got it working. ;>) I'll save this for later study - can't say I understand too much of the C++, tho I do understand the structure...
Birger Sørensen
birger_52
Offline Send Email
Oct 3, 2005
3:01 am
9331
Hi Nagual, Find tag, and use innerHTML... Birger...
Birger Sørensen
birger_52
Offline Send Email
Oct 3, 2005
3:03 am
9332
you mean InnetText; not InnerHTML Fotis...
Fotis Kokkoras
fkokkoras
Offline Send Email
Oct 3, 2005
5:36 am
9333
Hi, Quite right... ;>) Tho, in the example given, there will not be much difference.... Birger...
Birger Sørensen
birger_52
Offline Send Email
Oct 3, 2005
10:42 am
9334
I thought I'd post this as it has help me in the past: It is an example of using IMarkupServices to get info from a selection in TWebbrowser. IMarkupServices...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Oct 3, 2005
2:35 pm
9335
nice post. well done. fotis ... ...... .........
Fotis Kokkoras
fkokkoras
Offline Send Email
Oct 3, 2005
2:41 pm
9336
Why does TWebbrowser ignore this IE registry setting? I'd like images to auto-resize if they are larger than the WB's window. If I change the registry value to...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Oct 3, 2005
2:44 pm
9337
... Not exactry! here is the IE architecture ... Internet Explorer ... SHDOCVW.DLL - WebBrowser Control ... MSHTML.DLL - MSHTML ... end the TWebBrowser...
Fotis Kokkoras
fkokkoras
Offline Send Email
Oct 3, 2005
3:09 pm
9338
Hello ! i'm trying to read (and if it's necessary, change...) the headers that will be sent to the server, i think i must do this catching the ...
Enrique Piatti
enridp
Offline Send Email
Oct 3, 2005
3:44 pm
9339
I tried it on the same page with several different words and 'result' or 'results' were the only words that caused it to hang. Go figure. I guess you need to...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Oct 3, 2005
3:49 pm
9340
showmessage(WbF.Wb.OleObject.Document.frames.item(2).Document.all.tags('A'). item(2).innertext); ... From: "Fotis Kokkoras" <kokkoras@...> To:...
Gürcan
gurcanoztr
Offline Send Email
Oct 4, 2005
2:06 pm
9341
Take a snapshot of the document #1 and display the resulting image over. Load document #2 and when the DocumentComplete event fire, frhide your image... This...
Bruno
flyingbono
Offline Send Email
Oct 4, 2005
2:07 pm
9343
Hi all, As TWebBrowser, is there any way to implement OnNavigateError procedure for the TEmbeddedWB component ? procedure TEmbeddedWB.NavigateError(ASender:...
Bruno
flyingbono
Offline Send Email
Oct 4, 2005
2:38 pm
9344
Try using the TEmbeddedWB. I have not tested it with the images yet, but you can give it a shot. Besides, the TWebBrowser is no where close being As good as...
Delphian
dreaminkisscarr
Offline Send Email
Oct 4, 2005
2:47 pm
9345
That would depend on what language and what version of it is being used. I - for instance - am using Delphi v. 3.02, in which TEmbeddedWB is useless. So...
Birger Sørensen
birger_52
Offline Send Email
Oct 5, 2005
2:14 am
9346
Hello all. I have made a basic html editor using twebbrowser with design mode set to on. Firstl i naviaget the browser to a blank page, then i set design mode...
nar2000uk
Offline Send Email
Oct 5, 2005
7:42 am
9347
In reply to the original question, i have now solved it - doh!. Ill add how i did it just in case anyone else might be interested. originally, the first thing...
nar2000uk
Offline Send Email
Oct 5, 2005
12:05 pm
9348
... <........> ... <........> Whithout any intention to blame the author of the post, this is totally weird!!! Is it a bug in the browser?? As a result the...
Fotis Kokkoras
fkokkoras
Offline Send Email
Oct 5, 2005
12:16 pm
9349
Hi could anyone tell me how to successfully unregister the permanent Mimefilter for Embeddedwb from Euromind at runtime? I can't seem to unhook it at runtime....
mp5ya2death
Offline Send Email
Oct 7, 2005
7:35 pm
9350
... Well, I've decided the "kludge" this to get it to work and thought I'd post it here for every one else's benefit. I took some html source pointed and img...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Oct 10, 2005
2:02 pm
9351
I am having problem to install TFavoriteListView in Delphi 2005. It was installed ok in Delphi 5,6,7. When I tried to install this component to Delphi 2005, it...
lucky34238
Offline Send Email
Oct 14, 2005
12:21 am
Messages 9321 - 9351 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