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

Visual Basic

 
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 
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 
giotis82 wrote:
WM_COPYDATA can i pass parameters in my opengl app, and change my variables values?


Yes, and no. WM_COPYDATA is a message you send and recieve. You need to write code on both ends, to send the data, and to parse and use it on the other end. So yes, you can send values to the other application, and use them to set variables. But no, you can't send a message and have it change values without you writing the code to recieve the message on the other end.

giotis82 wrote:
Is there any way to remake my opengl program as dll?


Like I said, if it's a dll, then it's NOT a program, it does not have a window, nor can it be run by itself.

I think you should instead use DirectX in VB.NET, if that's an option.

Christian Graus - Microsoft MVP - C++
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 
AnswerRe: registering dll problem Pin
Gerben Jongerius9-Dec-05 7:22
Gerben Jongerius9-Dec-05 7:22 
GeneralRe: registering dll problem Pin
uktrips0079-Dec-05 18:59
uktrips0079-Dec-05 18:59 

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.