Hi I'm a newbie to TWebBrowser and stuff and i'd like to know how to do a pluggable namespace handler that will "register" to IE permanently? I tried euromind...
In the absence of an effective way to error handle some problems in the TWebBrowser I would like to bounce the browser--kill it and restart it. So basically if...
I just wanted to use IE with a custom environment settings - only for my instance. I fould EmbeddedWB component that is actually a pretty nice one and tried to...
Mike, try: function StringToOleStr(const Source: string): PWideChar; its "the Delphi way" and you don't end up hawing you own converting code cheat on you :-) ...
Hi Kurt, thank you, I'll go try (already tried the double slash), thank you... I'll tell you the result. Mike ... converting code ... path with ... issue... ...
Can anyone help me use TWebBrowser.Document to get the HTML source? I want the source exactly as sent by the web server. Thank you! -- Albert Wiersch ...
Hi everyone. Keywords: Toolband, Toolbar, DelphiBand, IDeskBand, Euromind This isn't an exhaustive list of tips. Some of these ideas may not apply to your...
Hi "bostsoft", Thanks for you effort. ... As I've had "Euromind Toolbars" with menus - both main menu and pop up menus - running for the last five years, I...
Hi, here is a function function TForm1.GetHtml(var web_browser : TWebBrowser): String; var document : IHTMLDocument2; begin document := web_browser.Document as...
I thought it would be nice to share a small problem I found in the current version of the EmbeddedWB component. It has to do with drag en drop within a...
Some of you may have notice that when using the WebBrowser control in Windows XP in an application that includes the Windows XP Manifest, the WebBrowser...
Thanks Carlos for sharing these good tips. Keep them coming :-) regards, Gerard BTW I don't know what happened to my previous post, but yahoo's newest spam ...
Hi Gerard, Yahoo SpamGuard is not ready for "prime time" as i got your message twice. No problem - just to let you know. ;) Cheers, Charlie ... From: "Gerard"...
Kurt. I found them to be unpredictible with the performance. Appearing sometimes, not appearing other. Associated contexts funtioning/not functioning. I do...
Hi Guys, Can someone tell me values of the constants which must be used for HTMLFormElementEvents Dispinterface ? VC developers must have it, I think so. ...
hi ich stell mich mal kurz vor bin daniel, 20 jahre programmiere mit freude und viel spass dabei...auch wenn man oft mal verzweifelt;)...da ihr wohl viel...
i'm so sorry...i didn't recognize that all msgs i read were in english ;) so i just answered in german... so just a little translation...sry for my bad...
ok i solve one of my problems by my self ;) problem: i don't know how to get other information like url and target behind my google item@ the treeview i used...
Have you had any luck in making the toolband look like Windows XP? I put a delphi xpmanifest on my form, but for some reason the toolbar does not look like XP....
could it be that u use your program under win2000? the xp manifest only works under xp, perharps me, and i think in every upcoming windows...but not under...
Tom, ... not at all - tweaks are only necessary in the band-form ... I know my band once ran on a number of win98 installations - I never had any complains...
I am using Windows XP Professional edition and I have an xp manifest in my bar but in IE it does not look like XP. When i run my delphiform as a standalone...
does your toolband work? my toolbar (or a simple compiled version of the euromind-bar) periodically crashes the IE on WinXP and 98... did you have the same...
Thanks Paul, I found this code and it seems to work well. It doesn't add the "saved from URL" message. It's C++. IPersistFile *IpersFile=NULL; HRESULT...
I have never used 98. I use win2000 and xp both professional and home editions. I have never had a problem .....except that it does not display as an XP...
Olivier I can't recreate the problem you're having. Everything looks as expected regardless of the OS I choose. I noticed your earlier posts on this issue...