Click here to Skip to main content
15,914,070 members
Home / Discussions / C#
   

C#

 
GeneralRe: Open Outlook Pin
Peter Nirschl27-Mar-04 2:54
Peter Nirschl27-Mar-04 2:54 
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 
Generate the assembly with a different name, like Interop.SHDocVw.dll, which is what VS.NET would call it if you did imported the typelib in the shdocvw.dll library by adding a COM references in the Add Reference dialog.

If you're using tlbimp.exe, use command line switches like this:
tlbimp /out:Interop.SHDocVw.dll %WINDIR%\System32\shdocvw.dll
Type the following for more information about the switches available for tlbimp.exe:
tlbimp /?
You should also consider signing this and keeping it in a global directory that's easy to reference. If you do sign it, you can install it in the GAC. Believe me, this is a common assembly in many applications, except that everyone signs it with a different key, if they sign it at all (production code should always be signed to help protect the integrity of the product, not to mention it's so easy there's no excuse not to).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Problem using Dll in .net Pin
Peter Nirschl27-Mar-04 0:57
Peter Nirschl27-Mar-04 0:57 
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 

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.