Click here to Skip to main content
15,887,214 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSimilar Program Pin
vijay248213-May-09 21:31
vijay248213-May-09 21:31 
GeneralRe: Similar Program Pin
Steven J Jowett13-May-09 22:42
Steven J Jowett13-May-09 22:42 
Questionhow to call c++ DLL in vb 6 Pin
zhiyuan1613-May-09 16:54
zhiyuan1613-May-09 16:54 
AnswerRe: how to call c++ DLL in vb 6 Pin
Dave Kreskowiak13-May-09 19:19
mveDave Kreskowiak13-May-09 19:19 
GeneralRe: how to call c++ DLL in vb 6 [modified] Pin
zhiyuan1613-May-09 19:57
zhiyuan1613-May-09 19:57 
AnswerRe: how to call c++ DLL in vb 6 Pin
Baran M13-May-09 19:22
Baran M13-May-09 19:22 
GeneralRe: how to call c++ DLL in vb 6 Pin
zhiyuan1613-May-09 20:01
zhiyuan1613-May-09 20:01 
GeneralRe: how to call c++ DLL in vb 6 Pin
Dave Kreskowiak14-May-09 1:53
mveDave Kreskowiak14-May-09 1:53 
zhiyuan16 wrote:
that is user created own .dll, they can export by themselves..here, i can't export or i dun know how to export functions name in .DLL


You don't have to export anything - it's already being done by the .DLL.

The VB code in that example shows you how to Declare functions supplied by an external library. Granted, there are no parameters in those two functions exposed by the example .DLL, but you add those just like you add parameters to normal VB functions you define.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: how to call c++ DLL in vb 6 Pin
zhiyuan1614-May-09 4:39
zhiyuan1614-May-09 4:39 
GeneralRe: how to call c++ DLL in vb 6 Pin
Dave Kreskowiak14-May-09 7:06
mveDave Kreskowiak14-May-09 7:06 
GeneralRe: how to call c++ DLL in vb 6 Pin
zhiyuan1614-May-09 16:04
zhiyuan1614-May-09 16:04 
GeneralRe: how to call c++ DLL in vb 6 Pin
Dave Kreskowiak14-May-09 17:50
mveDave Kreskowiak14-May-09 17:50 
GeneralRe: how to call c++ DLL in vb 6 Pin
zhiyuan1614-May-09 18:06
zhiyuan1614-May-09 18:06 
GeneralRe: how to call c++ DLL in vb 6 Pin
Dave Kreskowiak15-May-09 2:22
mveDave Kreskowiak15-May-09 2:22 
AnswerRe: how to call c++ DLL in vb 6 Pin
Christian Graus14-May-09 3:06
protectorChristian Graus14-May-09 3:06 
QuestionAssembly is being destroyed to quickly. Pin
Jon_Boy13-May-09 9:26
Jon_Boy13-May-09 9:26 
AnswerRe: Assembly is being destroyed to quickly. Pin
Dave Kreskowiak13-May-09 9:59
mveDave Kreskowiak13-May-09 9:59 
GeneralRe: Assembly is being destroyed to quickly. Pin
Jon_Boy14-May-09 2:23
Jon_Boy14-May-09 2:23 
GeneralRe: Assembly is being destroyed to quickly. Pin
Jon_Boy14-May-09 3:19
Jon_Boy14-May-09 3:19 
QuestionMdi form and ToolStripContainer Pin
Samir Ibrahim13-May-09 4:27
Samir Ibrahim13-May-09 4:27 
AnswerRe: Mdi form and ToolStripContainer Pin
Dave Kreskowiak13-May-09 5:29
mveDave Kreskowiak13-May-09 5:29 
GeneralRe: Mdi form and ToolStripContainer Pin
Samir Ibrahim13-May-09 19:49
Samir Ibrahim13-May-09 19:49 
GeneralRe: Mdi form and ToolStripContainer Pin
Dave Kreskowiak14-May-09 2:02
mveDave Kreskowiak14-May-09 2:02 
GeneralRe: Mdi form and ToolStripContainer Pin
Samir Ibrahim14-May-09 2:28
Samir Ibrahim14-May-09 2:28 
Questionmultiple keypresses Pin
TheMrProgrammer13-May-09 4:06
TheMrProgrammer13-May-09 4:06 

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.