Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10150 - 10179 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10150
Hi Guys please help me, exists some way to get the Request Readers from TWebbrowser ? Thx Alexandre Brazil...
alexandrepires2007
alexandrepir...
Offline Send Email
Jun 2, 2007
6:37 pm
10151
Ops! the correct is Request Headers, my mistake....
alexandrepires2007
alexandrepir...
Offline Send Email
Jun 2, 2007
6:45 pm
10152
I have a toolband with TEmbeddedWB control on top, so that it displays contents of the web page. I know I could use explorer bar for this but the customer...
crulex32
Offline Send Email
Jun 6, 2007
8:14 am
10153
... browser. ... Hello If you want to navigate to a page on IE from with in your delphi. You can do Shellexec('http:www.you.coj', and so on If you need to...
grantfullen
Online Now Send Email
Jun 6, 2007
9:07 pm
10154
... If you need to just get the html of the document there are lots of procedures to do that . If this is what you need let me khow i did a procedure to do...
grantfullen
Online Now Send Email
Jun 6, 2007
9:12 pm
10155
I make IE toolbar with "DelphiBand". I use ShowBrowserBar method from BHO after installation of toolbar, and display it. but there is a problem. When I set a...
jpaygnbhr
Offline Send Email
Jun 7, 2007
2:14 pm
10156
Just use any pre-defined valie for ptMinSize.x to fit your toolbar, and set dwModeFlags to include DBIMF_BREAK flag. Kind Regards, Alexey...
crulex32
Offline Send Email
Jun 14, 2007
1:57 pm
10157
Hi all I need to write a tool bar for IE. Before I start taking a look I thought I'd ask a few questions to make sure I am not wasting my time :-) 01: Does...
Peter Morris
mrpmorris
Offline Send Email
Jun 19, 2007
2:55 pm
10158
I have the following html code in one TWebBrowser: <form method="post" enctype="multipart/form-data" onsubmit="return validate(this)"> <input...
alexandrepires2007
alexandrepir...
Offline Send Email
Jun 20, 2007
5:32 pm
10159
Hello, I have released an open source project to find the usage and display the summary of bandwidth used for a broadband provider in India. The source is on...
sunish
sunish4u2
Offline Send Email
Jun 22, 2007
2:48 pm
10160
I am working on a project needing to make temples. I am useing Twebbrowser in edit mode. I need to make a 100% with templets. The only way i know to do this is...
grantfullen
Online Now Send Email
Jul 2, 2007
10:34 pm
10161
I create and edit tables separately and insert the whole table as html code. If anybody knows how to edit table in the TWebBrowser itself (creating new rows...
Damir Simunovic
dsimun
Offline Send Email
Jul 4, 2007
6:42 pm
10162
Dear all, I'm shure that I'm not the only one facing this problem. In my applications with TWebBrowser I often put HTML directly as string and then I have...
dsimun
Offline Send Email
Jul 8, 2007
6:17 am
10163
If anyone has found a solution to your application crashing when navigating in TWebBrowser (if the user has Java 1.6 installed), please post it. I know Sun has...
biggerbiz
Offline Send Email
Jul 8, 2007
8:37 pm
10164
Hi, I'm looking to adapt a desktop app(existing Delphi7/Kylix codebase) to interface with my website through the embded browser. Most of the adaptations...
s0mus
Offline Send Email
Jul 16, 2007
2:46 pm
10165
... Hello brent My I see the sourcode of your project and a complete list of things you want added or taken away. Thanks Grant...
grantfullen
Online Now Send Email
Jul 16, 2007
9:48 pm
10166
Hi Grant, I'm talking with a developer already who sounds interested. If they can't do it for some reason I'll get in touch. Thanks! ... Hello brent My I see...
s0mus
Offline Send Email
Jul 17, 2007
8:56 am
10167
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Send Email
Aug 12, 2007
7:59 am
10168
Sorry for annoying you, but ... do anybody have an idea? ... ____________________________________________________________________________________ Take the...
Damir Simunovic
dsimun
Offline Send Email
Aug 20, 2007
11:03 am
10169
You need to write a custom implementation of IMoniker. Set your base URL in IMoniker.GetDisplayName(...... Feed your HTML-page in as a stream in Set your ...
Senfer Kurt
lexicalis
Offline Send Email
Aug 20, 2007
4:13 pm
10170
Hi, Im Trying to Open Excel File through TWebBrowser Component. Its Opening Fine, Here I have some problem I dont want to Edit the Excel File. Any body knows...
ljeganathan
Offline Send Email
Sep 4, 2007
2:58 pm
10171
Thank you, Kurt, I will try it! Damir ... ____________________________________________________________________________________ Luggage? GPS? Comic books? Check...
Damir Simunovic
dsimun
Offline Send Email
Sep 8, 2007
4:55 pm
10172
Hello, I am trying to navigate to a webpage that contains a form with 3 buttons, all three buttons have a javascript function associated with their onClick()...
michelmeixner
Offline Send Email
Sep 17, 2007
9:25 pm
10173
Hi, I have a Delphi application using a Twebbrowser and i am sinking events. On a specific webpage everything works fines and all Ihtmlelements are responding...
jeancedars
Offline Send Email
Sep 24, 2007
6:52 pm
10174
Dear developers, I would like to prevent the user pressing the 'F5' key on the TWebBrowser. Refreshing the page may cause problems, especially if the page is a...
Giacomo Drago
giacomogd1
Offline Send Email
Oct 5, 2007
10:34 pm
10175
Ciao, You can disable accelerators like F5 using the OnTranslateAccelerator event. Return S_OK for disabling an accelerator and S_FALSE for enabling it, for...
Peter Karsai
ayheedto.reg...
Offline Send Email
Oct 6, 2007
4:59 am
10176
My BHO is packaged to a cab file along with accompanying .inf, as most of the ActiveX installers do. On the web page which installs my BHO, I'm using the...
crulex32
Offline Send Email
Oct 16, 2007
9:18 pm
10177
Hi, I have a couple of IE helper dll's (one is a BHO) where I've incorporated the necessary update code inside the dll itself. After start-up (and only once a...
Senfer Kurt
lexicalis
Offline Send Email
Oct 17, 2007
6:35 am
10178
Hi Kurt, Thanks for the hint, I'll very likely implement something like what you suuggested in this project. Actually I've been used a very similar method...
crulex32
Offline Send Email
Oct 18, 2007
5:38 pm
10179
Hi Guys, How can I send a webpage as HTML email ? I prefer to use ShellExecute so the users standard client is used and keeps me from asking for a STMP...
Alfred Vink
alf_at_delphi
Offline Send Email
Oct 26, 2007
12:46 pm
Messages 10150 - 10179 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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