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...
Show off your group to the world. Share a photo of your group with us.

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 7945 - 7974 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7945
Hi All I need to use the Document object used in a modal dialog (created using window.showModalDialog("..")) I get the window handle from 'ShowDialog' event...
nirandrotem
Offline Send Email
Jan 2, 2004
11:46 am
7946
Thanks Paul. The reason i need this web tester is my company is developing web app which will be used at our customer's intranet. Since the customer is big, at...
johan@...
johansmax
Offline Send Email
Jan 2, 2004
9:18 pm
7947
Hi; I have a document in TWebBrowser which I want to click three links by code. I do not know how can I find and click these links. I searched on old posts,...
fkaynakli
Offline Send Email
Jan 4, 2004
2:48 am
7948
everytime a html uses setfocus, my app will blink away in the task bar. is there a way to trap setfocus and kill it? :P...
puis00n
Offline Send Email
Jan 5, 2004
4:41 pm
7949
ie.Document.QueryInterface(IOleCommandTarget, CmdTarget); v:=TRUE; v1:=null; if CmdTarget <> nil then CmdTarget.Exec( PGuid(nil), IDM_SHOWALLTAGS,...
yarekc
Offline Send Email
Jan 6, 2004
2:07 am
7950
Hi all I have a custom binary file format which holds many HTML files. I want to get IE to print all of the HTML files with as little effort as possible. I...
Peter Morris
mrpmorris
Offline Send Email
Jan 6, 2004
10:43 am
7951
I'm having a problem with the code also. This is my first attempt at using tWebbrowser or anything to do with the internet and Delphi. I've learned a lot from...
joyoung00
Offline Send Email
Jan 7, 2004
2:07 am
7952
I am trying to autofill a form that also has a field to upload a file from your hard disk. All of my other fields will fill in and submit correctly except for...
joyoung00
Offline Send Email
Jan 7, 2004
2:07 am
7953
Hi ! I want to create an app just like Tag and Rename. I want to load the tags from www.allmusic.com. But I have a problem with access/set radio buttons in it....
fowlertrainer
Offline Send Email
Jan 7, 2004
2:08 am
7954
Hi ! How to I get the HTML source of document from WebBrowser ? Please help me ! Thanx....
fowlertrainer
Offline Send Email
Jan 7, 2004
8:49 am
7955
Hi, there is a function function TForm1.GetHtml(var web_browser : TWebBrowser): String; var document : IHTMLDocument2; begin document := web_browser.Document...
Edgar Morales
ermoralesch
Offline Send Email
Jan 8, 2004
4:03 am
7956
I have a web based application developed in delphi 5(a dll). This program accesses some Html files and is using TGeneralHttpEngine CGI component. This is a...
suvarnapjoshi2004
suvarnapjosh...
Offline Send Email
Jan 11, 2004
2:15 am
7957
Hi, I need to make a perminent pluggable protocol in Delphi 5. I have tried all the standard registrytricks but I can't get it to launch my application using...
rickarddahlstrand
rickarddahls...
Offline Send Email
Jan 11, 2004
2:16 am
7958
This is true but it is not complete, there is in outerHTML for each document, it must be considered, If you want the source of an HTML page to view it like in...
khaledahmad@...
ka_sy_2000
Offline Send Email
Jan 11, 2004
2:16 am
7959
Please help me. I have 2 TWebbrowser (WB1 and WB2 on TabSheet1 and TabSheet2). WB1.Navigate('http://www.tamingthebeast.net/articles2/pop-under- ads.htm'); This...
brickbt
Offline Send Email
Jan 11, 2004
2:16 am
7960
Hi Every body I am using TEmbeddedWB component to implement a webbrowser, I am facing a problem, when a certaing script opens a new window (like open (url))...
Khaled
ka_sy_2000
Offline Send Email
Jan 12, 2004
4:26 am
7961
Hi, I am trying to attach one of my Delphi dll to the inetinfo.exe. There it gives error, Unable to create process : access denied. Can anybody suggest me what...
suvarnapjoshi2004
suvarnapjosh...
Offline Send Email
Jan 12, 2004
8:52 am
7962
Hello, I've only recently subscribed to delphi-webbrowser but would like to read (and search) offline through the message history. I've found some in the...
Catalin Ionescu
heatseeker0
Offline Send Email
Jan 12, 2004
4:26 pm
7963
Anyone knows how I can trap a JavaScript Prompt using TEmbeddedWB i.e. var MyVar = prompt('What is your name?',''); I need to read the prompt 'What is your...
guy_rov
Offline Send Email
Jan 12, 2004
4:26 pm
7964
... From: "Catalin Ionescu" <heatseeker0@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Sunday, January 11, 2004 10:37 AM Subject:...
Paul Slusarz
wiedzmin
Offline Send Email
Jan 12, 2004
4:40 pm
7965
Try the following: //list is an XML DOM Node List for count:=0 to list.length-1 do begin //create the option : IHTMLOptionElement //doc is the browser's...
datsystems
Offline Send Email
Jan 12, 2004
4:59 pm
7966
Is there a Delphi 7 Demo of a Namespacehandler or Pluggable Protocol. The ones on the Euromind site are for D4 and D5 only and generate AVs in Delphi 7. ...
Franz-Leo Chomse
franzleochomse
Offline Send Email
Jan 13, 2004
12:44 pm
7967
Hi all I seem to remember that there was a way of navigating to a page, and then pausing the app until the status of the WB = ready. Could someone remind me...
Peter Morris
mrpmorris
Offline Send Email
Jan 13, 2004
6:08 pm
7968
Pete, while wb.ReadyState <> READYSTATE_COMPLETE do "process messages" Kurt ... From: Peter Morris [mailto:pete@...] Sent: 13. januar 2004 19:08 ...
Kurt Senfer
lexicalis
Offline Send Email
Jan 14, 2004
6:40 am
7969
I am meeting a big difficulty in useing TembeddedWB with c++ builder6. I can not install it....
zz_hhb
Offline Send Email
Jan 14, 2004
4:24 pm
7970
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
Jan 15, 2004
7:31 am
7971
I've made a version that works with C++Builder 5... I've posted it in the files section of this group! You must add inet.lib to your package and every projects...
Copper France
copper_france
Offline Send Email
Jan 15, 2004
7:36 am
7972
... Thanks Kurt, that is exactly what I was trying to remember :) Hopefully it is the solution to my problem. Pete ============= http://www.DroopyEyes.com -...
Peter Morris
mrpmorris
Offline Send Email
Jan 15, 2004
9:57 am
7973
Hi agui, Thank you for the tip. Didn't try it yet, but i would like to change the orientation of printing and then automatically close the pagesetup dialog (so...
ralf_walhoefer
Offline Send Email
Jan 15, 2004
12:41 pm
7974
If I wanted delphi to see what page my TWebBrowser is viewing how would i do this.. eg if browser1.Navigate(url):='http://www.google.com' then showmessage('You...
powax1
Offline Send Email
Jan 15, 2004
4:16 pm
Messages 7945 - 7974 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