Click here to Skip to main content
15,916,949 members
Home / Discussions / C#
   

C#

 
GeneralRe: Initial Positioning Pin
Wackatronic12-May-04 7:09
Wackatronic12-May-04 7:09 
GeneralRe: Initial Positioning Pin
Meysam Mahfouzi11-May-04 16:34
Meysam Mahfouzi11-May-04 16:34 
GeneralNeed Help to link Nero Solution with C# Pin
GegoTheWizard11-May-04 12:49
GegoTheWizard11-May-04 12:49 
GeneralRe: Need Help to link Nero Solution with C# Pin
Heath Stewart11-May-04 16:25
protectorHeath Stewart11-May-04 16:25 
GeneralRe: Need Help to link Nero Solution with C# Pin
GegoTheWizard12-May-04 12:54
GegoTheWizard12-May-04 12:54 
GeneralRe: Need Help to link Nero Solution with C# Pin
Heath Stewart12-May-04 12:56
protectorHeath Stewart12-May-04 12:56 
GeneralCustomizing Windows Form - IE capabilities. Pin
stan2811-May-04 10:17
stan2811-May-04 10:17 
GeneralRe: Customizing Windows Form - IE capabilities. Pin
Heath Stewart11-May-04 11:01
protectorHeath Stewart11-May-04 11:01 
There are many articles on Windows Explorer-like interfaces here on CodeProject. I suggest you do a search.

As for Internet Explorer, you need to right-click on your toolbox and customize it. Click on the COM tag and find the "Microsoft Web Browser" or something like that (shdocvw.dll). When you add that to your toolbox and then to your form, two interop assemblies are created: Interop.SHDocVw.dll (contains the interfaces for the WebBrowser control) and AxInterop.AxSHDocVw.dll, which contains the AxHost-derived control you can put on your form. You can use these two together, and there are also plenty of articles about this here on CodeProject. Just use the Navigate or Navigate2 methods (the latter is recommended) to browser to the URL of your ASP.NET page.

 

Microsoft MVP, Visual C#
My Articles
Generalserialization Pin
cristina_tudor11-May-04 10:15
cristina_tudor11-May-04 10:15 
GeneralRe: serialization Pin
Heath Stewart11-May-04 11:04
protectorHeath Stewart11-May-04 11:04 
GeneralQuery, DateTime Pin
DougW4811-May-04 10:15
DougW4811-May-04 10:15 
GeneralRe: Query, DateTime Pin
Michael P Butler11-May-04 10:25
Michael P Butler11-May-04 10:25 
GeneralRe: Query, DateTime Pin
DougW4811-May-04 13:16
DougW4811-May-04 13:16 
GeneralRe: Query, DateTime Pin
Heath Stewart11-May-04 11:07
protectorHeath Stewart11-May-04 11:07 
GeneralRe: Query, DateTime Pin
DougW4811-May-04 15:02
DougW4811-May-04 15:02 
GeneralRe: Query, DateTime Pin
Heath Stewart11-May-04 16:21
protectorHeath Stewart11-May-04 16:21 
GeneralRe: Query, DateTime Pin
DougW4811-May-04 16:47
DougW4811-May-04 16:47 
GeneralRe: Query, DateTime Pin
DougW4811-May-04 18:07
DougW4811-May-04 18:07 
Generalsetting time on Zip Entry Pin
elena1234511-May-04 8:09
elena1234511-May-04 8:09 
GeneralRe: setting time on Zip Entry Pin
Jeff Varszegi11-May-04 9:00
professionalJeff Varszegi11-May-04 9:00 
GeneralRe: setting time on Zip Entry Pin
Heath Stewart11-May-04 9:20
protectorHeath Stewart11-May-04 9:20 
GeneralRe: setting time on Zip Entry Pin
Jeff Varszegi12-May-04 6:58
professionalJeff Varszegi12-May-04 6:58 
GeneralRe: setting time on Zip Entry Pin
Heath Stewart12-May-04 7:38
protectorHeath Stewart12-May-04 7:38 
GeneralRe: setting time on Zip Entry Pin
Heath Stewart11-May-04 9:10
protectorHeath Stewart11-May-04 9:10 
GeneralRe: setting time on Zip Entry Pin
elena1234511-May-04 11:10
elena1234511-May-04 11:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.