Need information about internetexplor object. Any suggestion on the resources or books will be helpful.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11925278.html
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.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20265880.html
Zones:
JavaScriptDate Answered: 02/12/2002 Grade: A Views: 0
Hello
Im 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...
http://www.experts-exchange.com/Programming/Misc/Q_21094847.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21207635.html
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. ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10019773.html
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...
http://www.experts-exchange.com/Microsoft/Development/Visual_Studio_Express/Q_22566234.htm...
<target name="init">
<property name="dirs.base" value="D:\projectLatestchoice"/>
<property name="classDir" value="${dirs.base}/bin"/>
<property name="src" value="${dirs.base}/source"/>...
http://www.experts-exchange.com/Web_Development/Components/Q_23352763.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23876730.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20184007.html
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20316410.htm...
Zones:
Windows MFCDate Answered: 09/30/2004 Grade: A Views: 0