Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

delphi-webbrowser · Delphi: Using IE's WebBrowser

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4047
  • Category: Delphi
  • Founded: Mar 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 8013 - 8042 of 10292   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
8042 bostsoft Send Email Feb 9, 2004
7:21 pm
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...
8041 junkolivier Send Email Feb 9, 2004
5:36 pm
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...
8040 Albert Wiersch
tidal_wave_one Send Email
Feb 9, 2004
3:17 pm
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...
8039 Günther Haslbeck
ghaslbe Send Email
Feb 9, 2004
3:00 pm
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...
8038 junkolivier Send Email Feb 9, 2004
2:07 pm
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...
8037 Kurt Senfer
lexicalis Send Email
Feb 9, 2004
6:50 am
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...
8036 daniel_manzke Send Email Feb 8, 2004
6:25 pm
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...
8035 junkolivier Send Email Feb 8, 2004
6:13 pm
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....
8034 daniel_manzke Send Email Feb 8, 2004
6:10 pm
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...
8033 daniel_manzke Send Email Feb 8, 2004
5:10 pm
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...
8032 daniel_manzke Send Email Feb 7, 2004
11:18 pm
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...
8031 Admin Terkurij - 2
app_hla Send Email
Feb 7, 2004
10:25 pm
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. ...
8030 bostsoft Send Email Feb 7, 2004
9:22 pm
Kurt. I found them to be unpredictible with the performance. Appearing sometimes, not appearing other. Associated contexts funtioning/not functioning. I do...
8029 Charlie
chambers120 Send Email
Feb 6, 2004
9:51 pm
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"...
8028 Gerard
dph6id Send Email
Feb 6, 2004
9:16 pm
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 ...
8027 Gerard
dph6id Send Email
Feb 6, 2004
9:10 pm
Thanks Carlos for sharing these good tips. Keep them coming :-) regards, Gerard...
8026 cgalavis Send Email Feb 6, 2004
8:05 pm
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...
8025 Paul Slusarz
wiedzmin Send Email
Feb 6, 2004
7:35 pm
... From: "Charlie" <chambers@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Friday, February 06, 2004 4:44 AM Subject: Re: [Delphi-WebBrowser] Get...
8024 cgalavis Send Email Feb 6, 2004
7:14 pm
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...
8023 Charlie
chambers120 Send Email
Feb 6, 2004
10:44 am
Hi, here is a function function TForm1.GetHtml(var web_browser : TWebBrowser): String; var document : IHTMLDocument2; begin document := web_browser.Document as...
8022 Kurt Senfer
lexicalis Send Email
Feb 6, 2004
7:38 am
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...
8021 bostsoft Send Email Feb 6, 2004
4:25 am
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...
8020 Albert Wiersch
tidal_wave_one Send Email
Feb 6, 2004
1:32 am
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 ...
8019 mikerudra Send Email Feb 5, 2004
12:33 pm
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... ...
8018 Kurt Senfer
lexicalis Send Email
Feb 5, 2004
7:04 am
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 :-) ...
8017 mikerudra Send Email Feb 4, 2004
10:07 pm
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...
8016 jdlink Send Email Feb 4, 2004
6:27 pm
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...
8015 nghonyuenyanz Send Email Feb 4, 2004
5:38 am
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...
8014 Franz-Leo Chomse
franzleochomse Send Email
Feb 3, 2004
9:28 am
... The Namespace Handler seems to work, but the pluggable protocol still only produces AVs. Regards from Germany Franz-Leo...
8013 sscompsys Send Email Feb 3, 2004
8:13 am
... Protocol. The ones ... Delphi 7. ... I am having the same problem. Have you found a solution yet?...
Messages 8013 - 8042 of 10292   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help