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 to share photos of your group with the world? 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 8623 - 8652 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8623
How do I pass through a proxy using the TWebBrowser?...
vladcamp
Offline Send Email
Oct 4, 2004
12:43 pm
8624
Dialcom24 S.C.How to click on the submit 'OK' in the alert window from javascript? Can I disable it or to click by my program? With regards Zawada Andrzej ...
Zbigniew Abramowicz
zawada24
Offline Send Email
Oct 4, 2004
2:42 pm
8625
Try using frames to combine all your html pages. It should work. Regards! Goran ... avoid...
anikotot
Offline Send Email
Oct 5, 2004
3:53 am
8626
Hi all.I'm from Russia and don't speak English well.Sorry. How i can draw on TWebbrowser in "design mode".I tryed IHTMLPainter.draw(...) but it doesn't...
hereticsoul
Offline Send Email
Oct 6, 2004
3:31 am
8627
... IHTMLPainter works exactly as supposed - its not a simple task but it definitely works ! IHTMLPainter is one of the few more exotic features of MSHTML...
Kurt Senfer
lexicalis
Offline Send Email
Oct 6, 2004
3:18 pm
8628
Hello, Is it possible to detect TWebBrowser failute then for example trying to access page without internet connection. I know that there is post about it in...
tomasr78
Offline Send Email
Oct 11, 2004
3:34 pm
8629
Hi I would like to insert this javascript in a webbrowser <SCRIPT LANGUAGE="JavaScript"> if (document.all) { yourLogo = "* your phrase "; logoFont = "...
tijoen
Offline Send Email
Oct 12, 2004
6:04 am
8630
..and what about other errors using D7 and TEmbeddedWB may be there is answer somewhere in messages, but i couldnt find it......
ventzy_kunev
Offline Send Email
Oct 13, 2004
1:21 am
8631
Hi: I have a webbrowser embebed in a form, I navigate to one url, that return me a result list. If I want to navigate to next pages the links are calls to the...
Ruben Dorrego Silva
ruben@...
Send Email
Oct 16, 2004
4:27 pm
8632
hi, I think all you have to do is just follow the link automatically. Isn't that HREF you mentioned inside a link tag (or maybe a combo-box)? as far as I know...
Fotis Kokkoras
fkokkoras
Offline Send Email
Oct 17, 2004
6:11 am
8633
I found a way to solve the trouble! The ExecScript function allow run javascript functions inside the current page loaded in the Web Browser control... Enjoy...
Ruben Dorrego Silva
ruben@...
Send Email
Oct 17, 2004
2:39 pm
8634
Hi My embeddedwb receives data automatically, and scrolls the scroll to the bottom automatically too, but I wouldn't like it do scroll if it is not at the...
tijoen
Offline Send Email
Oct 17, 2004
7:41 pm
8635
Hello Ruben, WB.navigate('javascript:__doPostBack("LBpage0","")'); Laurent ... return me ... calls to ... javascript ... be...
bnzbnz
Offline Send Email
Oct 17, 2004
10:59 pm
8636
The report of TaskManager is the "process workingset", not the real memory usage. You can use the MemProof to track for the memory leak. ... but ... not ... ...
asnowwolf77
Offline Send Email
Oct 17, 2004
10:59 pm
8637
While you call the destructor "Free" of some objects, the system will just mark it, and it will be release in next time system memory optimization. But we can...
Dennies Chang
dr_dc.tw
Offline Send Email
Oct 19, 2004
12:34 am
8638
Hi folks! I'm trying to change the header of a TWebBrowser component. (purpose is to add "Authorization: Basic + auth_string" header) Trouble is this won't...
jeanmariedelbary
jeanmariedel...
Offline Send Email
Oct 19, 2004
12:34 am
8639
How to translate this HTML to Delphi 6 I make this code to .RES and use TWebBroser.Navigate(myHtml.html); .. .. This HTML will also load ActiveX file to...
Narin Rodcharoen
narinr
Offline Send Email
Oct 19, 2004
12:35 am
8640
I am able to create browser and its fun for me as i am new to delphi. When i tried to add component of history and favourites i wotn be able to use it. Then i...
death_of_the_hero2002
death_of_the...
Offline Send Email
Oct 19, 2004
6:35 am
8641
I use wbbrowser as buffer in my chat program, but it lags when the user uses the ie! Then if I close the programm and restart it, it runs faster again Please,...
tijoen
Offline Send Email
Oct 22, 2004
12:38 am
8642
Hi all, I'm displaying an HTML page that has local hyperlinks. However, when you click on a link that is suppose to jump you to a named tag you get...
swampsteve
Offline Send Email
Oct 25, 2004
2:53 am
8643
Hello everyone, I am new to the group. I have one question – I have a simple application that is using the EmbeddedWB. When I navigate to web pages that use...
John Arterberry
arterberry
Offline Send Email
Oct 25, 2004
2:53 am
8644
Hi Birger, Did you ever find an answer? I have the same problem. My code is simpler: < a href = "#link"> ... < name = "link"> I tried < name="#link" > and...
swampsteve
Offline Send Email
Oct 25, 2004
2:54 am
8645
Hi Steve, No, I didn't find a solution. <a name="link"></a> ... <a href="#link">Go to link</a> is the correct semantic. Remember the closing tags... ;>) ( Not...
Birger Sorensen
birger_52
Offline Send Email
Oct 25, 2004
4:46 pm
8646
Hi Birger, Thanks for your help. I found the problem. I was reading the html file to the TWebbrowser.Document. I just needed to navigate to the file. Now...
Steve Browning
swampsteve
Offline Send Email
Oct 25, 2004
4:49 pm
8647
Well, I used IE while running my chatwebbrowser and it didn't slow my client, but, it slowed when it got idle. I left the program runing and started to do...
tijoen
Offline Send Email
Oct 26, 2004
12:44 am
8648
I have never had a problem with Local Links in a EmbeddedWB Control. <a href="#Title-Tag">Title Tags</a> Points to: <a name=Title-Tag>Title Tag</a> If you can...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
Oct 26, 2004
2:13 am
8649
I think you must clean the memory in fix duration, because all memory used by IE will be counted for your program. And you know it, huge memory occupy will...
Dennies Chang
dr_dc.tw
Offline Send Email
Oct 26, 2004
4:07 am
8650
Hi I downloaded the program Delphi Knowledge base recently I think it was really helpful. Basically it's a database with hundreds of Delphi Hints that can be...
Paulo Andre
pacbarros
Offline Send Email
Oct 26, 2004
10:10 pm
8651
Looking for someone that can finish off a hack proof of concept tool band that I have hacked up with the code from Euromind. Here are some of the problems that...
Sandy
sandychopper
Offline Send Email
Oct 27, 2004
9:21 pm
8652
Looking for someone that can finish off a hack proof of concept tool band that I have hacked up with the code from Euromind. Here are some of the problems that...
Sandy
sandychopper
Offline Send Email
Oct 27, 2004
9:22 pm
Messages 8623 - 8652 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