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 9050 - 9083 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9050
... Google bar is real toolbar (class ToolbarWindow32), created with style TBSTYLE_FLAT. You can create it with WinAPI: hwndTB := CreateWindowEx(0,...
Andrey Filatkin
anfilat
Offline Send Email
Jun 1, 2005
8:47 am
9051
Hi All, I use IE tools to add toolbar button to my standart internet explorer browser but i couldnt find a way to add toolbar button with submenu, dropdown...
Alperen YANARATES
benalperen
Offline Send Email
Jun 2, 2005
6:43 am
9052
Hi all, I am new to this group. I am using Delphi7. I have an issue which I hope I can get some insight on. Here it goes I am displaying a webpage in an...
petermatulich
Offline Send Email
Jun 3, 2005
4:09 am
9053
It is quite easy to prevent users from copying and pasting the content on the website displayed by the IE WebBrowser component, it is easy to disable the popup...
zenderxxx
Offline Send Email
Jun 3, 2005
4:09 am
9054
Hi, I have a component(not a VCL) which gives samples from a machine whenever there is an event(a new message event). I need to interface this componet to...
Latha Boopathy
latha_boopathy
Offline Send Email
Jun 3, 2005
8:48 am
9055
I managed to solve the problem by hooking up the onbegindrag event of all the images in the document....
zenderxxx
Offline Send Email
Jun 3, 2005
2:43 pm
9056
you can handle the BeforeNavigate2 event of Twebbrowser. the ULR parameter is what you need. ... I ... files. ... this ... downloading....
wking7556
Offline Send Email
Jun 4, 2005
1:51 am
9057
I'm using delphi TWebBrowser control to operate on html. Suppose I have a webpage, and it has <iframe...> element. Now I want to access the elements of the...
yannanqi
Offline Send Email
Jun 4, 2005
1:49 pm
9058
There is a way to Prevent Multiple Instances of an Application in any Windows version? I'll appreciate a Delphi code to solve that. Best regards Ruben...
Ruben
ruben@...
Send Email
Jun 5, 2005
7:46 pm
9059
noone has an pointer for me ? Pierre....
Pierre Bru
pbru_2001
Offline Send Email
Jun 6, 2005
11:48 am
9060
there is a button on my IE toolbar. IE will navigate to a new URL when the button is clicked. the toolbar runs well if only one instance of IE is created. ...
wking7556
Offline Send Email
Jun 8, 2005
3:02 am
9061
Thanks that is what I was looking for. This does raise additional questions.. How does one go about changing the Internet Explorer Download Directory at...
petermatulich
Offline Send Email
Jun 9, 2005
7:01 am
9062
Hello! I need to capture HTML events in my application. I tried the steps written here. But EventSink utility gave me "Unable to locate Borland's TLIBIMP.EXE "...
ierikci
Offline Send Email
Jun 9, 2005
7:01 am
9063
... it should be inside the bin directory of your d7 installation dir. <DelphiInstallationDir>\Bin\tlibimp.exe ... please read the post bellow...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jun 9, 2005
8:00 am
9066
... Nice, but it is also nice to share! have a nice day fotis...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jun 16, 2005
6:52 am
9068
Hi I would like to know a way to create textnodes using spaces as first characters example: document.createTextNode(' try this!'); will print: try...
tijoen
Offline Send Email
Jun 20, 2005
5:58 pm
9069
... I haven't tested it, but how about instead of preceding spaces, substitute &nbsp; (no backspace) for each space? FYI: Because this forum is browser-based,...
Doug Filteau
dfilteau
Offline Send Email
Jun 20, 2005
6:05 pm
9070
... I thought as it is createtextnode, and not an element with innerhtml, the &nbsp; would be printed as itself isntead of a space... but I just built the...
tijoen
Offline Send Email
Jun 20, 2005
9:20 pm
9071
I am building a chat client example foru nderstanding: the user can send a text like this: <color=red>TEST1</color><color=green>TESTE2</color> My client, when...
tijoen
Offline Send Email
Jun 20, 2005
9:27 pm
9072
... actually it means "Non-breaking space" [Non-text portions of this message have been removed]...
Henrik Malmberg
h3nk3
Offline Send Email
Jun 21, 2005
1:40 am
9073
(Apologies if this appears more than once. It's taken several goes to 'send' but it doesn't *seem* to have been accepted before - but you never know) Hi all ...
ij_malaga
Offline Send Email
Jun 22, 2005
2:38 pm
9074
... From: "ij_malaga" <ian@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Wednesday, June 22, 2005 3:33 AM Subject: [Delphi-WebBrowser]...
Paul Slusarz
wiedzmin
Offline Send Email
Jun 22, 2005
10:03 pm
9075
... I tested both ways Using OleVariants to get to the document of the page isn't the better way really really not the way to it but, using QueryInterface on...
tijoen
Offline Send Email
Jun 22, 2005
10:51 pm
9076
... <mailto:delphi-webbrowser-unsubscribe@yahoogroups.com?subject=Unsubscribe> ... I don't know why and not why but using...
tijoen
Offline Send Email
Jun 22, 2005
10:53 pm
9077
FYI : &nbsp; is called "not breakable space", and is a HTML charater, that the browser is not allowed to treat as whitespace (not remove, not adjust, and not...
Birger Sørensen
birger_52
Offline Send Email
Jun 23, 2005
1:49 am
9078
... <kmicic@i...> wrote: Hi Paul Thanks for the help. ... I'm not doing, I'm a realist. :) I have my strengths - this ActiveX stuff isn't one of them. ... Yes,...
ij_malaga
Offline Send Email
Jun 23, 2005
4:20 am
9079
Hi, Although it seems simple to use Twebbrowser in edit mode you'll frequently find that it isn't quite so simple. I've made a demo application with Delphi...
Senfer Kurt
lexicalis
Offline Send Email
Jun 23, 2005
5:33 am
9080
... <kurt.senfer@s...> wrote: Hi Kurt ... Many thanks for that. I'll have a read through that and try and get a handle on things. Again, many thanks. Cheers...
ij_malaga
Offline Send Email
Jun 23, 2005
6:43 am
9082
ok, back again the createtextnode isn't creating the begining spaces I need "-_- Don't know WHY... I think it was because I was creating a div everytime, then...
tijoen
Offline Send Email
Jun 23, 2005
8:33 pm
9083
From: "ij_malaga" <ian@...> Subject: [Delphi-WebBrowser] Re: TEmbeddedWB newbie - so please be gentle ... didn't look ... wasn't ... In your...
Paul Slusarz
wiedzmin
Offline Send Email
Jun 23, 2005
9:07 pm
Messages 9050 - 9083 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