DirectDraw Tutorial

  • Thread starter Thread starter Tyson Ackland
  • Start date Start date
T

Tyson Ackland

Is there a good site folks know of that leads a beginner through DirectDraw
using VB.NET?

TyBreaker
 
Hi Tyson,

Did you already ask this in one of the

microsoft.public.directx*

newsgroups?

Cor
 
Tyson Ackland said:
Is there a good site folks know of that leads a beginner through
DirectDraw using VB.NET?

for managed DirectX:
microsoft.public.win32.programmer.directx.managed

If you've downloaded the DirectX SDK, you've got the full documentation
including a lot of samples. The managed docs are incomplete (still *grrrr*)
but the knowledge can be taken from the (unmanged) C++ docs.


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
You may also want to check www.gamedev.net - it's a game programming
oriented web site - plenty of extremely experienced people in the forums.
Alex
--------------------
 
Back
Top