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 9679 - 9708 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9679
I have some problems to retriving (get or capture) user input data or data on grid or table from the web page,web applet or html file... I want to make a...
lucky3664
Offline Send Email
Feb 1, 2006
3:48 pm
9680
Hello, i am trying to solve problem with sending keys to component TEmbeddedWB. In Delphi 6 I have 2 ways how can I send key to "normal" component: 1. using...
roghir123
Offline Send Email
Feb 2, 2006
10:01 pm
9681
Hi, I try to realize follow request: https://www.someurl.com/script.php?param1=value1&param2=value2 It's not work, when I try to use this: ...
asparuh_pe
Offline Send Email
Feb 6, 2006
1:41 pm
9682
The web server may be looking at the referring header, since it is a secure site. ~aw...
Anthony Watson
a_richard_wa...
Offline Send Email
Feb 6, 2006
2:01 pm
9683
Hi, I try to save the TWebBrowser componente to a metafile and for this I want to use the IHTMLPainter::Draw Method. But I´m distressed to get the interface...
dirk.dein
Offline Send Email
Feb 9, 2006
3:41 pm
9684
Hello I wish to allow to drag urls from the TEmbeddedWB, but prevent dragging files and other objects (an image is a file drag). Is this possible?...
kogerbnz
Offline Send Email
Feb 9, 2006
3:42 pm
9685
Hello, I'm using a HTML Dialog Box in my programm. This Dialog Box is create by API, using the ShowHTMLDialog function of the MSHTML.DLL file. I know how to...
brice_mestressat
brice_mestre...
Offline Send Email
Feb 10, 2006
3:29 pm
9686
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Send Email
Feb 12, 2006
7:23 am
9687
Version 10 =================== *Added in TEmbeddedWB function TEmbeddedWB.SearchThisText(const Value: String; Const iPos : Integer=1): IHTMLTxtRange; (Thank...
Eran Bodankin
bsalsaa
Offline Send Email
Feb 12, 2006
7:42 am
9688
Messgae 6470 seems to have the answer: "Try adding Set8087cw($133f); in you Initialization section" Patrick...
patrick_hort
Offline Send Email
Feb 12, 2006
6:23 pm
9689
Hi people! I have a problem. How we can do show picture in Web Browser. I can trace onclick event on the picture, but if show pictures option in web browser is...
davdaemon
Offline Send Email
Feb 12, 2006
6:24 pm
9690
I've come across the same problem, and am despearately seeking a solution. Here's another example of an HTML file that causes the problem: <SCRIPT...
patrick_hort
Offline Send Email
Feb 12, 2006
6:24 pm
9691
Hi guys Only occasional TWebbrowser developer so this may be dumb. I have an activeforms application which works fine within IE. The HTML for this is shown...
Paul_Redstone
Offline Send Email
Feb 13, 2006
6:34 am
9692
... CAUTION: the FPU control word is active for the whole current thread, so you may end up killing error messages you'd want your application to handle !! If...
Senfer Kurt
lexicalis
Offline Send Email
Feb 14, 2006
11:22 am
9693
... VBA form in Word/Excel, This is because Delphi use a different FPU error mask than MS created programs. Delphi uses the FPU units build in error checking...
Senfer Kurt
lexicalis
Offline Send Email
Feb 14, 2006
11:32 am
9694
HI all. I'm new on using delphi and TWebBrowser component. I use Delphi 6 a very long time, but not with the TWebBrowser component. This is basically what I...
joaovgomes2003
Offline Send Email
Feb 14, 2006
5:30 pm
9695
Hi, All. Event "OnDocumentComplete" fire when HTML page and images are loaded into browser. How I can get access to DOM when HTML page is loaded but images are...
Konstantin Semenov
semenovkonst...
Offline Send Email
Feb 18, 2006
1:23 am
9696
Solution 1: tell your browser to not download images. solution 2 (better): as long as you don't care about how the page looks like, don't use the browser to...
Fotis Kokkoras
fkokkoras
Offline Send Email
Feb 18, 2006
10:03 am
9697
Dear Fotis, Thank you. Second solution is more pretty. But can I read dimensions of elements if loaded HTML is not rendered ? (I tell about...
Konstantin Semenov
semenovkonst...
Offline Send Email
Feb 18, 2006
3:03 pm
9698
As soon as you initialize the IHTMLDocument the page is considered rendered. But this is not always (well, in most of the times) safe. Having IMG tags with...
Fotis Kokkoras
fkokkoras
Offline Send Email
Feb 18, 2006
3:17 pm
9699
one more note: I am not sure what happens when you assign the downloaded HTML page into an IHTMLDocument object regarding the included files. There is a chance...
Fotis Kokkoras
fkokkoras
Offline Send Email
Feb 18, 2006
3:25 pm
9700
Dear Fotis, Thank you for comments about CSS. I need to load simple pages without CSS styles, but some pages can have inline CSS styles. How I can get Real...
Konstantin Semenov
semenovkonst...
Offline Send Email
Feb 18, 2006
3:31 pm
9701
Dear Fotis, Thank you. I think I will try to do this. :) ... -- With best regards, Konstantin Semenov...
Konstantin Semenov
semenovkonst...
Offline Send Email
Feb 18, 2006
3:46 pm
9702
... this is possible if only the IMG tag has attributes for width and height. For details, you should mainly check the IHTMLCurrentStyle documentation in the...
Fotis Kokkoras
fkokkoras
Offline Send Email
Feb 18, 2006
3:51 pm
9703
Please post some feedback to the forum when you have an answer to this. regards fotis...
Fotis Kokkoras
fkokkoras
Offline Send Email
Feb 18, 2006
10:05 pm
9704
Dear Fotis, OK. I will write about it in some days. ... -- With best regards, Konstantin Semenov...
Konstantin Semenov
semenovkonst...
Offline Send Email
Feb 19, 2006
8:23 am
9705
Hello How Can I write a Thread that switch between 2 form frequently. I want a write program like chat but with file, that communicate between forms with a...
Zahedpoor@...
arzahedpoor
Offline Send Email
Feb 19, 2006
4:45 pm
9706
I writing a plugin for IM and i don't know what event i must set to run my procedure when application add some text to window (by insertAdjacentHTML or...
szkuwa
Offline Send Email
Feb 20, 2006
5:20 pm
9707
Currently, I have a Delphi application to record data from costumers. At the end of the day, I have to type all this information into a form in a website....
nel.herrera
Offline Send Email
Feb 21, 2006
3:27 pm
9708
Hello, I need ignore the security certificate. How i can tell to TWebBrowser to not prompt for certificate information? I try to set Silent mode to True, but...
negodito
Offline Send Email
Feb 21, 2006
4:27 pm
Messages 9679 - 9708 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