Results 1 to 5 of 5

Thread: Visual Studios 2008 + Silverlight

  1. Registered TeamPlayer Imisnew2's Avatar
    Join Date
    01-19-08
    Posts
    4,588
    Post Thanks / Like
    Blog Entries
    9
    #1

    Visual Studios 2008 + Silverlight

    Two questions :
    When I choose a language in VS2008 how do I swap to a different one (like I chose c++ to begin with on first startup, but want to swap to c# now.)

    Second :
    I'm trying to write a simple program in silverlight to get started, so I added a stack panel, then a button and text box... I cant get these to show up at all... what am I doing wrong?

    Code:
    <StackPanel Orientation="Horizontal">
      <Button x:Name="Button1" Content="Click me!" Click="Button1_Click_Event" />
      <TextBox x:Name="Box1" />
    </StackPanel>

  2. GReYVee's Avatar
    Join Date
    06-03-09
    Location
    Colorado
    Posts
    3,346
    Post Thanks / Like
    Stat Links

    Visual Studios 2008 + Silverlight
    Gamer IDs

    Steam ID: GReYVee
    #2

    Re: Visual Studios 2008 + Silverlight

    Well if you are referring to converting source. This may be a good start.

    http://code2code.net/

    However, if you mean just changing languages .. go back to the microsoft downloads and get the Visual Studio for C#, and start learning the different nuances of the language. It's mostly the same syntax, but with a very different way of going about handling the environment. I find C# less tedious to work with.

    I have not messed with silverlight myself, as I more or less despise web platform (its getting better) but if yer messing with controls, probably best to start out with the official tutorial.

    http://silverlight.net/learn/tutorials/controls.aspx

  3. Registered TeamPlayer Imisnew2's Avatar
    Join Date
    01-19-08
    Posts
    4,588
    Post Thanks / Like
    Blog Entries
    9
    #3

    Re: Visual Studios 2008 + Silverlight

    I've looked at the tutorial, it's shit stupid.... It leaves out one freaking vital step (that NOONE has mentioned and I have reloaded 2 comps thinking it was a .net or install error).

    As for "changing languages", with VS2008 you choose C++ C# VB etc to code in so it brings up the respective tools automatically . You only get to choose your language once... and I found out the only way to change it is to go deep into the file structure and change 2 letters in like a mile long bunch of text... YAY MICROSOFT!

    As for silverlight... I'm still looking for help.

  4. Registered TeamPlayer Imisnew2's Avatar
    Join Date
    01-19-08
    Posts
    4,588
    Post Thanks / Like
    Blog Entries
    9
    #4

    Re: Visual Studios 2008 + Silverlight

    I shoulda put this in the tech support area, idk what i was thinking.

  5. GReYVee's Avatar
    Join Date
    06-03-09
    Location
    Colorado
    Posts
    3,346
    Post Thanks / Like
    Stat Links

    Visual Studios 2008 + Silverlight
    Gamer IDs

    Steam ID: GReYVee
    #5

    Re: Visual Studios 2008 + Silverlight

    Quote Originally Posted by Imisnew2

    As for "changing languages", with VS2008 you choose C++ C# VB etc to code in so it brings up the respective tools automatically .
    Was assuming you were using the Express edition, which in and of itself is tailored for each language. Though if you have not set up a great deal of IDE customization you could aways reset options to default. This should reprompt you for the default language.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Title