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...
Show off your group to the world. Share a photo of your group with us.

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 10234 - 10265 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10234
Hello there. I am trying to subclass Internet Explorer_Server Message but i got some trouble. Let me give u some details. I have a form Tform wich have a...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:06 pm
10236
Your code seem good. but why u need to do NewWindow.Show; you window is not visible by default ? did u try with newWindow := TForm1.Create(application);...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:06 pm
10237
Hello. It's possible to prevent the webbrowser from navigation but i dont know if it's possible to prevent javascript code inside the page to change the...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:06 pm
10238
I tried ur expample but i couldnot reproduce your error. I also have sometimes problems with mshtml.dll or shdocs but i couldnt find any good reason why it...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:16 pm
10239
there is a freeware component that can match ur requirement it is called HTMLlayout. have a look. http://www.terrainformatica.com/...
cedmart1_fr
Offline Send Email
Nov 3, 2008
10:20 pm
10240
Huh seems nobody is interested by my post :( anyway i found a way to solve my problem. i have a common form for each of the form wich subclass the IEserver i...
cedmart1_fr
Offline Send Email
Nov 13, 2008
5:38 pm
10241
... event ... browser ... Use OnEvaluateNewWindow...
smot777
Offline Send Email
Dec 27, 2008
8:55 pm
10242
I am pleased to announce the availability of the EmbeddedWB Component Pack 14.67.0. This release is now fully compatible with D5 - D2009. The package now...
smot777
Offline Send Email
Jan 8, 2009
12:05 am
10244
Any chance that these components would work with Lazarus and FreePascal as well? This would assume that you could embedd Firefox or Safari into your app and ...
Dominique@...
dominiqueats...
Offline Send Email
Jan 10, 2009
1:12 am
10245
I am pleased to announce the availability of the EmbeddedWB Component Pack 14.67.5. Changelog: ** TEmbeddedWB * Fixed: Bug with Unicode characterts (Cyrillic...
smot777
Offline Send Email
Feb 9, 2009
9:30 am
10246
btw Set8087CW() in Delphi pure Language is an ignorable error. a procedure with no variables should not have ()Don't think about it because the compiler...
Eran Bodankin
bsalsaa
Offline Send Email
Feb 9, 2009
9:43 am
10247
I've read this tutorial: http://www.bsalsa.com/ewb_on_get_ext.html I'm using it to create custom javascript functions to be handled by Delphi. Actually, I've...
Giacomo Drago
giacomogd1
Offline Send Email
Feb 24, 2009
12:50 pm
10248
Hi, I'm developing a .NET application that involves recording macros from within Internet Explorer sidebar (as well as external application hosting MS...
crulex32
Offline Send Email
Mar 30, 2009
12:04 am
10249
have u checked if the pdisp (parameter of beforenavigate is <> from browser.defaultinterface. I use it to make difference between frames and maindocument....
cedmart1_fr
Offline Send Email
Mar 30, 2009
6:38 am
10250
Hello: i have a old program that works only in delphi 4 and uses the EmbeddedWB for navigate some pages. i dont use this program lately and now i see that no...
mariofabriciomontenegro
mariofabrici...
Offline Send Email
Apr 6, 2009
10:10 pm
10251
hello..the error says that you can't combine boolean type and integer. true and false are reserved words. try renaming your constant other than true/false.....
MARICOR MARAVILLA
marics_corner
Offline Send Email
Apr 7, 2009
4:33 am
10252
I vaguely recall having seen that problem a long time ago - the problem is that your D4 imported mshtml.dll incorrect. Hawing looked into my old D4 disk image...
Senfer, Kurt
lexicalis
Offline Send Email
Apr 7, 2009
6:31 am
10253
Hello kurt thanks for your answer i see several sections in my tlibimp.sym file: [Pascal:TypeNames] [Pascal:MemberNames] [C++:TypeNames] [C++:MemberNames] ...
mariofabriciomontenegro
mariofabrici...
Offline Send Email
Apr 7, 2009
11:59 am
10254
Hello: thanks for you answer if i change that lines the component compiles but i get errors when i use the component in my proyect, i describe this in my first...
mariofabriciomontenegro
mariofabrici...
Offline Send Email
Apr 7, 2009
12:04 pm
10255
Dont use a newer tlibimp.sym - go to your Delphi D4\Bin-directory And also use D4 to import mshtml -Kurt...
Senfer, Kurt
lexicalis
Offline Send Email
Apr 7, 2009
1:02 pm
10256
Hello:   i wanna to collaborate with the forum adding the file I attach.   This file is usefull for people than works with delphi 4 and use EmbeddedWB...
fabricio montenegro
mariofabrici...
Offline Send Email
Apr 13, 2009
8:21 pm
10257
Hi! Thanks for getting back, though this doesn't seem to apply to my need. I need to differentiate between (top level frame) navigation initiated from address...
crulex32
Offline Send Email
Apr 15, 2009
11:08 pm
10258
Hi, ... 1'st problem as the normal event mechanism will give you the mouse click AFTER the navigation is initiated you might run into some timing issues 2'end...
Senfer, Kurt
lexicalis
Offline Send Email
Apr 16, 2009
6:54 am
10259
Thanks for the help Kurt! I'm unsure yet if I'll actually proceed with implementing IHtmlEditDesigner - might be in the next version of software I'm...
crulex32
Offline Send Email
Apr 28, 2009
1:24 am
10260
hello everyone. i have a program that displays employee names in a treeview. now i want to add checkbox on each tree node for multi-select. my problem is how...
MARICOR MARAVILLA
marics_corner
Offline Send Email
May 9, 2009
9:22 am
10261
Greetings, Here's a couple of sites to have a look at: http://delphi.about.com/od/vclusing/l/aa092104a.htm http://www.swissdelphicenter.ch/en/tipresult.php The...
Charlie Chambers
chambers120
Offline Send Email
May 9, 2009
10:36 am
10262
hi..i already saw that example, but too complicated. maricor  ... From: Charlie Chambers <chambers120@...> Subject: Re: [Delphi-WebBrowser] Add...
Maricor B. Maravilla
marics_corner
Offline Send Email
May 9, 2009
10:48 am
10263
Hi... if your wanting an already built component have a look at Jedi VCL components Cheers, ... From: Maricor B. Maravilla To:...
Charlie Chambers
chambers120
Offline Send Email
May 9, 2009
11:52 am
10264
Hi all! Please, can someone explain to me what is the relationship between TWebBrowser and IWebBrowser2 ? I have a function with TWebBrowser and other with...
planetsoftbrasil
planetsoftbr...
Offline Send Email
Oct 1, 2009
7:04 am
10265
IWebBrowser2 is one of several interfaces (interfacedescriptions) implemented within the MS webbrowser object. TWebBrowser is your Delphi (or onother...
Senfer, Kurt
lexicalis
Offline Send Email
Oct 1, 2009
9:08 am
Messages 10234 - 10265 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