Click here to Skip to main content
15,926,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Word document Pin
scorp_scorp28-Mar-07 21:17
scorp_scorp28-Mar-07 21:17 
Questionusing DataGridViewSelectedRowCollection in VB.net Pin
Alok9128-Mar-07 19:31
Alok9128-Mar-07 19:31 
QuestionVB and webservices. Pin
NasimKaziS28-Mar-07 19:09
NasimKaziS28-Mar-07 19:09 
QuestionVB2005EE Help Pin
Stigmurder28-Mar-07 18:16
Stigmurder28-Mar-07 18:16 
QuestionTiff File Pin
G.Manivannan28-Mar-07 18:14
G.Manivannan28-Mar-07 18:14 
AnswerRe: Tiff File Pin
Vasudevan Deepak Kumar29-Mar-07 6:17
Vasudevan Deepak Kumar29-Mar-07 6:17 
GeneralRe: Tiff File Pin
G.Manivannan6-Apr-07 21:36
G.Manivannan6-Apr-07 21:36 
QuestionCalling A C++ Dll Frim VB.NET Pin
mlauahi28-Mar-07 13:49
mlauahi28-Mar-07 13:49 
I tried this the other day. I now have more information that I did not have before.

I have a DLL called spoem.dll
I Have a LIB called spoem.lib

In C++ there are the lines:

#define SPOEM_API __declspec(dllimport)
#pragma message("automatic link to spoem.lib") // <== add this line
#pragma comment(lib, "spoem.lib")

This last line I guess calls a linker the the LIB file. My understanding is that
the DLL has no entry points. Each function in C gets linked intot he program calling
this line.

#pragma comment(lib, "spoem.lib")

Is there any way in VB.NET to mimic this same behavior . I need to link
this LIB file into my VB.NET project.

Thanks
AnswerRe: Calling A C++ Dll Frim VB.NET Pin
Dave Kreskowiak28-Mar-07 15:15
mveDave Kreskowiak28-Mar-07 15:15 
GeneralRe: Calling A C++ Dll Frim VB.NET Pin
mlauahi29-Mar-07 8:34
mlauahi29-Mar-07 8:34 
GeneralRe: Calling A C++ Dll Frim VB.NET Pin
Dave Kreskowiak29-Mar-07 12:34
mveDave Kreskowiak29-Mar-07 12:34 
Questionhow to put my project on lan Pin
abbss.gaurav28-Mar-07 7:34
abbss.gaurav28-Mar-07 7:34 
AnswerRe: how to put my project on lan Pin
Marcus J. Smith28-Mar-07 8:12
professionalMarcus J. Smith28-Mar-07 8:12 
AnswerRe: how to put my project on lan Pin
Christian Graus28-Mar-07 13:37
protectorChristian Graus28-Mar-07 13:37 
AnswerRe: how to put my project on lan Pin
Vasudevan Deepak Kumar29-Mar-07 6:18
Vasudevan Deepak Kumar29-Mar-07 6:18 
QuestionGetting Serial Port Details in VB.NET Pin
shejijoseph28-Mar-07 6:31
shejijoseph28-Mar-07 6:31 
AnswerRe: Getting Serial Port Details in VB.NET Pin
Dave Kreskowiak28-Mar-07 8:53
mveDave Kreskowiak28-Mar-07 8:53 
AnswerRe: Getting Serial Port Details in VB.NET Pin
Vasudevan Deepak Kumar29-Mar-07 6:18
Vasudevan Deepak Kumar29-Mar-07 6:18 
GeneralRe: Getting Serial Port Details in VB.NET Pin
shejijoseph18-Apr-07 12:12
shejijoseph18-Apr-07 12:12 
QuestionOptional Date parameter within a Function Pin
Central_IT28-Mar-07 5:32
Central_IT28-Mar-07 5:32 
AnswerRe: Optional Date parameter within a Function Pin
kubben28-Mar-07 6:06
kubben28-Mar-07 6:06 
AnswerRe: Optional Date parameter within a Function Pin
Psycho-*Coder*-Extreme30-Mar-07 23:00
Psycho-*Coder*-Extreme30-Mar-07 23:00 
QuestionHow to show progress bar during the files or folders deletion Pin
Pankaj Saha28-Mar-07 4:41
Pankaj Saha28-Mar-07 4:41 
AnswerRe: How to show progress bar during the files or folders deletion Pin
Christian Graus28-Mar-07 5:01
protectorChristian Graus28-Mar-07 5:01 
Questionmdi child maximization Pin
caymanislands28-Mar-07 4:21
caymanislands28-Mar-07 4:21 

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.