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. Learning C++ again with new version from Microsoft - have some questions

Learning C++ again with new version from Microsoft - have some questions

Scheduled Pinned Locked Moved Visual Studio
questionlearningcsharpc++
3 Posts 3 Posters 7 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.
  • U Offline
    U Offline
    User 1718352
    wrote on last edited by
    #1

    1. Which template should I use for a new project. I once used Microsoft Forms, but there is no such option in the current Visual Studio (version 2015) Which one should I use if I intend to produce multiple forms? 2. How to I add a form to a project? The visual basic interface that defines forms seems to be buried by Microsoft and is no longer visible. 3. How do I create and link a form to a new project, defining that form as the form to load when the program starts? Sorry this is so basic, but I'm again a beginner given Microsoft's habit of making major changes to Visual Studio with each new edition.

    L U 2 Replies Last reply
    0
    • U User 1718352

      1. Which template should I use for a new project. I once used Microsoft Forms, but there is no such option in the current Visual Studio (version 2015) Which one should I use if I intend to produce multiple forms? 2. How to I add a form to a project? The visual basic interface that defines forms seems to be buried by Microsoft and is no longer visible. 3. How do I create and link a form to a new project, defining that form as the form to load when the program starts? Sorry this is so basic, but I'm again a beginner given Microsoft's habit of making major changes to Visual Studio with each new edition.

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

      Member 1719971 wrote:

      I once used Microsoft Forms

      There are Windows Forms, and Web Forms. Which one do you want to create? The templates that come with VS include a basic form to which you add your own controls. Visual Studio adds the basic code to support those controls which you then modify to create your application.

      1 Reply Last reply
      0
      • U User 1718352

        1. Which template should I use for a new project. I once used Microsoft Forms, but there is no such option in the current Visual Studio (version 2015) Which one should I use if I intend to produce multiple forms? 2. How to I add a form to a project? The visual basic interface that defines forms seems to be buried by Microsoft and is no longer visible. 3. How do I create and link a form to a new project, defining that form as the form to load when the program starts? Sorry this is so basic, but I'm again a beginner given Microsoft's habit of making major changes to Visual Studio with each new edition.

        U Offline
        U Offline
        User 12941702
        wrote on last edited by
        #3

        This isn't a specific answer to your question, but why do people insist on always using new versions of software? It's simply not necessary. If you like Windows Forms, why not use the 2010 version? Technology always changes, but much of it is unnecessary. Even though there are newer ways to make Windows programs in C++, a guy can still use the MFC to do it. Sure it's an older way but so what? It still is perfectly valid. By the way, even though you don't see Windows Forms as a template in the newer versions, you can still use it. Go to YouTube and look. They show you how. I'm using Visual Studio 2010 and it's great. No need to use anything more recent.

        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