Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

delphi-webbrowser · Delphi: Using IE's WebBrowser

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4047
  • Category: Delphi
  • Founded: Mar 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 8997 - 9026 of 10292   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
8997 Paulo Andre
pacbarros Send Email
May 1, 2005
9:19 am
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...
8998 Warrick Wilson
warrick_wilson Send Email
May 1, 2005
8:51 pm
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...
8999 Senfer Kurt
lexicalis Send Email
May 2, 2005
6:26 am
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...
9000 Tom Conlon
tomc7777777 Send Email
May 2, 2005
7:41 am
Maybe consider a TCPIP server/clients using Indy, responding to requests from the server by updating screen/view? ... From: delphi-webbrowser@yahoogroups.com ...
9001 Victor Hadianto
vhadiant Send Email
May 3, 2005
8:36 am
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...
9002 vito72s Send Email May 3, 2005
3:40 pm
Do anybody have ready solution for XP themes support in toolbar for IE?...
9003 teckhos Send Email May 3, 2005
3:40 pm
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...
9004 denis_forman2004
denis_forman... Send Email
May 4, 2005
1:35 am
... 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...
9005 dalebarnes42 Send Email May 4, 2005
1:36 am
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...
9006 Andrey Filatkin
anfilat Send Email
May 4, 2005
6:13 am
You can change in EmbeddedWB.pas next lines - TUserInterfaceOption = (DIALOG, DISABLE_HELP_MENU, NO3DBORDER, SCROLL_NO, DISABLE_SCRIPT_INACTIVE, OPENNEWWIN,...
9007 Vcorp
vcorp75 Send Email
May 4, 2005
7:05 am
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...
9008 mstur80 Send Email May 6, 2005
12:28 am
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...
9009 calinmeze Send Email May 6, 2005
9:02 am
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...
9010 calinmeze Send Email May 6, 2005
11:34 am
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...
9011 Delphian @ Carrz-Fox-...
dreaminkisscarr Send Email
May 6, 2005
2:38 pm
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...
9012 teckhos Send Email May 6, 2005
9:08 pm
Thanks, i found the solution myself. It works when removing the following line: TVarData(vPostData).VType := varArray; ... is ... + ... sPassword :=...
9013 teckhos Send Email May 7, 2005
10:37 pm
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...
9014 Les Jackson
sillysulliva... Send Email
May 8, 2005
12:59 am
... xmlhttprequest see "using the xmlhttpRequest object" http://jibbering.com/2002/4/httprequest.html but also some issues relating to its use "XMLHTTPRequest...
9015 Fotis Kokkoras
fkokkoras Send Email
May 8, 2005
4:22 pm
... You can use the elementFromPoint method of the HTMLDocument object to find the IHTMLElement under the mouse: myElement:=...
9016 Warrick Wilson
warrick_wilson Send Email
May 9, 2005
1:59 am
... 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...
9017 mr_delphi_developer
mr_delphi_de... Send Email
May 9, 2005
2:13 pm
Please post your code to the files section. I can not figur out how to pass the MHTStream to the NSHandler. ... <SNIP>...
9018 mr_delphi_developer
mr_delphi_de... Send Email
May 9, 2005
2:19 pm
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){...
9019 mr_delphi_developer
mr_delphi_de... Send Email
May 9, 2005
2:25 pm
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...
9020 Fotis Kokkoras
fkokkoras Send Email
May 9, 2005
2:44 pm
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...
9021 mr_delphi_developer
mr_delphi_de... Send Email
May 9, 2005
2:59 pm
Then it would be an image menu. However, it is easy enough to do. Let me work somehting up. ... link. ... different...
9022 ajmalhamza Send Email May 9, 2005
3:15 pm
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...
9023 Birger Sorensen
birger_52 Send Email
May 9, 2005
9:43 pm
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...
9024 Delphian @ Carrz-Fox-...
dreaminkisscarr Send Email
May 10, 2005
1:05 am
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...
9025 Les Jackson
sillysulliva... Send Email
May 10, 2005
6:13 am
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 //...
9026 Andrey Filatkin
anfilat Send Email
May 10, 2005
9:02 am
... Look the my example (XPThemedBand.zip) in the files area. Andrey...
Messages 8997 - 9026 of 10292   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help