Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8656 - 8685 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8656
Hi I have 2 problems (i search a long time here :( ) First : I got some errors with this line on a multi frames site : ...
ianstuart11
Offline Send Email
Nov 3, 2004
9:52 pm
8657
Dialcom24 S.C. Hello, How can I kill the alert window from IE? Is any way to delete it? This alert window have 'OK' button but how to click on it, by soft, by...
Zbigniew Abramowicz
zawada24
Offline Send Email
Nov 4, 2004
3:45 am
8658
... What is the code that you are using for the "Submit" in Delphi?...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
Nov 4, 2004
3:45 am
8659
Hi I've seen some fancy MSHTML editors that use the MSHTML.dll, but I can't figure out how they do this. The effect is instead of dragging an image, it's like...
granuja1
Offline Send Email
Nov 4, 2004
3:46 am
8660
procedure TForm1.Button3Click(Sender: TObject); var Int:Integer; begin Int:=GetScrollPos(WebBrowser1.handle,SB_VERT); ShowMessage(IntToStr(Int)); end; why...
jesionsun
Offline Send Email
Nov 4, 2004
3:46 am
8661
... Wb1.OleObject.Document.forms.item(0).submit; and all others pieces of code i have found in this group... if i try to found the id and make a .click, i got...
ianstuart11
Offline Send Email
Nov 4, 2004
6:28 am
8662
Hi, Henry already got his answer on another list where he also popped the question, but in case somebody else wonders. Go to this group: ...
Kurt Senfer
lexicalis
Offline Send Email
Nov 4, 2004
6:40 am
8663
As far as I know, the GetScrollPos returns the scrolling posision of the HTMLDocument. 0 means that you can see the top of the doc....
Fotis Kokkoras
fkokkoras
Offline Send Email
Nov 4, 2004
9:27 am
8664
Hello All; I use to have the link saved to my favorites to information own " WebBrowser - Jump to a certain part of page " But I have lost the link. What it...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
Nov 5, 2004
3:34 pm
8665
Hi, I'm implementing a Rendering Behavior and have the behavior getting added, etc. jsut fine. I'm not sure though how to get a handle to do the actual...
Tim
tunder1999
Offline Send Email
Nov 5, 2004
3:35 pm
8666
Hi! I have to build a download manager and integrate it with IE. Done this. It is a COM object in dll and the factory ads it's CLSID in the DownloadUI key. The...
Alex
stormofwar
Offline Send Email
Nov 5, 2004
3:36 pm
8667
Hello, long time ago i have downloaded a version of TIEAddress from http://www.euromind.com/iedelphi This component shows some strange behavior when doing the ...
rkaiser_una
Offline Send Email
Nov 5, 2004
3:36 pm
8668
... TWebBrowser, is a wrapper around the IE ActiveX control. With Delphi 8 you should interop with COM and the AxSHDocVw.AxWebBrowser control....
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Nov 5, 2004
6:06 pm
8669
hello! how to get the sourcecode of the actually loaded website of the webbrowser object in of application. thank you for help!...
meinemehlbox2003
meinemehlbox...
Offline Send Email
Nov 5, 2004
9:51 pm
8670
TIEAddress is inherited from TCustomComboBox. Since D6, TCustomComboBox support a property "AutoComplete", which is conflict with TIEAddress.AutoComplete. I...
stanleyxu
x911cn
Offline Send Email
Nov 6, 2004
12:24 am
8671
Hi, Try something like this : function GetDoc( WBr : TWebBrowser) : string; var document : IHTMLDocument2; begin document := WBr.Document as IHTMLDocument2; ...
Birger Sorensen
birger_52
Offline Send Email
Nov 6, 2004
1:15 am
8672
Can anyone point to some more reference on this, please? Are we talking about .NET environment? cheers...
Fotis Kokkoras
fkokkoras
Offline Send Email
Nov 6, 2004
1:07 pm
8673
Change the declaration to function Draw(rcBounds: tagRECT; rcUpdate: tagRECT; lDrawFlags: Integer; hdc: hdc; pvDrawObject: Pointer): HResult; stdcall; Notice...
Steve
stref
Offline Send Email
Nov 6, 2004
5:26 pm
8674
... Hello, thanks for the tip! I have renamed it to "AutoCompletion" and it works perfect now. I forgot that an AutoComplete property exists since D6. Ciao, ...
rkaiser_una
Offline Send Email
Nov 8, 2004
8:33 am
8675
No one can help me, please ????...
ianstuart11
Offline Send Email
Nov 10, 2004
10:07 am
8676
HI! I have the same problem :( ...anyone found a solution?? Thanks & have fun....
pero_i24i
Offline Send Email
Nov 10, 2004
3:37 pm
8677
How can I create my own file extension (eg .htm2) when linked to or loaded in explorer to display correctly.Just like Adobe's Actobat reader .pdf .I read about...
nikola_k
Offline Send Email
Nov 10, 2004
3:37 pm
8678
Hi, Does anyone know how i can trick the EmbeddedWb into showing xml set by StringList the same way as it shows when it's loaded disk or webserver (so...
Wim van der Vegt
wvd_vegt
Offline Send Email
Nov 11, 2004
9:43 am
8679
Hi Wim. Why not save the stringlist to a temporary file and then load it from there? If you use fixed content XML's you could also embedd them as resources.....
Bogdan Deaky
stormofwar
Offline Send Email
Nov 11, 2004
12:41 pm
8680
Hello Both. Could you make demo of the program? just a WebBrowser (or) TEmbeddedWB<--Recommended And a button, and TEdit on it. With the codes that you are...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
Nov 11, 2004
6:16 pm
8681
Hi, I have downloaded some codes elsewhere in this group that allows me to save a TWebBrowser to a JPEG. However, I found that it captures the scrollbar as...
wzsun1328
Offline Send Email
Nov 11, 2004
6:16 pm
8682
Hi! here is a simple web browser with one TEdit field, one TWebBrowser and one navigate button with onclick event: CODE: ...
pero_i24i
Offline Send Email
Nov 12, 2004
7:07 am
8683
Hi, Good thought, it's the workaround i'm using at the moment. I was hoping that there was a 'better' way to do it. ... Wim van der Vegt ... From: Bogdan Deaky...
Wim van der Vegt
wvd_vegt
Offline Send Email
Nov 12, 2004
4:05 pm
8684
Hi Does anyone use the TEmbeddedWB? I'm getting a EVariantBadTypeError exception if I'm trying to print using PrintSetup, and I'm not able to catch it because...
wiebetijsma
Offline Send Email
Nov 12, 2004
5:52 pm
8685
Same problem here, any help would be appreciated... To make the TEmbeddedWB work in Delphi 7, I also had to add the 'variants' unit to the uses clause, could...
wiebetijsma
Offline Send Email
Nov 12, 2004
5:53 pm
Messages 8656 - 8685 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help