RE: Pasting HTML - Solved

2006-05-24 Thread Peter Laman
I finally found out how HTML text should be written to the TWebBrowser component directly (without using temp files or another resource). How to load HTML text directly into the WebBrowser control without first having to save it somewhere? According to MSDN documentation, one should navigate to "

RE: Pasting HTML

2006-05-24 Thread Peter Laman
erlands http://www.lance-safety.com - "Nobody ever died of hard work", they say. But why take the risk? (Ronald Reagan) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eddie Shipman Sent: dinsdag 23 mei 2006 05:10 To: Delphi-Talk Discussion List Subjec

RE: Pasting HTML

2006-05-23 Thread Eddie Shipman
But to paste Excel, you must change the format to Excel, not HTML, isn't that what your webbrowser is expecting? --- Peter Laman <[EMAIL PROTECTED]> wrote: > What do you mean exactly? I just do a RegisterClipboardFormat('HTML Format') > to obtain a proper format ID and then parse the HTML conten

RE: Pasting HTML

2006-05-23 Thread Peter Laman
dy ever died of hard work", they say. But why take the risk? (Ronald Reagan) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eddie Shipman Sent: dinsdag 23 mei 2006 03:19 To: Delphi-Talk Discussion List Subject: Re: Pasting HTML are you changing your

Re: Pasting HTML

2006-05-23 Thread Eddie Shipman
are you changing your Clipboard Format to Excel before the paste operation? --- Peter Laman <[EMAIL PROTECTED]> wrote: > But, if a copy an entire Excel worksheet to the clipboard and then paste it, > the webbrowser shows the HTML text in stead of the document. The problem is > not with the HTML c