Click here to Skip to main content
15,912,400 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSTARTING VB.NET Pin
Jkkenzie8-Dec-05 10:03
Jkkenzie8-Dec-05 10:03 
AnswerRe: STARTING VB.NET Pin
Christian Graus8-Dec-05 10:07
protectorChristian Graus8-Dec-05 10:07 
GeneralRe: STARTING VB.NET Pin
Jkkenzie8-Dec-05 10:13
Jkkenzie8-Dec-05 10:13 
AnswerRe: STARTING VB.NET Pin
Dave Kreskowiak8-Dec-05 11:44
mveDave Kreskowiak8-Dec-05 11:44 
QuestionCrystal Report and DataBase Login Pin
dptalt8-Dec-05 9:23
dptalt8-Dec-05 9:23 
QuestionCrystal Reports Preview Pin
projectcode18-Dec-05 8:52
projectcode18-Dec-05 8:52 
Questionhow to make dll Pin
giotis828-Dec-05 2:56
giotis828-Dec-05 2:56 
AnswerRe: how to make dll Pin
Christian Graus8-Dec-05 10:04
protectorChristian Graus8-Dec-05 10:04 
giotis82 wrote:
I am new in programming!


Sounds like you're biting off too much at once.

I presume the opengl app is in C++ ? If so, your basic problem is, your OpenGL program wants to be an app, not a dll, so that it has a message pump, a window, etc. Then, your VB app is not going to be able to consume this application. The way to talk between VB.NET and C++ is probably C++/CLI. The way to do it from VB6 -> C++ is COM. COM works for VB.NET as well. But if you want a VB app and an OpenGL app, then you don't want a dll, because you're looking for two applications, and not an application that consumes a class library. In this case, WM_COPYDATA is the easiest way to send data between two applications ( google it ).

Christian Graus - Microsoft MVP - C++
GeneralRe: how to make dll Pin
giotis828-Dec-05 20:53
giotis828-Dec-05 20:53 
GeneralRe: how to make dll Pin
Christian Graus9-Dec-05 10:35
protectorChristian Graus9-Dec-05 10:35 
GeneralRe: how to make dll Pin
giotis8211-Dec-05 21:19
giotis8211-Dec-05 21:19 
GeneralRe: how to make dll Pin
Christian Graus12-Dec-05 10:54
protectorChristian Graus12-Dec-05 10:54 
GeneralRe: how to make dll Pin
giotis8212-Dec-05 22:04
giotis8212-Dec-05 22:04 
GeneralRe: how to make dll Pin
giotis828-Dec-05 21:18
giotis828-Dec-05 21:18 
AnswerRe: how to make dll Pin
uktrips0079-Dec-05 19:18
uktrips0079-Dec-05 19:18 
QuestionProblem with insert command Pin
fitz2345678-Dec-05 2:13
fitz2345678-Dec-05 2:13 
Questiondll registration problem Pin
uktrips0077-Dec-05 21:47
uktrips0077-Dec-05 21:47 
Questionregistering dll problem Pin
uktrips0077-Dec-05 21:46
uktrips0077-Dec-05 21:46 
AnswerRe: registering dll problem Pin
Gerben Jongerius7-Dec-05 22:08
Gerben Jongerius7-Dec-05 22:08 
GeneralRe: registering dll problem Pin
uktrips0077-Dec-05 22:15
uktrips0077-Dec-05 22:15 
GeneralRe: registering dll problem Pin
Gerben Jongerius7-Dec-05 22:48
Gerben Jongerius7-Dec-05 22:48 
GeneralRe: registering dll problem Pin
uktrips0077-Dec-05 23:32
uktrips0077-Dec-05 23:32 
GeneralRe: registering dll problem Pin
Gerben Jongerius8-Dec-05 2:17
Gerben Jongerius8-Dec-05 2:17 
JokeRe: registering dll problem Pin
uktrips0079-Dec-05 0:42
uktrips0079-Dec-05 0:42 
GeneralRe: registering dll problem Pin
uktrips0079-Dec-05 2:24
uktrips0079-Dec-05 2:24 

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.