Advertisement

1 - 10 of 23 containing alltags:("internetexplorer") (0 seconds)
Need information about internetexplor object. Any suggestion on the resources or books will be helpful.
Zones: Visual BasicDate Answered: 11/21/2000 Grade: B Views: 0
Hi, I need to access a field in a document but I don't know more than its ID. Following points are important for me: 1. It has to be possible that the field is a subfield of another field. ...
Zones: JavaScriptDate Answered: 02/12/2002 Grade: A Views: 0
Hello I’m using the following piece of code in Excel VBA to open and control and internet explorer session. Dim IESession As SHDocVw.InternetExplorer Set IESession = New SHDocVw.InternetExpl...
Zones: ProgrammingDate Answered: 09/08/2004 Grade: B Views: 87
I have an InternetExplorer instance. How can I download a file with it? Dim ie as new InternetExplorer ie.navigate2 url ... get the url to the file I want ... <download the file> I need ...
Zones: Visual BasicDate Answered: 03/09/2005 Grade: A Views: 0
I have been trying to run Internet Explorer from my program. This doesn't seem to work.  I have looked at the help that comes with VC5 and I can see that there is a CLSID_IExplorer defined there.  ...
Zones: Windows ProgrammingDate Answered: 08/12/1997 Grade: C Views: 0
I need to write a quick app that will open up a window in IE, with some very specific properties set, such as theatermode etc. I have done a lot of searching and found that I need the InternetEx...
Zones: Visual Studio Express, .NET, Vis...Date Answered: 07/24/2007 Grade: A Views: 0
<target name="init">             <property name="dirs.base" value="D:\projectLatestchoice"/>             <property name="classDir" value="${dirs.base}/bin"/>                          <property name="src" value="${dirs.base}/source"/>...
Zones: ComponentsDate Answered: 08/30/2008 Grade: A Views: 4
Hi,  I need some pointers on how to calculate an end date by adding the duration (say 6 months) to the start date. For eg: if i enter 01/11/2008 as start date and duration as 12 (months) it s...
Zones: JavaScriptDate Answered: 11/05/2008 Grade: A Views: 30
This works on my machine (NT 4.0, IE 5.5) but not on my co-workers machine (same OS and IE vsn and same Tools->Internet Options). I use the following code in my C++ app to launch IE: HRESULT hr...
Zones: C++Date Answered: 03/22/2002 Grade: A Views: 0
I have a webbrowser control in my application. The links in the page that is displayed in the webbrowser, which should be opened in new windows, do not open properly. (i'e, window.open(...)). The ...
Zones: Windows MFCDate Answered: 09/30/2004 Grade: A Views: 0