Drawing 2d Graphics

I'm just begining programming with Visual Basic Express Edition. I have no idea how to draw graphics. Can you give me any code?
[128 byte] By [Justlearning] at [2007-12-22]
# 1

Well, DirectX isn't very VB friendly. Although you _can_ write samples in VB, you'll find yourself in a very lonely place, since we only supply samples in C# (for managed code, with one lonely VB.NET exception that's not aimed at beginners).

My recommendation is that you download Visual C# Express and then take a look at the tutorials in the DirectX SDK.

In particular, you will want to look at the Simple2D sample in the SDK.

If you absolutely, postively insist on using VB.NET, you can look here: http://www.thezbuffer.com/articles/187.aspx

DavidWeller at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: Graphics...