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. C / C++ / MFC
  4. add menu

add menu

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorial
4 Posts 3 Posters 0 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.
  • A Offline
    A Offline
    asma123
    wrote on last edited by
    #1

    hi, can any one plz tell me how to add menu's in win32 console application in Visual C++. Thanx in advance.

    D 1 Reply Last reply
    0
    • A asma123

      hi, can any one plz tell me how to add menu's in win32 console application in Visual C++. Thanx in advance.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      With a console application, what would you be adding the menu to?


      "Ideas are a dime a dozen. People who put them into action are priceless." - Unknown

      A 1 Reply Last reply
      0
      • D David Crow

        With a console application, what would you be adding the menu to?


        "Ideas are a dime a dozen. People who put them into action are priceless." - Unknown

        A Offline
        A Offline
        Archer282
        wrote on last edited by
        #3

        I think i understand what you are talking about, if you have ever seen the program Edit in MS-DOS you would see a menu, but honestly i dont know how to make one,

        D 1 Reply Last reply
        0
        • A Archer282

          I think i understand what you are talking about, if you have ever seen the program Edit in MS-DOS you would see a menu, but honestly i dont know how to make one,

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          Archer282 wrote: ...if you have ever seen the program Edit in MS-DOS you would see a menu... Yep, remember it well. What most folks don't know is that the editor was actually qbasic.exe. Edit.com was used to call qbasic.exe and remove any programming-specific menu items. As far as how to do it, output to a console window using printf(). It's been over a decade since I've done any "console graphics" (e.g., colors, shadows, blocks, 'windows', x/y coordinates) but I'm sure there are still plenty of examples that can be Googled for.


          "Ideas are a dime a dozen. People who put them into action are priceless." - Unknown

          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