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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 10220 - 10253 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10220
Hello, When loading a file that contains the HTML code below, the error "Access violation in mshtml.dll" happens. It happens no matter what method is used:...
Aliaksander Markau
alexander_ma...
Offline Send Email
Aug 4, 2008
10:23 am
10221
thanks for this one.. it helped me get on going :-) ... webbrowser in...
MARICOR MARAVILLA
marics_corner
Offline Send Email
Aug 7, 2008
7:45 pm
10222
Hi, does anybody know as saving a file *.htm for *.rtf?...
el_candonga
Offline Send Email
Aug 20, 2008
7:27 am
10223
Look at http://www.swissdelphicenter.ch/torry/showcode.php?id=1823...
Joachim Uersfeld
joachimuersfeld
Offline Send Email
Aug 22, 2008
5:52 am
10224
I am compiling a demo from EmbeddedWB which is for IEHelper, in the DocumentComplete event, I wrote a piece of code found in google to highlight the text const...
mchakuna
Offline Send Email
Aug 22, 2008
5:52 am
10225
I actually implemented this some time ago, in order to extract a meta tag from an htmldocument you need to go through the documentelement property of...
nybnybnybnyb
Offline Send Email
Sep 10, 2008
2:03 am
10226
hi...thanks for the reply, i actually got it but with different implementation.. i got it by extracting the URL... thanks though, your solution is simplier and...
MARICOR MARAVILLA
marics_corner
Offline Send Email
Sep 10, 2008
5:58 am
10227
Basically, I have a xml document and an xslt document that I load via MSXML dom (msxml2_tlb), which applies the xslt transformation to the xml document. The...
shamresh1
Offline Send Email
Sep 17, 2008
5:49 am
10228
I am automating a web site login. I fill a couple of fields and click a form button - no problems there and the actual login takes place and proceeds. At this...
Johnnie Norsworthy
johnnie.nors...
Offline Send Email
Sep 26, 2008
5:40 am
10230
I'm hoping that there is a simple answer that I am just missing. I am trying to automate data entry & navigation on a secure website. When a button is...
johnsstrozier
Offline Send Email
Oct 21, 2008
1:51 am
10231
Hi Sham, The MSXML library (like IE) makes use of the URLMoniker functions of Windows. This means that all the config settings are consolidated in the Internet...
goligoza
Offline Send Email
Oct 28, 2008
4:47 am
10233
You can always use something like the X-Appl engine to do this. It works for me and it is free for all internet users. ... in...
goligoza
Offline Send Email
Oct 28, 2008
4:52 am
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
Messages 10220 - 10253 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