DirectX

  • Thread starter Thread starter Regan Hurd
  • Start date Start date
R

Regan Hurd

I have installed the DirextX SDK on my computer. But i do
not know how to use it in my VB .net applications. Can
someone tell me how?
 
Regan Hurd said:
I have installed the DirextX SDK on my computer. But i do
not know how to use it in my VB .net applications. Can
someone tell me how?

Which problem do you have?
 
Hello Regan
There's no wizard to create a generic directx 9
application. So you have to create a windows application
and add references to the managed directx classes that
you wish to use on your project.

See the samples and tutorials in the sdk.

Kind Regards
Jorge Cavalheiro
 
Hello Regan
There's no wizard to create a generic directx 9
application. So you have to create a windows application
and add references to the managed directx classes that
you wish to use on your project.

Really? When I installed the DirectX SDK, it created a new project type
for a DirectX application and when I start it - it starts a wizard that
asks me about what capabilities I want my app to have... Not that I
have done anything with DX yet - it's one of those, "One of these days"
things :)
 
Back
Top