after change i get errors: [Warning] embeddedwb.pas(892): Symbol 'AllocateHWnd' is deprecated [Warning] embeddedwb.pas(909): Symbol 'DeallocateHWnd' is...
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....
Hello, I currently have a form which contains: procedure TForm1.TWebBrowserNavigateComplete2(Sender: TObject; pDisp: IDispatch; var URL: OleVariant); var hr:...
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...
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...
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; ...
Hi, From MS documentation of Document collections - frames: Remarks If the HTML source document contains a body tag, the collection contains one window for...
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...
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...
to nav to a site like Google.com try Browser1.Navigate('http://www.google.com'); ... From: ciprianpungila To: delphi-webbrowser@yahoogroups.com Sent:...
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...
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...
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...
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...
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 ... ...
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......
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...
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...
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...