-
i know you can maximeze a form in visualbasic but you have always the top bar like where the name of the program is into it and how can i use 3d characters in vusaul basic is it possible ore do i need a 3d engeine then??
-
You need to learn the DirectX SDK.
Get it here http://msdn.microsoft.com/directx/
-
To quit the top bar select the form and go to it's properties menu, then, change the borderstyle property to 0(none)
-
Native VB is way to slow for 3 dimensional graphics (even for 2 dimensional :( ) If you are really considering 3D programs, learn C++.
:)
-
Actually, it is possible to build a decent engine in VB, however, the C++ equiv. would be much better.