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 8121 - 8150 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8121
Have a project in which i need to automate filling in forms on an asp.net web application. One of the fields happens to be a file input box. In the previous...
dalewolver
Offline Send Email
Mar 1, 2004
5:04 pm
8122
... is ... The key word here is FRAMES. You must load the frame containing the form. If you right-click on a frame and select view source, you are viewing the...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Mar 2, 2004
3:57 pm
8123
I need to be able to examin PostData values in BeforeNavigate and everything I've tried, I can't get it done... Anyone???...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Mar 2, 2004
3:58 pm
8124
hello world! i am loosing my hope ! have wasted very much time with that problem: how to get the object name that is selected/clicked/pressed/... ? for example...
meinemehlbox2003
meinemehlbox...
Offline Send Email
Mar 2, 2004
4:17 pm
8125
... This works brilliantly... procedure TForm1.WebBrowser1BeforeNavigate2(Sender: TObject; const pDisp: IDispatch; var URL, Flags, TargetFrameName, PostData, ...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Mar 2, 2004
4:47 pm
8126
... Sounds like your implementing a popup blocker... If you are, there's a really good C++ source code example at: ...
Brad Parks
bradparks
Offline Send Email
Mar 2, 2004
6:30 pm
8127
Hello there! I use TWebbrowser to grab an information from some sites (there is no spam be sure, I am spam fighter myself, look at my signature). Sometimes ...
Nicolay A. Vasiliev
apatit_ru
Offline Send Email
Mar 3, 2004
12:02 pm
8128
Hi guys, this seems to be really close to the answer I'm looking for... My problem is this, I don't get the file name when I try to use the ...
p_lagaffe3
Offline Send Email
Mar 3, 2004
4:00 pm
8129
... no :-( that is not the problem i have . i "only" want to find out the active form of the document....
meinemehlbox2003
meinemehlbox...
Offline Send Email
Mar 4, 2004
5:31 pm
8130
Hello, I have an application with tabbed browsers. My application seems crashed sporadically. I can't force the bug to happen so therefore it's almost...
neilsg2001
Online Now Send Email
Mar 6, 2004
1:05 am
8131
how merge 2 or more Cell in html table?? I use MSHTML ocx component(not DHTML) i have test ExecCommand and SpecialCommand with IDM parameters but it not works ...
GCPC14
Offline Send Email
Mar 6, 2004
1:05 am
8132
Hi, can u give more detail on this i can help u out. ... __________________________________ Do you Yahoo!? Yahoo! Search - Find what you’re looking for...
sridhar rao
sridhar1778
Offline Send Email
Mar 6, 2004
8:12 am
8133
I want to set the image's attribute which user clicked on. how i do it....
cgh_chen
Offline Send Email
Mar 8, 2004
3:37 am
8134
John, have you figured out how to get the offsets? I'm stumped, too. Even when I use OffsetParent, the offsets are still always 0. function ol(e:...
dajo_67a
Offline Send Email
Mar 8, 2004
3:38 am
8135
... From: "dajo_67a" <CMPEFAMCLIPG@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Saturday, March 06, 2004 10:39 PM Subject: [Delphi-WebBrowser]...
Paul Slusarz
wiedzmin
Offline Send Email
Mar 8, 2004
4:50 pm
8136
i use IEWrite,when const include "aaa.html#13212",mouse click no use. who help me,ask me why? const exp:<a ...
dnlzsy
Offline Send Email
Mar 9, 2004
3:07 am
8137
hello, I have read the page.. http://www.euromind.com/iedelphi/ie5tools/ieautomate.htm ... with regards to connecting to a running instance of IE. what i am...
rave154
Offline Send Email
Mar 9, 2004
3:07 am
8138
Is there way to get proper upload progress from the TWebbrowser. In the OnProgressChange event then numbers seem to be quite a bit off the progressmax is...
dalewolver
Offline Send Email
Mar 9, 2004
4:05 pm
8139
I have a problem with one (could be more) specific sites using TEmbeddedWB in Delphi7. I took the component from the Files section in this group. For test ...
arnandreas
Offline Send Email
Mar 10, 2004
1:43 am
8140
Hello How can i replace the Popup menu of the TWebBrowser by my TPopupMenu ? Thanks,...
remixgame
Offline Send Email
Mar 10, 2004
1:43 am
8141
I am also interested in newer archives of this group. Please email me, bjornan at bjasoft.com. Bjorn ... to ... send it...
teddy35
bjornantonsen
Offline Send Email
Mar 10, 2004
1:59 am
8142
sure, try this procedure TFrom1.NVShowContextMenu(Sender: TObject; xPos, yPos: Integer); begin with Mouse.CursorPos do pmConText.Popup(X, Y); end; ... From:...
Adnil Zhou
adnilzhou
Offline Send Email
Mar 10, 2004
3:57 am
8143
I am thinking about writing a BHO with the following features: I need to have a button on the toolbar that toggles on and off. When off Inline Images would not...
Michael Higgins
michaelhiggi...
Offline Send Email
Mar 10, 2004
4:00 pm
8144
Hi there, I found out that when I call the TWebBrowser Navigate to navigate a URL or Redirect URL, sometimes the TWebBrowser itself is not navigating but...
CLTAN8
Offline Send Email
Mar 10, 2004
4:00 pm
8145
I have tried this before myself, and what I have seen is that it will work until.... For some reason it seems to only work until you open a new page, "new...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
Mar 10, 2004
4:00 pm
8146
... From: "Michael Higgins" <michaelhiggins432@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Tuesday, March 09, 2004 11:30 PM Subject:...
Paul Slusarz
wiedzmin
Offline Send Email
Mar 10, 2004
4:30 pm
8147
Hello I have found a solution ( sorry but i'am french and speak just a little english, i am 16 lol ) My solution : webbrowser1 := twebbrowser.Create(form14); ...
remixgame
Offline Send Email
Mar 10, 2004
8:27 pm
8148
... From: "remixgame" <remix_on_the_net@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Wednesday, March 10, 2004 2:27 PM Subject: [Delphi-WebBrowser]...
Paul Slusarz
wiedzmin
Offline Send Email
Mar 10, 2004
9:32 pm
8149
Hiyas, I have a TWebBrowser and I am displaying files in it no probs: webPreview.Navigate('c:\test.html'); but the zoom level or text size is the ie default....
Chris Matheson
c20cjm
Offline Send Email
Mar 11, 2004
1:43 am
8150
you should do it like this fhis is method to show popup FPopUpMenu is my own popup menu function THTMLEdit.ShowContextMenu(const dwID: Cardinal; const ppt:...
Tomaž Cerar
jezek1
Online Now Send Email
Mar 11, 2004
10:27 am
Messages 8121 - 8150 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