Click Event handeler

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Randy

    #1

    Click Event handeler

    I'm totally new to this and this is my first project not from the book
    I have added the Standard Items to my MenuStrip1
    Here is the problem I have looked all day in the help for sample coding
    to do things like:
    Open files
    Save
    Save As
    Edit and it's subs etc.
    So just posting a copy of the code for me is not what I need the most I need
    help getting help
    Using HELP in the VS2005 IDE is not too helpful thus far -- Too much
    information and none of it what I needed yet!

    Thank you in advance,
    Randy


  • pvdg42

    #2
    Re: Click Event handeler


    "Randy" <ac7nj@comcast. netwrote in message
    news:ubadnbqIg5 uxmVDYnZ2dnUVZ_ tOmnZ2d@comcast .com...
    I'm totally new to this and this is my first project not from the book
    I have added the Standard Items to my MenuStrip1
    Here is the problem I have looked all day in the help for sample coding
    to do things like:
    Open files
    Save
    Save As
    Edit and it's subs etc.
    So just posting a copy of the code for me is not what I need the most I
    need help getting help
    Using HELP in the VS2005 IDE is not too helpful thus far -- Too much
    information and none of it what I needed yet!
    >
    Thank you in advance,
    Randy
    >
    What you want are the dialog components supplied in the .NET Framework.
    You can start here and follow the links to specifics on the dialog(s) you
    want to use.

    http://msdn.microsoft.com/library/de...oxcontrols.asp


    Comment

    • =?Utf-8?B?VGVycnk=?=

      #3
      RE: Click Event handeler

      Not sure I underestand your question - but if I had to guess - stop using
      "Search" and start using "Index", when looking for Help on a subject.
      --
      Terry


      "Randy" wrote:
      I'm totally new to this and this is my first project not from the book
      I have added the Standard Items to my MenuStrip1
      Here is the problem I have looked all day in the help for sample coding
      to do things like:
      Open files
      Save
      Save As
      Edit and it's subs etc.
      So just posting a copy of the code for me is not what I need the most I need
      help getting help
      Using HELP in the VS2005 IDE is not too helpful thus far -- Too much
      information and none of it what I needed yet!
      >
      Thank you in advance,
      Randy
      >
      >
      >

      Comment

      • Randy

        #4
        Re: Click Event handeler

        Thank you
        that link helped

        Randy


        "pvdg42" <pvdg42@newsgro ups.nospamwrote in message
        news:OPsyQfKTHH A.3440@TK2MSFTN GP03.phx.gbl...
        >
        "Randy" <ac7nj@comcast. netwrote in message
        news:ubadnbqIg5 uxmVDYnZ2dnUVZ_ tOmnZ2d@comcast .com...
        >I'm totally new to this and this is my first project not from the book
        >I have added the Standard Items to my MenuStrip1
        > Here is the problem I have looked all day in the help for sample
        >coding to do things like:
        >Open files
        >Save
        >Save As
        >Edit and it's subs etc.
        >So just posting a copy of the code for me is not what I need the most I
        >need help getting help
        >Using HELP in the VS2005 IDE is not too helpful thus far -- Too much
        >information and none of it what I needed yet!
        >>
        >Thank you in advance,
        >Randy
        >>
        What you want are the dialog components supplied in the .NET Framework.
        You can start here and follow the links to specifics on the dialog(s) you
        want to use.
        >
        http://msdn.microsoft.com/library/de...oxcontrols.asp
        >
        >

        Comment

        Working...