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 10066 - 10095 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10066
Hi there, I've made a simple tabbed webbrowser using the embeddedwb component for testing. I've been having this problem and can't seem to solve it. When...
mp5ya2death
Offline Send Email
Sep 5, 2006
3:11 pm
10067
Suggestion: 1. find websites that are NOT pornographic in nature if you want help (wth??) 2. get socketspy or use firefox to trace what is happening and...
Aaron DC
toolkit@...
Send Email
Sep 5, 2006
7:53 pm
10068
Thanks for the response and suggestion Aaron, I'm aware that someone may find this post offesive but believe it or not I only have problems testing these sites...
mp5ya2death
Offline Send Email
Sep 5, 2006
8:32 pm
10069
Hi, I use TWebbrowser to edit html pages. Is there any possibility to let the comp. mark mispelled words while typing - e. g. like ms word does? TIA Ollo...
ollochen
Offline Send Email
Sep 7, 2006
12:11 am
10070
Hi Ollo, ... typing - e. g. like ms word does? "possibility" yes but its a lot of hard work to get it up and run ! IHTMLRenderStyle will give you the red curly...
Senfer Kurt
lexicalis
Offline Send Email
Sep 8, 2006
8:39 am
10071
In a club membership management program I have written in D7, I am using your MDSHTMLEditPanel code to create an HTML email message which is then bulk emailed...
ntsmkfob
Offline Send Email
Sep 16, 2006
12:29 am
10072
Hi, I want to read all stylesheet text from a page that is contained in an embeddedWB. Currently i use the following (slightly stripped) method: function...
Ralf Kaiser
rkaiser_una
Offline Send Email
Sep 21, 2006
12:14 pm
10073
Does any one can tell me how to implemente a right clik popup menu in EmbeddedWB1. Excuse my english Thanks...
nrousselca
Offline Send Email
Sep 26, 2006
10:40 pm
10074
Hello all . I am trying to get all the text from the twebbrowser. If I use theis code for i := 0 to WebBrowser1.OleObject.Document.All.Length - 1 do ...
grantfullen
Online Now Send Email
Oct 6, 2006
3:28 am
10075
You sould get the innerText of the documentElement which reffers to the HTML tag. You don;t have to pass through all the elements of the Document.All...
Fotis Kokkoras
fkokkoras
Offline Send Email
Oct 6, 2006
10:09 am
10076
Hy. I am trying to retrieve the html source of a page without navigating with the Navigate function to that page. The reason for this is that I do not want the...
Bogdan
bogdan_iuly
Online Now Send Email
Oct 7, 2006
9:57 pm
10077
Hi Grant, What else do you expect if you discard the rest lines. ;-) I guess you meant memPlainText.Text:= memPlainText.Text + ... Denis Friday, October 6,...
Denis
brushgroup
Offline Send Email
Oct 8, 2006
12:35 pm
10078
I recommend changing the top of IsWinXPSP2OrLater to dynamic binding, so projects using EWB could be run on win98 system. static binding for both...
BigDeny
Offline Send Email
Oct 15, 2006
9:38 pm
10079
Hi, I am using D7 with IE7 RC1 under win XP. I found out the the Form.ShowModal no long working with IE7 anymore. In the IE Deskband, I create a button and...
Tao Lin
lintao_nz
Offline Send Email
Oct 17, 2006
3:53 am
10080
I found that sometimes pages loaded from stream with LoadFromStream method show as sourcecode but not HTML... and sometimes the very same page shoes OK. Does...
Aliaksander Markau
alexander_ma...
Offline Send Email
Oct 17, 2006
3:57 pm
10081
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Send Email
Nov 2, 2006
12:16 pm
10082
... binding, so ... must ... OSVERSIONINFOEX; ... stdcall; ... (handle, 'VerifyVersionInfoA'); ... It's already done in a diferent way. You should download the...
Eran Bodankin
bsalsaa
Offline Send Email
Nov 2, 2006
3:13 pm
10083
... It's because the legality of the Html in the stream. You should make sure that you load a legal html code....
Eran Bodankin
bsalsaa
Offline Send Email
Nov 2, 2006
3:14 pm
10084
... navigating ... of ... it. ... html ... a ... Use IEParser component from Embedded web browser components pack...
Eran Bodankin
bsalsaa
Offline Send Email
Nov 2, 2006
3:16 pm
10085
... in ... function TForm1.EmbeddedWB1ShowContextMenu(const dwID: Cardinal; const ppt: PPoint; const pcmdtReserved: IInterface; const pdispReserved:...
Eran Bodankin
bsalsaa
Offline Send Email
Nov 2, 2006
3:50 pm
10086
Hi Eran, I upgraded to the latest package, but beccause IEUtils is no longer in it I ran into some trouble. I understand Encode is replaced by EncodeURL() ? ...
Alfred Vink
alf_at_delphi
Offline Send Email
Nov 3, 2006
2:45 pm
10087
Hi Alfred, I had the exact same problems. The many changes between the (very) old version I was using, to the current version (14.61) required a number of...
sh0rty :P
sh0rtythegreat
Offline Send Email
Nov 3, 2006
7:03 pm
10088
Hello Alfred & Ryan, Ryan Bruins is right. Yes, the new versions, uses some new names for old functions because ppl forget what the function should do. I don't...
bsalsa@...
bsalsaa
Offline Send Email
Nov 5, 2006
4:53 am
10089
Dear all, I appologise if the answer to my question exists on this group's or other message list, but I'm searching the web for many days with no results. The...
dsimun
Offline Send Email
Nov 5, 2006
7:48 pm
10090
Hi there, I seem to have some problems with my embeddedwb and IE7. Webpages containing an IFrame are not rendered at all whereas they work perfctly in IE7...
grexwinkel
Offline Send Email
Nov 8, 2006
9:21 am
10091
I have got it. As to be expected this is an unforseen dependency between SP2 and IE7. ;-) I have impelemented the 1st workaround below (the 2nd i do not trust)...
grexwinkel
Offline Send Email
Nov 8, 2006
10:06 am
10092
Hey there, can anyone please give an example of how I could have a form automatically filled out and then submitted? Thanks...
Roger MacRae
rogermacrae
Offline Send Email
Nov 9, 2006
3:39 am
10093
Hello, You can grab the code from the EmbeddedWB package. Unit name EwbTools. ... From: Roger MacRae To: delphi-webbrowser@yahoogroups.com Sent: Wednesday,...
bsalsa@...
bsalsaa
Offline Send Email
Nov 9, 2006
12:00 pm
10094
Hi, how can I add/insert own menuitems to the default contextmenu of TWebbrowser? TIA Ollo...
ollosoft
Offline Send Email
Nov 9, 2006
4:23 pm
10095
Hi, I've not used the TWebBrowser component before, but it works really well for my app ( though I'd like to be able to hide the URL's from the IE history...
sandra_campbell_04
sandra_campb...
Offline Send Email
Nov 10, 2006
5:07 pm
Messages 10066 - 10095 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