Click to See Complete Forum and Search --> : DirectX in a .Net Window Form


Eggman002
January 22nd, 2007, 12:46 PM
I want to be able to create a series of at least 4 windows (different angles) within my application. For this I am going to need a component which is capable of displaying DirectX in Managed C++. Can anyone point me in the direction of a tutorial where I can learn how to do this?

Eggman

Zachm
January 22nd, 2007, 01:30 PM
Take a look at:
http://www.drunkenhyena.com/cgi-bin/directx.pl

It contains several tutorials on managed directX with C# / VB

good luck !

Eggman002
January 22nd, 2007, 04:32 PM
I was hoping for something a little less general and a little more C++ oriented. Basically I am going to be working with Unmanaged DX9 and Managed C++ to create the interface (probably).

But thanks, I will look over those anyway.