Re: [DUG]: WebBrowser Component

1999-05-05 Thread Xander van der Merwe
: [DUG]: WebBrowser Component Xander, I tried this but it always seems to return true (for keyboard messages) in IsDialogMessage, but does not shift the focus on the TAB key press. I am doing this in D3 using IE4. It could be that the IE4 control is in an MDI child window - I will try using

Re: [DUG]: WebBrowser Component

1999-05-05 Thread Dave
Dennis, Haven't tried on I.E.4, but will today. Dave. - Original Message - From: Dennis Chuah [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Wednesday, 5 May 1999 17:23 Subject: RE: [DUG]: WebBrowser Component Dave, Works great in my app

RE: [DUG]: WebBrowser Component

1999-05-05 Thread Dennis Chuah
Xander, Dave, Tried it on another machine with IE4 and it works! Now after having reinstalled IE4 on the development machine it also works there. Thanks for this. There is still one side problem: If there are other controls on the form, their focus seems to be exclusive from the browser

RE: [DUG]: WebBrowser Component

1999-05-04 Thread Dennis Chuah
Xander, I tried this but it always seems to return true (for keyboard messages) in IsDialogMessage, but does not shift the focus on the TAB key press. I am doing this in D3 using IE4. It could be that the IE4 control is in an MDI child window - I will try using a non MDI window and a bit more

RE: [DUG]: WebBrowser Component

1999-05-04 Thread Dave O'Brien
Works great in my app... Using I.E.5 Win98, D3.02. David. -Original Message- From: Dennis Chuah [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5 May 1999 11:20 To: Multiple recipients of list delphi Subject: RE: [DUG]: WebBrowser Component Xander, I tried this but it always seems

RE: [DUG]: WebBrowser Component

1999-05-02 Thread Dave O'Brien
Thanks Xander, you're a miracle worker!!! Cheers, David O'Brien. -Original Message- From: Xander van der Merwe [mailto:[EMAIL PROTECTED]] Sent: Thursday, 29 April 1999 21:22 To: Multiple recipients of list delphi Subject: Re: [DUG]: WebBrowser Component Dave, the following code

RE: [DUG]: WebBrowser Component

1999-04-29 Thread Myles Penlington
The tabbing problem is a "Known M$ Bug" with IE ActiveX controls. Tabbing does work but I forget the exact method to get it to work. I think it's Click off the activeX form, then click back on it, and then tabbing will then work. I don't know of any programming method to fix this problem-

RE: [DUG]: WebBrowser Component

1999-04-28 Thread pjones
ts of list delphi [EMAIL PROTECTED] cc:(bcc: Peter Jones/LogisticsInformation Technology/Christchurch/Foodstuffs) Subject: RE: [DUG]: WebBrowser Component Do you have the option of using an InternetExplorer object through OLE? Obviously this will not be a window in your application b

RE: [DUG]: WebBrowser Component

1999-04-28 Thread Patrick Dunford
To: Multiple recipients of list delphi Subject: RE: [DUG]: WebBrowser Component We just did this - about 10 minutes ago - and if you Import ActiveX Control from the component menu you will get a viaible control you can drop on your form. snip