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 your group to be featured on the Yahoo! Groups website? 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 9253 - 9282 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9253
Hello, I set DOCHOSTUIFLAG_SCROLL_NO to disable the scrollbars of a TWebBrowser, but when I visit https://mail.google.com/mail/ and log in, the vertical...
brianrasmusson
Offline Send Email
Sep 6, 2005
2:22 am
9254
Hi All, I have the folowing problem. I have made a BHO and it works fine. However, every time when I get a new window from for example a window.open script no...
grexwinkel
Offline Send Email
Sep 6, 2005
6:58 am
9255
I need to highlight text in Internet explorer, so used something like procedure TForm1.SearchAndHighlightText(aText: string; tr: IHTMLTxtRange); begin if...
yarekc
Offline Send Email
Sep 6, 2005
9:36 am
9256
Am trying to get some code working from:- http://bdn.borland.com/article/0,1410,26574,00.html //My first post so be gentle with me please. The code wont...
Nick Potter
nickpotter_2000
Offline Send Email
Sep 7, 2005
2:57 pm
9257
Hello everyone, I'm new here, i'm developping an IE toolbar in delphi and i was very happy to find this discussion group ... I just finished a first version of...
kad_alaa
Offline Send Email
Sep 7, 2005
2:57 pm
9258
//Remember that you must have Variants and MSHTML in the uses cloud. type ..... lbLinks: TListBox; private { Private declarations } procedure WB_GetLinks(WB:...
bsalsa@...
bsalsaa
Offline Send Email
Sep 7, 2005
4:05 pm
9259
I use Twebbrowser and TwembeddedWb with navigate and navigate2. I have also tried FNavigateOptions :=navNoHistory or navNoReadFromCache or navNoWriteToCache; ...
yarekc
Offline Send Email
Sep 7, 2005
4:19 pm
9260
procedure NavigateToURL(const URL: string); //Add this to your private section in your form procedure TForm1.NavigateToURL(const URL: string); var Flags:...
bsalsa@...
bsalsaa
Offline Send Email
Sep 8, 2005
3:40 am
9261
Yes, Inno setup offers a register server option. _____ MediaModus is a web design & development company that also specialises in post-production marketing. ...
Jason White
meemo_8976
Offline Send Email
Sep 8, 2005
6:43 pm
9262
I tried with (DefaultDispatch as IWebBrowser2).Silent := true according to MSDN reference that IWebBrowser2.Silent "Sets or retrieves a value that indicates...
Damir Simunovic
dsimun
Offline Send Email
Sep 10, 2005
7:27 am
9263
A-ha! DLCTL_SILENT has to be set in IDispatch.Invoke pvarResult. But - where is DLCTL_SILENT defined? Or - what is the value of this constant?? Please help!...
Damir Simunovic
dsimun
Offline Send Email
Sep 10, 2005
8:56 am
9264
... No success :-( I found the definition in EmbeddedWB, but everything goes like before. The warning message is still live! Help! (Am I discussing with...
Damir Simunovic
dsimun
Offline Send Email
Sep 10, 2005
9:21 am
9265
Following recomendation on http://www.euromind.com/IEDELPHI/embeddedwb/tips.htm I put this on my form: procedure TForm1.WMActivate(var Msg: TWMActivate); var ...
Damir Simunovic
dsimun
Offline Send Email
Sep 10, 2005
9:50 am
9266
You could do it that way i spose. It's a bit sloppy but it might work. While you are on those lines you could always get the handle of the ok button and send ...
Nick Potter
nickpotter_2000
Offline Send Email
Sep 10, 2005
10:15 am
9267
You might want to try the download a file inside the URLMon unit, if you know the UNC of the file you want to download. aw...
Anthony Watson
a_richard_wa...
Offline Send Email
Sep 10, 2005
3:08 pm
9268
have any super delphi expert can help me?I want to filter all picture/flash..in webbrowser when html dowloading......
andypengqinghua
Offline Send Email
Sep 10, 2005
5:26 pm
9269
I have got a strange problem (well strange to me, because I can't figure out why this is not working) When I am using my default browser firefox ver 1.0.6 and...
Wolfgang Zehntner
wolfgang_zeh...
Offline Send Email
Sep 10, 2005
5:27 pm
9270
Hi, Not sure what you mean. Just to avoid the extra bandwidth? Check out the downloadoptions in TembeddedWB. ...
Glenn@home
grexwinkel
Offline Send Email
Sep 10, 2005
7:10 pm
9271
Just checked your link in my TEmbeddedWB browser. No probs here... Must be a Twebbrowser thingy then... Cheers, Glenn ... From:...
Glenn@home
grexwinkel
Offline Send Email
Sep 10, 2005
7:14 pm
9272
I tested the link here that you provided in our Commercial Project that we are updating, And it worked with no problem. Could you make up a Demo project...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
Sep 10, 2005
7:24 pm
9273
There are several kinds of warning messages. Every message fire and uses different terms. for example: For scripts errors silent:= true will be enought but,...
bsalsa@...
bsalsaa
Offline Send Email
Sep 11, 2005
3:53 am
9274
Dear all I develop a web browser use delphi-webbrowser, now i want to download only Pure Text(html) file exclude any picture/image/music/avi...files. could you...
qhpeng@...
andypengqinghua
Offline Send Email
Sep 11, 2005
6:20 am
9275
Hello Glenn, thank you very much any way!!! now i develop a web borwser use delphi's TwebBrowser, I want to just download pure html source code exclude any...
qhpeng@...
andypengqinghua
Offline Send Email
Sep 11, 2005
6:25 am
9276
Hi Andy, If I were you I'd swith to the TEmbeddedWB. It has lots of more options than Twebbrowser. Latest versions can be found here in the files section. With...
Glenn@home
grexwinkel
Offline Send Email
Sep 11, 2005
7:25 am
9277
... that we ... with this ... where the ... Thanks for your offer to try checking this out. However I forgot to tell, that the link I provided only works...
Wolfgang Zehntner
wolfgang_zeh...
Offline Send Email
Sep 11, 2005
11:38 am
9278
Dear: Lucas Van Staden ... and ... I used this code as a test, and I have to say that only did I get Have fun using it, but so did my son. OK. Everyone, Give...
Wayne & Carr
dreaminkisscarr
Offline Send Email
Sep 11, 2005
6:19 pm
9279
Hi, not sure if it's helpful to you. i used following codes to download a url and save it to string directly, without open the message window. MyStr:String; ...
brittany fu
brittanyfoo
Offline Send Email
Sep 12, 2005
1:55 am
9280
const navOpenInNewWindow = $00000001; navNoHistory = $00000002; navNoReadFromCache = $00000004; navNoWriteToCache = $00000008; navAllowAutosearch =...
yarekc
Offline Send Email
Sep 12, 2005
10:59 am
9281
From the Microsoft docs: navNoWriteToCache Not currently supported. See: ...
Felix_at_home
felixjumo
Offline Send Email
Sep 12, 2005
2:11 pm
9282
yes I know... But I am only interested in NoNavHistory and var Flags: OleVariant; urlole: OleVariant; begin Flags := navNoHistory; www.Navigate(url,Flags);...
yarekc
Offline Send Email
Sep 13, 2005
5:00 pm
Messages 9253 - 9282 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