Hi All, I use IE tools to add toolbar button to my standart internet explorer browser but i couldnt find a way to add toolbar button with submenu, dropdown...
Hi all, I am new to this group. I am using Delphi7. I have an issue which I hope I can get some insight on. Here it goes I am displaying a webpage in an...
It is quite easy to prevent users from copying and pasting the content on the website displayed by the IE WebBrowser component, it is easy to disable the popup...
Hi, I have a component(not a VCL) which gives samples from a machine whenever there is an event(a new message event). I need to interface this componet to...
I'm using delphi TWebBrowser control to operate on html. Suppose I have a webpage, and it has <iframe...> element. Now I want to access the elements of the...
There is a way to Prevent Multiple Instances of an Application in any Windows version? I'll appreciate a Delphi code to solve that. Best regards Ruben...
there is a button on my IE toolbar. IE will navigate to a new URL when the button is clicked. the toolbar runs well if only one instance of IE is created. ...
Thanks that is what I was looking for. This does raise additional questions.. How does one go about changing the Internet Explorer Download Directory at...
Hello! I need to capture HTML events in my application. I tried the steps written here. But EventSink utility gave me "Unable to locate Borland's TLIBIMP.EXE "...
... I haven't tested it, but how about instead of preceding spaces, substitute (no backspace) for each space? FYI: Because this forum is browser-based,...
... I thought as it is createtextnode, and not an element with innerhtml, the would be printed as itself isntead of a space... but I just built the...
I am building a chat client example foru nderstanding: the user can send a text like this: <color=red>TEST1</color><color=green>TESTE2</color> My client, when...
(Apologies if this appears more than once. It's taken several goes to 'send' but it doesn't *seem* to have been accepted before - but you never know) Hi all ...
... I tested both ways Using OleVariants to get to the document of the page isn't the better way really really not the way to it but, using QueryInterface on...
FYI : is called "not breakable space", and is a HTML charater, that the browser is not allowed to treat as whitespace (not remove, not adjust, and not...
... <kmicic@i...> wrote: Hi Paul Thanks for the help. ... I'm not doing, I'm a realist. :) I have my strengths - this ActiveX stuff isn't one of them. ... Yes,...
Hi, Although it seems simple to use Twebbrowser in edit mode you'll frequently find that it isn't quite so simple. I've made a demo application with Delphi...
... <kurt.senfer@s...> wrote: Hi Kurt ... Many thanks for that. I'll have a read through that and try and get a handle on things. Again, many thanks. Cheers...
ok, back again the createtextnode isn't creating the begining spaces I need "-_- Don't know WHY... I think it was because I was creating a div everytime, then...