XNA Framework for Tool programming.

I would like to use XNA Framework for tool programming but as far as I know XNA Studio does not contain System.Windows.Forms namespace.

Is it possible to use XNA framework with Visual Studio 2005 ?

If not then how can I use XNA for tool programming without WinForm?

Are you forgetting tool programmers

[785 byte] By [ABS123] at [2008-2-2]
# 1
The XNA Framework installs on top of the normal C# environment. So you should have access to the .NET namespace. For 360 development, you are limited to the Compact Framework.
SteveMitcham at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 2

While that's true, you may find that we're not enabling a scenario that you may run into when writing your tools. My suggestion would be to give the beta a try and see if you find any limiting factors send us some feedback here. For our first release we are mainly focused on users being able to create games based on the framework but are interested in supporting using XNA for other applications as well. You’ll still be able to continue to use MDX 1.1 as part of the DirectX SDK moving forward as well.

Thanks!

MichaelKlucher-MSFT at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 3

Thanks but you did not answer my question.

Is it possible to strip out XNA framework and use it inside VS 2005 professional?

Means I don’t want to use XNA studio just the XNA libraries.

ABS123 at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 4
The Windows version of the XNA Framework assemblies are just regular

managed assemblies, so you can use them from any language and IDE you

like.

Obviously you won't be able to use our custom IDE extensions if you

aren't running C# Express, but the API itself will work just fine.

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