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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 8997 - 9026 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8997
Well I understand little about this but Why don't you make a program to generate some kind of code corresponding to the layout, and then you make your pages...
Paulo Andre
pacbarros
Offline Send Email
May 1, 2005
9:19 am
8998
Thanks for the comment. I actually use that method for part of one of the layouts. Since I need to recognize a change fairly quickly, I think that refreshing...
Warrick Wilson
warrick_wilson
Offline Send Email
May 1, 2005
8:51 pm
8999
Try "a client / server methodology" (as in a chat server). Create a com server that knows when its time for the "clients" to change view. Put a com client into...
Senfer Kurt
lexicalis
Offline Send Email
May 2, 2005
6:26 am
9000
Maybe consider a TCPIP server/clients using Indy, responding to requests from the server by updating screen/view? ... From: delphi-webbrowser@yahoogroups.com ...
Tom Conlon
tomc7777777
Offline Send Email
May 2, 2005
7:41 am
9001
Hi All, I have an embedded IE browser in my app but strangely it is using the old style buttons not the XP style buttons. Strange problem is there a way to...
Victor Hadianto
vhadiant
Offline Send Email
May 3, 2005
8:36 am
9002
Do anybody have ready solution for XP themes support in toolbar for IE?...
vito72s
Offline Send Email
May 3, 2005
3:40 pm
9003
Hi. I'm having trouble using the postdata parameter and getting it to work properly. Its probably something really obvious, but here is my code if someone can...
teckhos
Offline Send Email
May 3, 2005
3:40 pm
9004
... I have bought source code of the Demo toolbar for Internet Explorer http://plugins-soft.com/demos.html#iebar and this solved all my problems Its main...
denis_forman2004
denis_forman...
Offline Send Email
May 4, 2005
1:35 am
9005
I have to track where our users go via the web. While doing this via the firewall would be easier, our home office does not allow this so I have to find...
dalebarnes42
Offline Send Email
May 4, 2005
1:36 am
9006
You can change in EmbeddedWB.pas next lines - TUserInterfaceOption = (DIALOG, DISABLE_HELP_MENU, NO3DBORDER, SCROLL_NO, DISABLE_SCRIPT_INACTIVE, OPENNEWWIN,...
Andrey Filatkin
anfilat
Offline Send Email
May 4, 2005
6:13 am
9007
have you try with resources? put in the dir of your program the manifest with the same name of executable!!! ... Nessuna persona merita le tue lacrime, e chi...
Vcorp
vcorp75
Offline Send Email
May 4, 2005
7:05 am
9008
Hello! I have the following question/problem. Suppose we have 2 situations. 1) One can use namespaces (with example from Euromind website) to retrieve URLs...
mstur80
Offline Send Email
May 6, 2005
12:28 am
9009
I need a small help with my code. I want to autologin to yahoomail for my project, but I cannot seem to be able to push the "Sign In" button I have a form, a...
calinmeze
Offline Send Email
May 6, 2005
9:02 am
9010
I tryed sending a blind return key on the form after positioning the focus on the Sign In Button but it still does not work. It seems like this button is...
calinmeze
Offline Send Email
May 6, 2005
11:34 am
9011
Please download the following File. Read the information inside of the " Yahoo.pas" file. http://www.carrz-fox-fire.com/1/Mail.Yahoo.Com.zip Please let me know...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
May 6, 2005
2:38 pm
9012
Thanks, i found the solution myself. It works when removing the following line: TVarData(vPostData).VType := varArray; ... is ... + ... sPassword :=...
teckhos
Offline Send Email
May 6, 2005
9:08 pm
9013
Hi, have you find a solution and anyone have one to submit peculiar coordinates of the mouse for an input image on a form? ... part...
teckhos
Offline Send Email
May 7, 2005
10:37 pm
9014
... xmlhttprequest see "using the xmlhttpRequest object" http://jibbering.com/2002/4/httprequest.html but also some issues relating to its use "XMLHTTPRequest...
Les Jackson
sillysulliva...
Offline Send Email
May 8, 2005
12:59 am
9015
... You can use the elementFromPoint method of the HTMLDocument object to find the IHTMLElement under the mouse: myElement:=...
Fotis Kokkoras
fkokkoras
Offline Send Email
May 8, 2005
4:22 pm
9016
... I thought I'd follow up on this issue, at least how I got things working. I used the basics of an example I found online about getting the contents of a...
Warrick Wilson
warrick_wilson
Offline Send Email
May 9, 2005
1:59 am
9017
Please post your code to the files section. I can not figur out how to pass the MHTStream to the NSHandler. ... <SNIP>...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
May 9, 2005
2:13 pm
9018
Look at item number 2 in this post. http://www.delphipages.com/threads/thread.cfm?ID=101040&G=100927 I have injected javascript like this before. ... (txt){...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
May 9, 2005
2:19 pm
9019
This DOES work on hyperlinks (ANCHORS), unless you have a different definition of hyperlink than I do. // Is this an Anchor Tag that they clicked on? if...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
May 9, 2005
2:25 pm
9020
I am not sure if checking just the tagName is enough. How about this HTML: <A><IMG SRC="myimage.gif"></A> where does the click goes?? onto the IMG or onto the...
Fotis Kokkoras
fkokkoras
Offline Send Email
May 9, 2005
2:44 pm
9021
Then it would be an image menu. However, it is easy enough to do. Let me work somehting up. ... link. ... different...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
May 9, 2005
2:59 pm
9022
Here we go, the I will put the code to the files section. I have commented some lines in NSHandler.pas, you can adjust it to your needs. Please post any...
ajmalhamza
Offline Send Email
May 9, 2005
3:15 pm
9023
Hi, <a><img /></a> will cause both to be "clicked". Events "bubble" in DOM. Unless the img has an onclick event handler, that disables bubbling or clears the...
Birger Sorensen
birger_52
Offline Send Email
May 9, 2005
9:43 pm
9024
I am caught in the back of this post. Could you please tell me what you are trying to do? Are you trying to create your own [Image PopupMenu] Like that is...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
May 10, 2005
1:05 am
9025
this looks cool. A few questions 1. In the following, is there any reason why you did not free f ?? var F, t: TMemoryStream; Dummy: INT64; begin //...
Les Jackson
sillysulliva...
Offline Send Email
May 10, 2005
6:13 am
9026
... Look the my example (XPThemedBand.zip) in the files area. Andrey...
Andrey Filatkin
anfilat
Offline Send Email
May 10, 2005
9:02 am
Messages 8997 - 9026 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