Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Cant find system.windows.forms

Cant find system.windows.forms

Scheduled Pinned Locked Moved Visual Studio
csharpquestion
7 Posts 3 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DutchComputerKid
    wrote on last edited by
    #1

    I cant find it for import in VB.NET2010 In references somehow? Am I missing files? :confused:

    L 2 Replies Last reply
    0
    • D DutchComputerKid

      I cant find it for import in VB.NET2010 In references somehow? Am I missing files? :confused:

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      DutchComputerKid wrote:

      Am I missing files?

      Who can say? Have you created your project using the project wizard or are you trying to do it all by hand?

      D 1 Reply Last reply
      0
      • L Lost User

        DutchComputerKid wrote:

        Am I missing files?

        Who can say? Have you created your project using the project wizard or are you trying to do it all by hand?

        D Offline
        D Offline
        DutchComputerKid
        wrote on last edited by
        #3

        Well, I have not, I'm new to VS2010. Just started a new form project, and tried to use some code. :doh: How do I start that wizard?

        L 1 Reply Last reply
        0
        • D DutchComputerKid

          Well, I have not, I'm new to VS2010. Just started a new form project, and tried to use some code. :doh: How do I start that wizard?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Start VS2010 and learn the menu options, use the help, read the documentation.

          1 Reply Last reply
          0
          • D DutchComputerKid

            I cant find it for import in VB.NET2010 In references somehow? Am I missing files? :confused:

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            From Visual Studio; * File | New Project * Choose "Windows Application" If you are missing other references (System.Windows.Forms will already be included), you can add them by right clicking on the project in the "solution explorer", choose "Add reference". Without Visual Studio; * Create a .vbproj project file to list references and designate an entry-point. That file also lists all your other source-files.

            Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

            D 1 Reply Last reply
            0
            • L Lost User

              From Visual Studio; * File | New Project * Choose "Windows Application" If you are missing other references (System.Windows.Forms will already be included), you can add them by right clicking on the project in the "solution explorer", choose "Add reference". Without Visual Studio; * Create a .vbproj project file to list references and designate an entry-point. That file also lists all your other source-files.

              Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

              D Offline
              D Offline
              DutchComputerKid
              wrote on last edited by
              #6

              Yeah I downgraded to .NET 2003. Hope that is more like VB6 without those annoyingly long odd function names, ugh.

              K 1 Reply Last reply
              0
              • D DutchComputerKid

                Yeah I downgraded to .NET 2003. Hope that is more like VB6 without those annoyingly long odd function names, ugh.

                K Offline
                K Offline
                K SIS
                wrote on last edited by
                #7

                Don't Downgrade to 2003 as it uses framework 1.1 which is not supported commonly. Use 2005 or more. 2.0 framework is inclided in all recent frameworks. You won't find similarities with VB6, There are a lot of differences. Migration is very old and you may not find any resources now.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups