XNA tutorial!!! PLEASE!

Hi. Can someone write me a little tutorial that teach me how use XNA Game Studio Express (beta1)? I've downloaded it but I don't know how use it. I'm good in C# programming but i've never used Visual C# 2005 Express.
How can I use the Spacewar Example with Visual C#?
Please Help Me!!!
[297 byte] By [MehdiMahdloo] at [2008-2-22]
# 1
Did you create a project using the SpaceWar Starter Kit? If not, do so. If so, did it run? If so, start looking at the code. If not, what happened?
JimPerry at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 2
Hello Megdi. There are some great documentaion that comes with XNA, including some simple tutorials. If you click on help in VC# Express and hit Index, then search for Getting Started with XNA it has a few tutorials that should get you started.
CirdanCelebrindal at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 3
What is the Starter Kit? in which folder can i find the files of SpaceWar project for Visual C# express?
MehdiMahdloo at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 4
Wait...wait...i did it! i've created the project!
MehdiMahdloo at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 5
The game run but it don't respond to the key that i press on my keyboard...why? How can i make it work?
MehdiMahdloo at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 6
It is currently programed to use the XBox 360 controller. You will have to modify the code to get it to work with the keyboard.
CirdanCelebrindal at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 7
Which are the line of code to modify? and what i have to write to make it work with the keyboard?
thanks fro replying
MehdiMahdloo at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 8
I don't know becuase I didn't look into the code that deeply.
CirdanCelebrindal at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 9
So someone have some idea?
MehdiMahdloo at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 10
See http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=682463 for keyboard with spacewar.
TheZMan at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 11
Thanks Zman but it don't explain in which way and which are the line that i have to modify for play with my keyboard...
MehdiMahdloo at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 12

In the GamePadHelp.cs file, uncomment the first line:

#define USE_KEYBOARD

JimPerry at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 13
thx.

this works ;)

i bet, that thousands of freaks are testing and playing with the XNA...

GMS0012 at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 14
At least thousands.
JimPerry at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...