Using the following code, I'm able to determine what the selection in a TWebBrowser is and display it in a message: procedure TMainFrm.Button1Click(Sender:...
Sorry about the top post folks... Anyway... Jesse, Use FRange instead of the selection object... This code does a find in a browser object (MSHTML in this...
the behavior of the ieDownload component is to append data to an existing file. I suggest that you insert a DeleteFile method call prior to executing the GO...
Hi, Sorry for the delay.. Uploaded the source file. SDCInfo, is a small msg-window. ClickTest can probably be changed to use Windows messaging instead. I just...
I want to load a page into a twebbrowser, change some of the form's fields and submit it back to an asp script. I have no access to the asp script, and don't...
How hide LINKS and STANDARD BUTTONS bands in IE? I can hide AddressBar and MenuBar, ............. IE : IWebbrowser2; ........... IE.AddressBar:=false; ...
Well, I lost the message that showed me the way to my solution but I wanted to say thanks to the person that pointed it out for that other guy in that other...
Hi all! What is diffrerence between MS componets like DHTMLEdit, MSHTMLEdit, WebBrowser. As I can guess I can use WebBrowser in edit mode instead of DTHMLEdit....
How can one get the real full width and height of a webpage? Document.Body.scrollWidth does not work if there are frames. Is there a general way to get the...
People, I'm having some problems in order to print a document. For example: Form1.EmbeddedWB1.Print; How can I get a possible problem with the printer like: -...
Eduardo Meyer
emeyer@...
May 12, 2003 2:30 pm
7171
Finally got an anwser, and it's really simple: <BODY ondragover="return false" ondragenter="return false"> n....
I looked and looked and couldn't find the answer to a problem I have had. Some forms don't recognize a .click on the button to submit the form. In my case, the...
Hi all, I have played with mimedll code which is for permanent pluggable mime filter , it is working fine. I want the following information regarding this code...
My dear TWebBrowser-Users, How can I send a (local) WebBrowser-page (including all images and other assets in the page) by Email via Outlook (or other Email- ...
That doesn't work, Jesse. I tried this. Even ShellExecute(GetDesktopWindow(), nil, pChar('mailto:Someone@...?HTMLbody=' + cBody), nil, nil, ...
Koen Hoebeek
koenh@...
May 16, 2003 3:51 pm
7178
I don't think this works even from within IE. The problem is that images are not part of the document (like a Word doc), but are merely links. I did a quick...
You can actually save off a self-contained archive (MHT) but if my memory serves correct I don't believe that this method is exposed in the control. The next...
Jesse, I was also interested in this and thanks. Is it also possible to attach a file to the email? Also, do you know the parameters for say Outlook? Many...
Some mailers supports the extended syntax with some usefulf features. For example, the MS Outlook supports the file attachment via ShellExecute: var pCh:...
Koen Hoebeek
koenh@...
May 16, 2003 5:26 pm
7182
Apparently my suggestion wouldn't work, but Koen suggested the following that works sometimes, but not others: var pCh: PChar; begin pCh := ...
Hello, I used Navigate(URL) (Get) to get CGI script results, but seems it truncates too big strings. Then I tried to get the result from Indy and to load to...
What version of IE are you using? Seems like I've hard that earlier versions of IE didn't allow very long URL strings, but newer versions allow very long...
Hello Jesse, Sunday, May 18, 2003, 1:24:41 PM, you wrote: Jdmc> What version of IE are you using? Seems like I've hard that earlier Jdmc> versions of IE...
Hi Sorry a bit new TWebrowser to this but using this group have managed to include good HTML editing in an app we produce. We've set the component to show no...