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 ...
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...
... 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...
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...
Hi I would like to insert this javascript in a webbrowser <SCRIPT LANGUAGE="JavaScript"> if (document.all) { yourLogo = "* your phrase "; logoFont = "...
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@...
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...
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@...
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...
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 ... ...
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...
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...
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...
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...
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,...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...