Accessing IE features from embedded WinForms control
From: Ken Varn (nospam)
Date: 07/09/04
- Next message: Brandon Potter: "Re: Identifying Web Development Competence"
- Previous message: John Saunders: "Re: Long process -> page can't be displayed"
- Next in thread: Natty Gur: "Re: Accessing IE features from embedded WinForms control"
- Reply: Natty Gur: "Re: Accessing IE features from embedded WinForms control"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 9 Jul 2004 17:44:58 -0400
Not sure if this newsgroup is the right forum for this post.
I have been experimenting with embedding .NET Windows Forms User Controls
into a web page. I have been pleased with the results that I have obtained
so far, but have some questions regarding this implementation.
1. Is there anyway to access the IE browser script objects from within my
user control as is done in javascript or vbscript?
2. My User Control needs to be able to access my Web Service that is
protected in IIS using Windows Authentication. I need to be able to pass
the credentials that IE uses to logon to my web site and pass it to my
Windows Forms control so that it can pass the credentials to the web
service. So..., is there some way that my Windows Forms control can access
the logon credentials that IE uses to logon to my web site? I tried using
DefaultCredentials, but it defaults to the logged on user when called from a
Windows Form control. Not what I want.
-- ----------------------------------- Ken Varn Senior Software Engineer Diebold Inc. EmailID = varnk Domain = Diebold.com -----------------------------------
- Next message: Brandon Potter: "Re: Identifying Web Development Competence"
- Previous message: John Saunders: "Re: Long process -> page can't be displayed"
- Next in thread: Natty Gur: "Re: Accessing IE features from embedded WinForms control"
- Reply: Natty Gur: "Re: Accessing IE features from embedded WinForms control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|