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#
  4. Can you help me?

Can you help me?

Scheduled Pinned Locked Moved C#
questioncsharphelp
2 Posts 2 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.
  • W Offline
    W Offline
    Wolf92
    wrote on last edited by
    #1

    HI, I am new to c# programming. How can I get a simple menu system? I am using visual c# 2005. I only want a print, new document, open docunment, save document and help button, how can I do this. Thank you in advance.

    A 1 Reply Last reply
    0
    • W Wolf92

      HI, I am new to c# programming. How can I get a simple menu system? I am using visual c# 2005. I only want a print, new document, open docunment, save document and help button, how can I do this. Thank you in advance.

      A Offline
      A Offline
      Andrew Lygin
      wrote on last edited by
      #2

      1. Add ToolStripContainer (from Toolbox) to your form. 2. Set toolStripContainer.Dock = All. 3. Add MenuStrip (from Toolbox) to the top of the toolStripContainer. 4. Select menuStrip and type captions for your menu items. 5. Select menu item and add handler to its Click event. 6. Repeat step 5 for all menu items.

      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