Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
Questionhow to import COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 19:09
zahid_ash9-Sep-04 19:09 
AnswerRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair9-Sep-04 20:00
sreejith ss nair9-Sep-04 20:00 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 20:37
zahid_ash9-Sep-04 20:37 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair9-Sep-04 21:10
sreejith ss nair9-Sep-04 21:10 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 21:37
zahid_ash9-Sep-04 21:37 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair9-Sep-04 22:36
sreejith ss nair9-Sep-04 22:36 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 23:15
zahid_ash9-Sep-04 23:15 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair9-Sep-04 23:29
sreejith ss nair9-Sep-04 23:29 
hi,

C:\>TLBIMP.EXE 'location of your .dll file and filename' /out: 'name of your new dll'

for eg. i am trying to import a windows .dll file into managed assembly. and the name of my new assembly and location respectively Mydll.dll and C drive


C:\>TLBIMP.EXE C:\WINDOWS\system32\webv.dll /out:mydll.dll


So my final .dll( managed assembly) wil be there in C drive.;)

**************************
S r e e j i t h N a i r
**************************
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash10-Sep-04 0:03
zahid_ash10-Sep-04 0:03 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair10-Sep-04 0:12
sreejith ss nair10-Sep-04 0:12 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash10-Sep-04 0:23
zahid_ash10-Sep-04 0:23 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair10-Sep-04 0:34
sreejith ss nair10-Sep-04 0:34 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash10-Sep-04 0:44
zahid_ash10-Sep-04 0:44 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair10-Sep-04 0:51
sreejith ss nair10-Sep-04 0:51 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash10-Sep-04 0:57
zahid_ash10-Sep-04 0:57 
Generallike operator in C# Datatable Pin
Ruchi Gupta9-Sep-04 14:39
Ruchi Gupta9-Sep-04 14:39 
GeneralRe: like operator in C# Datatable Pin
Paul Lyons9-Sep-04 16:09
Paul Lyons9-Sep-04 16:09 
GeneralRe: like operator in C# Datatable Pin
sreejith ss nair9-Sep-04 23:38
sreejith ss nair9-Sep-04 23:38 
GeneralRe: like operator in C# Datatable Pin
Ruchi Gupta10-Sep-04 4:38
Ruchi Gupta10-Sep-04 4:38 
General(TV) Can't hear anything with DirectX.Capture Pin
rethor9-Sep-04 13:01
rethor9-Sep-04 13:01 
GeneralRe: (TV) Can't hear anything with DirectX.Capture Pin
rethor9-Sep-04 14:51
rethor9-Sep-04 14:51 
GeneralSplitting winform (the way we had in MFC) Pin
smartyosu9-Sep-04 12:53
smartyosu9-Sep-04 12:53 
GeneralRe: Splitting winform (the way we had in MFC) Pin
mav.northwind9-Sep-04 20:04
mav.northwind9-Sep-04 20:04 
GeneralRe: Splitting winform (the way we had in MFC) Pin
smartyosu10-Sep-04 5:52
smartyosu10-Sep-04 5:52 
GeneralRe: Splitting winform (the way we had in MFC) Pin
mav.northwind10-Sep-04 10:12
mav.northwind10-Sep-04 10:12 

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.