Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Tue, 8 Jul 2008 01:33:10 -0700 (PDT),    group: microsoft.public.dotnet.framework.windowsforms        back       


C# -- invoke Microsoft Internet Explorer in web folder view   
Hi,

I apologies if this type of question was posted before.

I am invoking internet explorer and open the HTTPS website from my c#
application like this:

System.Diagnostics.Process proc = new System.Diagnostics.Process();
proc.EnableRaisingEvents = false;
System.Diagnostics.Process.Start("IEXPLORE.EXE", "https://
10.206.207.208/abc/xyz");

I have 2 questions that are mention below:

1. How can i programmatically give username and password before
invoking IE opening an HTTPS website?

2. In IE, we can see the folder view by going File -> Open -> Open as
Web Folder. How can i invoke this programmatically directly in IE?

Thanks in advance.
date: Tue, 8 Jul 2008 01:33:10 -0700 (PDT)   author:   imranisb

RE: C# -- invoke Microsoft Internet Explorer in web folder view   
I don't know about your first question but on the second I would try the 
following:

Start the process:
System.Diagnostics.Process.Start("IEXPLORE.EXE", "about:blank");
Which will open a blank page and give you a process id.
With the process id, use SendKeys to perform the File -> Open dialog box 
when you then sent the url and check "Open as Web Folder."



"imranisb" wrote:

> Hi,
> 
> I apologies if this type of question was posted before.
> 
> I am invoking internet explorer and open the HTTPS website from my c#
> application like this:
> 
> System.Diagnostics.Process proc = new System.Diagnostics.Process();
> proc.EnableRaisingEvents = false;
> System.Diagnostics.Process.Start("IEXPLORE.EXE", "https://
> 10.206.207.208/abc/xyz");
> 
> I have 2 questions that are mention below:
> 
> 1. How can i programmatically give username and password before
> invoking IE opening an HTTPS website?
> 
> 2. In IE, we can see the folder view by going File -> Open -> Open as
> Web Folder. How can i invoke this programmatically directly in IE?
> 
> Thanks in advance.
>
date: Wed, 9 Jul 2008 11:03:02 -0700   author:   Collin

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us