I am working on a project needing to make temples. I am useing Twebbrowser in edit mode. I need to make a 100% with templets. The only way i know to do this is...
I create and edit tables separately and insert the whole table as html code. If anybody knows how to edit table in the TWebBrowser itself (creating new rows...
Dear all, I'm shure that I'm not the only one facing this problem. In my applications with TWebBrowser I often put HTML directly as string and then I have...
If anyone has found a solution to your application crashing when navigating in TWebBrowser (if the user has Java 1.6 installed), please post it. I know Sun has...
Hi, I'm looking to adapt a desktop app(existing Delphi7/Kylix codebase) to interface with my website through the embded browser. Most of the adaptations...
Hi Grant, I'm talking with a developer already who sounds interested. If they can't do it for some reason I'll get in touch. Thanks! ... Hello brent My I see...
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...
Aug 12, 2007 7:59 am
10168
Sorry for annoying you, but ... do anybody have an idea? ... ____________________________________________________________________________________ Take the...
You need to write a custom implementation of IMoniker. Set your base URL in IMoniker.GetDisplayName(...... Feed your HTML-page in as a stream in Set your ...
Hi, Im Trying to Open Excel File through TWebBrowser Component. Its Opening Fine, Here I have some problem I dont want to Edit the Excel File. Any body knows...
Hello, I am trying to navigate to a webpage that contains a form with 3 buttons, all three buttons have a javascript function associated with their onClick()...
Hi, I have a Delphi application using a Twebbrowser and i am sinking events. On a specific webpage everything works fines and all Ihtmlelements are responding...
Dear developers, I would like to prevent the user pressing the 'F5' key on the TWebBrowser. Refreshing the page may cause problems, especially if the page is a...
Ciao, You can disable accelerators like F5 using the OnTranslateAccelerator event. Return S_OK for disabling an accelerator and S_FALSE for enabling it, for...
My BHO is packaged to a cab file along with accompanying .inf, as most of the ActiveX installers do. On the web page which installs my BHO, I'm using the...
Hi, I have a couple of IE helper dll's (one is a BHO) where I've incorporated the necessary update code inside the dll itself. After start-up (and only once a...
Hi Kurt, Thanks for the hint, I'll very likely implement something like what you suuggested in this project. Actually I've been used a very similar method...
Hi Guys, How can I send a webpage as HTML email ? I prefer to use ShellExecute so the users standard client is used and keeps me from asking for a STMP...
Hi all, I'm just starting out with DelphiBand to build an IE toolbar, but when I try to register DelphiBand.dll, I get an error: DllRegisterServer in...
... Read a bit back in the archives of the list. Others were having problems using the registry as well with Vista. The return code probably indicates that...
Thanks, Marc. I've searched through the messages for "regsvr32", "0x80004005", and even just "Vista", but haven't come across any other messages related to...
Hi Russ, Vista isn't much different from W2000 and XP regarding registering ActiveX's - you'll need some level of administrator rights in order to register any...
Thanks so much, Kurt. That of course was the issue. After all the user account control nonsense in Vista, I would have thought that I would have thought of...
Hello, I'm currently getting the source using DocumentComplete event, however, this event is only triggered after all page content is downloaded (images, etc)....
why don't you use an indy component instead ? you will get just what you want ! ****************************************************Lab**** * Fotis Kokkoras -...
Implement a temporary pluggable protocol on top of IE. Kurt ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of...
After a little research and test, I was able to find out how to do that, however, it would be a really pain .... I would need to implement everything... HTTP,...