Why don't I see ContextMenu in the form's property list???

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

    Why don't I see ContextMenu in the form's property list???

    VS2008

    The help for Form lists ContextMenu as a property but it does not appear in
    the properties for my form.

    Is there something I must do to make it appear there.


    Thanks


    BTW, in VS2005, which I no longer have, wasn't there some note in the help
    for ContextMenu that said it was replaced with ContextMenuStri p? I'm not
    sure but I thought there was. It there was such a note why was it removed?


  • kimiraikkonen

    #2
    Re: Why don't I see ContextMenu in the form's property list???

    On Feb 16, 1:23 am, "Academia" <academiaNOS... @a-znet.comwrote:
    VS2008
    >
    The help for Form lists ContextMenu as a property but it does not appear in
    the properties for my form.
    >
    Is there something I must do to make it appear there.
    >
    Thanks
    >
    BTW, in VS2005, which I no longer have, wasn't there some note in the help
    for ContextMenu that said it was replaced with ContextMenuStri p? I'm not
    sure but I thought there was. It there was such a note why was it removed?
    I'm not able to help about the location in VS 2008 but add this code
    in your form_load to use contextmenustri p with your form where
    contextmenustri p1 is your contextmenustri p name as you know:

    Me.ContextMenuS trip = Me.ContextMenuS trip1

    Comment

    • Teemu

      #3
      Re: Why don't I see ContextMenu in the form's property list???


      "Academia" <academiaNOSPAM @a-znet.comkirjoit ti viestissä
      news:%23t2oRnCc IHA.1208@TK2MSF TNGP03.phx.gbl. ..
      VS2008
      >
      The help for Form lists ContextMenu as a property but it does not appear
      in the properties for my form.
      >
      Is there something I must do to make it appear there.
      >
      >
      Thanks
      >
      >
      BTW, in VS2005, which I no longer have, wasn't there some note in the help
      for ContextMenu that said it was replaced with ContextMenuStri p? I'm not
      sure but I thought there was. It there was such a note why was it removed?
      >
      I can see ContextMenuStri p in Form's properties. It is in Behavior-section
      if you are using categorized sorting.


      -Teemu

      Comment

      • Academia

        #4
        Re: Why don't I see ContextMenu in the form's property list???

        thanks but I'm looking for the ContextMenu

        thanks for answering

        "Teemu" <tsirkia@hotmai l.comwrote in message
        news:7GDtj.2978 79$E97.287526@r eader1.news.sau nalahti.fi...
        >
        "Academia" <academiaNOSPAM @a-znet.comkirjoit ti viestissä
        news:%23t2oRnCc IHA.1208@TK2MSF TNGP03.phx.gbl. ..
        >VS2008
        >>
        >The help for Form lists ContextMenu as a property but it does not appear
        >in the properties for my form.
        >>
        >Is there something I must do to make it appear there.
        >>
        >>
        >Thanks
        >>
        >>
        >BTW, in VS2005, which I no longer have, wasn't there some note in the
        >help for ContextMenu that said it was replaced with ContextMenuStri p?
        >I'm not sure but I thought there was. It there was such a note why was it
        >removed?
        >>
        >
        I can see ContextMenuStri p in Form's properties. It is in Behavior-section
        if you are using categorized sorting.
        >
        >
        -Teemu

        Comment

        • Teemu

          #5
          Re: Why don't I see ContextMenu in the form's property list???


          "Academia" <academiaNOSPAM @a-znet.comkirjoit ti viestissä
          news:eS3wUxLcIH A.5712@TK2MSFTN GP04.phx.gbl...
          thanks but I'm looking for the ContextMenu
          >
          thanks for answering
          You won't find it if you are using VB 2005 or VB 2008.

          You have to use ContextMenuStri p property which is the same as ContextMenu
          in older versions.

          -Teemu

          Comment

          • Academia

            #6
            Re: Why don't I see ContextMenu in the form's property list???

            ContextMenu is still supported.

            thanks


            "Teemu" <tsirkia@hotmai l.comwrote in message
            news:5WEtj.2979 12$uz7.50113@re ader1.news.saun alahti.fi...
            >
            "Academia" <academiaNOSPAM @a-znet.comkirjoit ti viestissä
            news:eS3wUxLcIH A.5712@TK2MSFTN GP04.phx.gbl...
            >thanks but I'm looking for the ContextMenu
            >>
            >thanks for answering
            >
            You won't find it if you are using VB 2005 or VB 2008.
            >
            You have to use ContextMenuStri p property which is the same as ContextMenu
            in older versions.
            >
            -Teemu

            Comment

            • Teemu

              #7
              Re: Why don't I see ContextMenu in the form's property list???


              "Academia" <academiaNOSPAM @a-znet.comkirjoit ti viestissä
              news:u8uok2McIH A.4140@TK2MSFTN GP04.phx.gbl...
              ContextMenu is still supported.
              >
              thanks
              Yes it is, but I don't see any reason why to use it. It is not supported in
              IDE as you see and ContextMenuStri p has everything that ContextMenu has.

              -Teemu

              Comment

              Working...