Express Questions

Hello All,

1.I downloaded VS.net 2005 and would like to program some xml stuff. Do i need to download any xml files to go with VS

2. DoI need to download any of the .net framework or asp files to go with VS

3. What are the best extra downloads i can take advantage of

4. Is there a good book for Visual Studio.net 2005 for XML

5. What does everyone use for creating great graghics foir the Visual Basic screens

Sorry for all of the questions!

Thanks!

Kevin




Answer this question

Express Questions

  • Michal Rovnanik

    Ken,

    Thanks for the reply!

    Is Express and .net the same

    Could you answer any of the other questions

    Kevin



  • cborden

    Visual studio .net has xml functions built in. Take a look at the system.xml namespace.

    http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemxml.asp

    Here is a free class with some useful xml functions

    http://sourceforge.net/projects/mvp-xml



  • Skyguard

    hi,

    i don't think there is any extra tools you can use but you have to know xml and how it works you can see a tutorial for using xmldocument in absolute bigenner videos lesson 10

    regarding graphics you can take a look to System.drawing namespace

    hope this helps



  • Alanu

    DigitalDJ,

    Welcome to the fora!! I really like your questions. Ken, I was really impressed with answers as I always am. You too Shak....... :)

    DD, I was wondering if you'd be will to read the suggestions at the top of the forum

    I'm really looking to forward to assisting you anyway I can.



  • Eric Cherng

    Can i still use xml code that uses XML Schemas (XML Designer) Can i add XML Schemas (XML Designer) What I want to do is create multiple frames with an array of variables in them that changes on each frame, then i can play the frames and each frame then will change my outcome according to variables that are stored in the frames i created. This is somewhat like running video frames but with variables.

    Thanks,

    Kevin



  • renealejandrov

    Programs you write using Visual Basic Express use the dotnet framework 2.0. The express edition does not have all the features available that Visual Studio has. This link has a chart showing the features available in the different editions of visual studio.

    I have read some books on using the dotnet framework 1.1 and xml but have not found any editions on the dotnet framework 2.0 yet.


  • Express Questions