Button problem...

Hi!

I need som help with coding. I wan't to have a ToolStripMenuItem and link it to another form but I don't know the code for that.

Can someone please help me

Thanks in advance.



Answer this question

Button problem...

  • Game Lover Jon

    Why , did you get any exceptions, errors, warnings, or something like this


  • Quammy _OldProfile_

    I just get a very looong list of errors.
  • Micael Karlsson

    I want to link a button in the ToolStripMenu to another Form so that the "Form2" opens with a click on one of the buttons in the menu.
  • pangeli70

    Do you want to show a form using a button, or you want to change one of the form/button properties


  • inpacem

    Didde wrote:
    I wan't to have a ToolStripMenuItem and link it to another form

    Please be more specific on your question as I (like anyone else reading this post I suspect) have got no clue as to what you are looking for.



  • HIX

    Can I paste the code and what should I Edit in it to make it work
  • kv_kp

    Didde wrote:

    Hi!

    I need som help with coding. I wan't to have a ToolStripMenuItem and link it to another form but I don't know the code for that.

    Can someone please help me

    Thanks in advance.

    And also I need the same help for buttons...


  • Venom

    In the designer, double-click on the button, the code-window will appear, and you will find some thing like :
  • Masthan

    Dim TmpFrm2 As New Form2
    TmpFrm2.Show()


  • aabes

    It just doesn't work I've pasted it but it doesn't work!


  • KentDy

    Ah, I think you use C#
  • swtjen01

    It says "undeclared Identifier" for Dim and the other "blue" things.  

    (Errors)


  • Button problem...