... This message is subject to an email disclaimer which can be viewed at: http://www.siyakhula.com/disclaimer.html ... AdmID:8A051657A4CF2A093CAEDC220DC05D52 ...
Not sure I could help you with that one. Aaron ... From: <4gimer@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Monday, September 01, 2003 5:53 PM ...
Atomic Toolkit
toolkit@...
Sep 1, 2003 3:07 pm
7591
HI i have 2 problems with TWebBrowser 1) when getting focus on the TWebBrowser component, i can no longer get focus back to the DBGrid. i have to click on...
Hi, I've noticed a focus problem when using the IE tool band code from: http://www.euromind.com/iedelphi/ie5tools/bandobjects.htm When an IE dialogue (such as...
Hi Friends, I am trying to create a activex control to call in web browser. I want to create a new property of my own to it and then want to assign some value...
That error is saying that you don't have a variable for storing or retrieving the "Property1" value. you should have or put something in the declaration of...
Hello Hary, It worked, thanks a lot for your help. Firoz Harry Holzhauser <harryh@...> wrote: That error is saying that you don't have a variable for...
Hi, I am trying to identify a problem that appears to happen between IE 5.x and IE6.x when accessing the attributes of an element. In IE6.x the line ...
... I would use interfaces, like IHTMLElement2, it recognizes errors to compiletime. Dont use that - i dont know how it is called correctly - variant access,...
HI... IN MY PROGRAM I ADD HTML STRINGS IN TEMBEDDEDWB USING THE FOLLOWING METHOD: HTMLDocument := IE.DOCUMENT THE IHTMLDocument2; v := VarArrayCreate([0, 0],...
Hi all, When using IE to read the page http://news.bbc.co.uk the URL displayed in the Address box remains at http://news.bbc.co.uk. In my application it...
Hi... Try using <BGSOUND... instead.... Documentation says <EMBED> is for any type of "document" - while <BGSOUND> is for "background sound or soundtracks"......
Hello, I got another Problem manipulating HTMLElements in Twebbrowser, especially the area tag. An Image in can be connected to an image map in HTML. This...
Hi, I need to detect click in IE (HBO). So I use ClickTest from this group. But ClickTest don't work with frame website. So I search and I found in an old...
My application has one form that hosts a TWebBrowser and a panel with a button on it. As soon as one of the links in the webpage opened in the web browser has...
I've never had such a problem. It seems to me that it is related not to TWebBrowser but to some piece of your code... Can you make a simple project with...
... U should comment { } CalculateRGN or smth like that. I don't know what that procedure does but it certanly stops flickering without it. Hope it works 4 u...
... address ... Anybody ... Problem is the OnClick Event whitch gets fired when it should not! What I did: Set a keypress var in KeyDown and reset it in the...
Hi, My task is very simple, i need to retrieve data from a web-page and edit the html (remove comments, javascript, change some colors). I could do this purely...
You should take a look at: http://groups.yahoo.com/group/delphi-mshtml/ and: http://groups.yahoo.com/group/delphi-dhtmledit/ There's a lot of information to...
Hi, I would be really pleased if someone could help me with this problem. It is important to notify IE when a component on the tool band gets or loses the...
Hi. I have toolband inside Internet Explorer. For my toolband I used code from http://www.euromind.com/iedelphi Pointer on IWebbrowser2 I receive thus: IE :...
This is my first post on the group - hi! I have another question to ask, but first to help with this one: I would actually edit the HTML using string...
hello, I use twebbrowser as a viewer. The fontsized used, is the last fontsize selected in IE. Is there a way to control the fontsize (normal, smaller, ..) ? ...
Hi, I'd like to display a html in the application with TWebBrowser, it has some input box, when user click 'summit', I'd like to capture those values in the...
Hi, The .net password wizard in the MSN Messenger(click sign in, then 'get a .net password') uses Internet Explorer to display contents of every wizard page,...