Click here to Skip to main content
15,793,085 members
Home / Discussions / COM
   

COM

 
QuestionHow to hide one of the pins in the DirectShow Source Filter ? Pin
Raja Bose C Leo8-Dec-09 22:42
Raja Bose C Leo8-Dec-09 22:42 
QuestionExcel.exe is not getting killed implicitly Pin
KTTransfer7-Dec-09 19:40
KTTransfer7-Dec-09 19:40 
AnswerRe: Excel.exe is not getting killed implicitly Pin
serzh8316-Dec-09 6:21
serzh8316-Dec-09 6:21 
Questionusing interface Pin
Chiman15-Dec-09 2:09
Chiman15-Dec-09 2:09 
AnswerRe: using interface Pin
Jonathan Davies5-Dec-09 6:03
Jonathan Davies5-Dec-09 6:03 
AnswerRe: using interface Pin
«_Superman_»5-Dec-09 6:04
professional«_Superman_»5-Dec-09 6:04 
QuestionCalling Com object From C# to add 2 numbers Pin
Chrispie1232-Dec-09 8:47
Chrispie1232-Dec-09 8:47 
AnswerRe: Calling Com object From C# to add 2 numbers Pin
Chrispie1233-Dec-09 19:32
Chrispie1233-Dec-09 19:32 
Ok so I tried to do the same thing in VB.NET. I usally work in a console application for ease and once I have succeded I will convert or redo what every I have to do.
The console application in VB.NET is by default in a module.
If I do the following in VB.NET from the module
Console.WriteLine("Start")
       Dim dllRef As New sumdll.sumdll()  //Only this one method is available… It is indicated as an interface

       Dim a As Integer = 10
       Dim b As Integer = 18
       Dim c As Integer = 0
       Dim d As Double = 0.0

       d = dllRef.sumdll(a, b, c)

       Console.WriteLine("Done")
       Console.WriteLine(a)
       Console.WriteLine(b)
       Console.WriteLine(c)
       Console.WriteLine(d)

Console.Read()
But if I move the same code to a class I still get the same error as before. Why can’t this be called from a class? If I can get this to run from a class I am sure I will be able to call this from C#.
Thanks,
Christiaan
AnswerRe: Calling Com object From C# to add 2 numbers Pin
KarstenK14-Dec-09 23:48
mveKarstenK14-Dec-09 23:48 
AnswerRe: Calling Com object From C# to add 2 numbers Pin
Md. Marufuzzaman15-Dec-09 5:04
professionalMd. Marufuzzaman15-Dec-09 5:04 
QuestionIs it possible to attach the manifest info to a dll for SxS? Pin
levinp29-Nov-09 22:41
levinp29-Nov-09 22:41 
QuestionUsing COM component invalid pointer error Pin
Ash_VCPP27-Nov-09 2:19
Ash_VCPP27-Nov-09 2:19 
AnswerRe: Using COM component invalid pointer error Pin
KarstenK27-Nov-09 2:34
mveKarstenK27-Nov-09 2:34 
GeneralRe: Using COM component invalid pointer error Pin
Ash_VCPP27-Nov-09 3:15
Ash_VCPP27-Nov-09 3:15 
AnswerRe: Using COM component invalid pointer error Pin
User 121625727-Nov-09 3:24
User 121625727-Nov-09 3:24 
GeneralRe: Using COM component invalid pointer error Pin
Ash_VCPP27-Nov-09 3:31
Ash_VCPP27-Nov-09 3:31 
GeneralRe: Using COM component invalid pointer error Pin
KarstenK27-Nov-09 3:50
mveKarstenK27-Nov-09 3:50 
GeneralRe: Using COM component invalid pointer error Pin
Richard MacCutchan27-Nov-09 4:46
mveRichard MacCutchan27-Nov-09 4:46 
QuestionCOM Error: error LNK2001: unresolved external symbol "public: virtual long __stdcall Pin
Ash_VCPP26-Nov-09 0:09
Ash_VCPP26-Nov-09 0:09 
AnswerRe: COM Error: error LNK2001: unresolved external symbol "public: virtual long __stdcall Pin
cariolihome27-Nov-09 11:20
cariolihome27-Nov-09 11:20 
Questionnew to COM Pin
mailgirish99@yahoo.com25-Nov-09 5:26
mailgirish99@yahoo.com25-Nov-09 5:26 
AnswerRe: new to COM Pin
Stuart Dootson25-Nov-09 22:33
professionalStuart Dootson25-Nov-09 22:33 
Questioncom component in asp.net Pin
pravinmishra24-Nov-09 6:42
pravinmishra24-Nov-09 6:42 
QuestionIn Socket server How insert into Oracle? Pin
TheCodeVB21-Nov-09 17:03
TheCodeVB21-Nov-09 17:03 
QuestionOutlook 2007 automation Pin
NiceNaidu20-Nov-09 0:18
NiceNaidu20-Nov-09 0:18 

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.