How to Create a CHILD Window in a Dialog in vb .net

  • Thread starter Thread starter john k
  • Start date Start date
J

john k

Hi.I m building an application in vb .net and i use the
opengl library.I would like to have some buttons on my
form and in the centre of the form have the opengl window.
I understand that i have to heve 2 separate forms.One for
the opengl window and the other for my buttons so i must
Create a CHILD Window in a Dialog in vb .net.How can i do
that.I hope u could help me. Pls send me an email with the
answer.

J.T.K
(e-mail address removed)
 
* "john k said:
Hi.I m building an application in vb .net and i use the
opengl library.I would like to have some buttons on my
form and in the centre of the form have the opengl window.
I understand that i have to heve 2 separate forms.One for
the opengl window and the other for my buttons so i must

How do you access the OpenGL library? Directly with pinvoke or do you
use one of the .NET "wrappers" around it?
 
Back
Top