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 8328 - 8357 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8328
after change i get errors: [Warning] embeddedwb.pas(892): Symbol 'AllocateHWnd' is deprecated [Warning] embeddedwb.pas(909): Symbol 'DeallocateHWnd' is...
xxxlt777
Offline Send Email
May 3, 2004
6:07 pm
8329
Hello everybody, I'm new here and I just installed EmbeddedWB from IE & Delphi site. I use it as EmbeddedWB1.Navigate('www.homepage.com') but I see no result....
ciprianpungila
Online Now Send Email
May 4, 2004
2:55 am
8330
Hello, I currently have a form which contains: procedure TForm1.TWebBrowserNavigateComplete2(Sender: TObject; pDisp: IDispatch; var URL: OleVariant); var hr:...
Brenton
brenton_ceo_sm
Offline Send Email
May 4, 2004
2:56 am
8331
Hi ... I don't have any errors with this code. My example embeddedwb.pas: http://anfilat.hotbox.ru/EmbeddedWB.zip...
Andrey Filatkin
anfilat
Offline Send Email
May 5, 2004
9:20 am
8332
Thanks. Your source is working fine. ... deprecated ... deprecated ... but 'FUNCTION'...
xxxlt777
Offline Send Email
May 5, 2004
12:17 pm
8333
Hello "Andrey"; Is there anyway, that you can put your file up again for download? Thank You Wayne...
Delphian @ Carrz-Fox-...
dreaminkisscarr
Offline Send Email
May 6, 2004
3:09 pm
8334
Hi, I need to program a virtual keyboard to let users navigate on a touchscreen. The problem is I couldn't figure out how to code a button that sends a key to...
g_iasio
Offline Send Email
May 8, 2004
2:19 am
8335
I make a browser with EmbeddedWB. when i click some links with shockwave files (like http://www.pixeltees.com/make/?&c=20040509- 190110-7648741981) then there...
yap19952003
Offline Send Email
May 10, 2004
8:25 pm
8336
Its also works if you set the ParentBackground from False to True and back to False. This is a general bug in Delphi 7...
t_ausweg
Offline Send Email
May 10, 2004
8:25 pm
8337
Hi, I'm trying to access a Form in a certain frame. But this gives me an AV. What's wrong? Thomas var IE: IWebBrowser2; Doc:IHTMLDocument2; fnr,i: OLEVariant; ...
sunny_wantika
Offline Send Email
May 10, 2004
8:26 pm
8338
Hi, From MS documentation of Document collections - frames: Remarks If the HTML source document contains a body tag, the collection contains one window for...
Birger Sorensen
birger_52
Offline Send Email
May 10, 2004
9:27 pm
8339
Please, where can i get a copy of Delphi TWebBrowser component? Thanks!...
vmars
Offline Send Email
May 11, 2004
12:16 am
8340
Hi, i have an application that updates a xml document loaded in my tembeddedwb with .innerHTML a lot of times. _Everything works fine under win XP_, but under...
stephan_semirat
Offline Send Email
May 11, 2004
11:37 am
8341
How to connect HTMLDocument1 to embeddedWb ?? ... are ... webbrowser (which ... WebBrowser1.Left-4; ... WebBrowser1.Top ... mouse ... element...
yap19952003
Offline Send Email
May 12, 2004
3:19 am
8342
Anyone know how to make then work? onkeydown events doesnt work either....
vgiacometti
Offline Send Email
May 12, 2004
5:31 am
8343
Hello, Unfortunately I am having problems using the TEmbeddedWB browser. I downloaded the files from the IE & Delphi site and I installed the TEmbeddedWB on...
ciprianpungila
Online Now Send Email
May 12, 2004
7:15 am
8344
to nav to a site like Google.com try Browser1.Navigate('http://www.google.com'); ... From: ciprianpungila To: delphi-webbrowser@yahoogroups.com Sent:...
Ben Simpson
powax1
Offline Send Email
May 12, 2004
9:13 am
8345
I'm having a problem using the DelphiDeskband code from Euromind. I got it working without problems and it does everything I want except that if i reboot my...
Karl-Johan Sjögren
kallvick
Offline Send Email
May 12, 2004
2:51 pm
8346
in TWebBrowser it is a matter of declaration oSource: IHTMLElement1; instead of oSource: IHTMLElement; I am not sure if it works in embeddedWb though. fotis...
Fotis Kokkoras
fkokkoras
Offline Send Email
May 12, 2004
11:58 pm
8347
Hello to Everybody! We created a Delphi application, which call the Explorer object to show an HTML data created from MySQL DBM. The problem is, that if in...
Hosszu Gabor
hosszu_bme
Offline Send Email
May 13, 2004
2:17 am
8348
Hi kokkoras Thanks for your reply.. But after i use the THTMLDocument component I do not know how to set HTMLDocument.connectto(...) to make it work ^^^^^ can...
yap19952003
Offline Send Email
May 13, 2004
5:41 am
8349
http://www.zeitungsjunge.de/delphi/htmlparser/...
jfcarbel2000
Offline Send Email
May 13, 2004
6:40 am
8350
Hi there, It was my fault, I accidentally used the browser on a panel that I was hiding at runtime... stupid of me, sorry for the question. Thanks! ... I ... ...
ciprianpungila
Online Now Send Email
May 13, 2004
9:23 am
8351
I am using it in the way bellow. It seems to work ok but I am not sure at all. It came out after some trial-and-error, with the MS Internet SDK at hand......
Fotis Kokkoras
fkokkoras
Offline Send Email
May 13, 2004
10:44 am
8352
It do works with EmbeddedWB 2!! Thanks a lot !! ... work...
yap19952003
Offline Send Email
May 13, 2004
11:03 am
8353
I need to clean the twebbrowser buff, how can I do it? I am using (webbrowser.document as IHTMLDocument2).write to put stuf thanks in advance Jonathan...
tijoen
Offline Send Email
May 13, 2004
5:14 pm
8354
Hi, I'm not exactly sure what you mean. Do you mean you cannot copy from a TWebBrowser? If so this is done as follows:- //Copy ...
Peter Gore
gorepj
Offline Send Email
May 14, 2004
4:26 am
8355
I use the following code to print out a document from my webbrowser: HTMLDoc := (Sender as TWebBrowser).Document as IHTMLDocument2; if HTMLDoc = nil then raise...
Brigitte Spatz
brigittetango
Offline Send Email
May 14, 2004
8:00 am
8356
... Look here: "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup" Ciao Massimiliano...
Massimiliano
mbelletti
Offline Send Email
May 16, 2004
4:11 pm
8357
Does anyone know of a way of testing responses from websites. I want my app to go through all sites in a txt file and see what response it gets from each. I...
Joedy Johnston
bogboy1978
Offline Send Email
May 17, 2004
1:39 am
Messages 8328 - 8357 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