Hi everyone, From an embeddedWB object, I try to post a html form using "Enter" keystroke (like in IE), but it doesn't work. I've read that the procedure...
I am kinda new to delphi so please bear with me. This is what I need. I need to create a DLL within which there has to be a procedure which is given the handle...
I'm writing an app that automate surf througth a website based on hyperlinks that match my criteria, so that I can browse them offline after. But, now that...
... I don't know if it's possible to distinguish this two kinds of downloads. Download managers I know trap explicit content-types or file extensions; another...
Hi Andries... Seems a forms state, depends on how it is shown... ShowModal, will make it Modal - calling just Show, will not... Setting the FormStyle to...
How lucky you are! For my part, in the EmbeddedWB package i download from the files section, there are the following lines : {$IFDEF VER120} procedure...
I have several TWebBrowser objects on a page control (each page has it's unique URL/homepage - for different on-line applications) I have solved the Cut/Paste...
remove the {$IFDEF VER120} and {$ENDIF} lines and it will run just fine. D6 is already VER140 so D7 must be something higher. I have D6 but prefer to develop...
... if FOleInPlaceActiveObject <> nil then if ((Msg.message = WM_KEYDOWN) or (Msg.message = WM_KEYUP)) and ((Msg.wParam = VK_BACK) or (Msg.wParam = VK_LEFT) or...
... Hm :) I looked at the code and found out that I really don't use enableMessageHandler :) But, however, I had that problem with special keys... and now they...
Can someone explain how I go about compiling a web page with jpeg images into a compiled resource, and then how to load the compiled resource into TWebBrowser....
This might help to get you started http://community.borland.com/article/0%2C1410%2C16882%2C00.html Wayne [Non-text portions of this message have been removed]...
Hi ! I look at the conference and can't find an answer ! Only questions... I try to have some TWebBrowsers in one program and time to time have this error !...
There is an article in Russian on this topic: http://delphi.mastak.ru/articles/dllhtm/index.html Even if you don't understand Russian, you'll be able to...
Hi Guys, When using either EmbeddedWB.Print or EmbeddedWB.PrintSetup I keep getting Invalid Variant Type messages... Anybody any clue how to fix these ? I'm...
Hi to all, I have a treeview control populated with the DOM tree of a page displayed in a WebBrowser control. When I select a node in the DOM tree I can...
Hi Guys, ... I can get rid of the messages just by doing: Try embeddedwb1.printsetup; Except End; But I don't think it should be doing this.. Alfred...
I use next code to disable the download dialog from webbrowser and to use mine: function TMain.EmbeddedWBQueryService(const rsid, iid: TGUID; out Obj:{$IFDEF...
Hi all, I am developing a program in D6 that will open 2 different TWebBrowsers in a PageControl (each one in its own tabsheet). However, when they navigate to...
Hello, Maybe this info might be of some help to other TWebbrowser users. Symptom: The TEmbeddedWB component does not respond anymore to clicks. You can hear...
I just have a question related to the IESecuritymanager... While using this I was hopefully thinking that Downloading Files while clicking on a Link would be...
Hi, I've tried to find solution long time but for some reason failed, could you help me? I know that in TEmbeddedwb on onBeforeNavigate2 event the URL can be ...
I want always print html pages from my application with background colors and images, regardless of settings IE: Tools->Internet options- ... make that change...