Is there a set of documentation on DirectX (9 or above) that shows the objects, methods, properties, events and samlple code for the use of DirectX (9 or above) with VB.NET? The most recent SDK includes details for C++ and the "Windows DiectX Graphics documentation" file doesn't contain these details.
+1
A:
You might want to check this VB.NET Managed DirectX Example also The zBuffer is a really good reasource when coding for Managed DirectX and XNA!
Filip Ekberg
2010-01-05 14:48:49
A:
A quick google for directx finds the DirectX developers center on MSDN. And a quick look around there finds the library page for DirectX 9.0 for managed code.
Greg B
2010-01-05 14:52:01
A:
I think the most sane idea here is to use SlimDX (a user mantained very good wrapper). Cause remember that Managed DirectX is NO LONGER supported or updated by microsoft. (the support stopped years ago)
Go take a look at it. It support till DirectX11.
feal87
2010-01-05 19:32:35