Click here to Skip to main content
15,909,827 members
Home / Discussions / C#
   

C#

 
GeneralRe: Open Outlook Pin
Stefan Troschuetz27-Mar-04 7:56
Stefan Troschuetz27-Mar-04 7:56 
GeneralRe: Open Outlook Pin
basdanny29-Mar-04 2:18
basdanny29-Mar-04 2:18 
GeneralDon't Doubt:Help Me And Get Money Pin
yzs27-Mar-04 0:45
yzs27-Mar-04 0:45 
GeneralRe: Don't Doubt:Help Me And Get Money Pin
Nick Parker27-Mar-04 9:08
protectorNick Parker27-Mar-04 9:08 
GeneralRe: Don't Doubt:Help Me And Get Money Pin
Pradeep C27-Mar-04 15:50
Pradeep C27-Mar-04 15:50 
GeneralProblem using Dll in .net Pin
naresh_pandey1326-Mar-04 21:20
naresh_pandey1326-Mar-04 21:20 
GeneralRe: Problem using Dll in .net Pin
Heath Stewart26-Mar-04 21:40
protectorHeath Stewart26-Mar-04 21:40 
GeneralRe: Problem using Dll in .net Pin
Peter Nirschl27-Mar-04 0:57
Peter Nirschl27-Mar-04 0:57 
You can convert the components of SHDOCVW.DLL to ActiveX components.

NOTE: This requires Visual Studio .Net!

Copy the file: C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin\AxImp.exe in any directory.
Then make a shortcut (or a link [I don't know the English word for it Confused | :confused: Unsure | :~ ]) to this file.
Type this text in "target" field:
"[location]\AxImp.exe" [path]
[path] is the dll file to convert.

After doing that in the directory will be following files:
AxSHDocVw.dll and SHDocVw.dll !

Reference the file AxSHDocVw to your project.
An instance of a Browser Object looks like this:
private AxSHDocVw.AxWebBrowser axWebBrowser1;
You can use this Object like any other Windows Components.

If there are any questions left, let me know!

Good luck!
GeneralRe: Problem using Dll in .net Pin
Nick Parker27-Mar-04 4:40
protectorNick Parker27-Mar-04 4:40 
GeneralRe: Problem using Dll in .net Pin
Heath Stewart27-Mar-04 5:35
protectorHeath Stewart27-Mar-04 5:35 
GeneralRe: Problem using Dll in .net Pin
Peter Nirschl27-Mar-04 6:20
Peter Nirschl27-Mar-04 6:20 
Generalmove form Pin
Rob Tomson26-Mar-04 20:33
Rob Tomson26-Mar-04 20:33 
GeneralRe: move form Pin
Heath Stewart26-Mar-04 21:10
protectorHeath Stewart26-Mar-04 21:10 
GeneralRe: move form Pin
Rob Tomson26-Mar-04 21:58
Rob Tomson26-Mar-04 21:58 
GeneralRe: move form Pin
Heath Stewart26-Mar-04 22:32
protectorHeath Stewart26-Mar-04 22:32 
GeneralRe: move form Pin
Rob Tomson26-Mar-04 23:09
Rob Tomson26-Mar-04 23:09 
GeneralRe: move form Pin
Heath Stewart27-Mar-04 5:23
protectorHeath Stewart27-Mar-04 5:23 
GeneralRe: move form Pin
Rob Tomson28-Mar-04 20:07
Rob Tomson28-Mar-04 20:07 
GeneralRe: move form Pin
Heath Stewart29-Mar-04 3:13
protectorHeath Stewart29-Mar-04 3:13 
GeneralAdo.Net using c# Pin
naresh_pandey1326-Mar-04 19:30
naresh_pandey1326-Mar-04 19:30 
GeneralRe: Ado.Net using c# Pin
Heath Stewart26-Mar-04 20:15
protectorHeath Stewart26-Mar-04 20:15 
GeneralRe: Ado.Net using c# Pin
naresh_pandey1326-Mar-04 21:23
naresh_pandey1326-Mar-04 21:23 
GeneralRe: Ado.Net using c# Pin
Jiten_Soni30-Mar-04 18:00
Jiten_Soni30-Mar-04 18:00 
GeneralRe: Ado.Net using c# Pin
Heath Stewart31-Mar-04 3:04
protectorHeath Stewart31-Mar-04 3:04 
Generalan SMTP problem Pin
Liang Yitao26-Mar-04 19:07
Liang Yitao26-Mar-04 19:07 

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.