Results 1 to 6 of 6

Thread: [RESOLVED] menustrip

  1. #1

    Thread Starter
    Addicted Member NeedHelp01's Avatar
    Join Date
    May 2007
    Location
    holland
    Posts
    142

    Resolved [RESOLVED] menustrip

    is possible it what I want.
    That in the menu sniffing in my title beam shows because
    what I now am ugly
    I have wanted gladly breach if I click on the titeltekste a menu button come with the text help end if I click that he most show an msgbox or something else whit some text in it.

    I hope that I now That is more clear..
    Last edited by NeedHelp01; May 10th, 2007 at 05:04 AM.

  2. #2

    Thread Starter
    Addicted Member NeedHelp01's Avatar
    Join Date
    May 2007
    Location
    holland
    Posts
    142

    Re: menustrip

    can someon help me

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: menustrip

    Obviously there's a language barrier here. I have no idea what you're asking for.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Addicted Member NeedHelp01's Avatar
    Join Date
    May 2007
    Location
    holland
    Posts
    142

    Re: menustrip

    ahahah oke


    you want to know what I want.
    I am not clear enough.

    What I ask is.
    I have a form In that form a gote a titelbar.
    You know that.

    I will explain everything step by step



    (P.S. sorry for my bad English I I use Babel fish translation to solicit to translate to English)

  5. #5
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: menustrip

    Quote Originally Posted by NeedHelp01
    is possible it what I want.
    That in the menu sniffing in my title beam shows because
    what I now am ugly
    I have wanted gladly breach if I click on the titeltekste a menu button come with the text help end if I click that he most show an msgbox or something else whit some text in it.

    I hope that I now That is more clear..
    Hi,

    After reading and rereading, I think you want a form with a menustrip and in that strip you have a toolstripmenuItem with the name HELP.

    Here's an example how to use it:

    Code:
    Private Sub HelpToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles HelpToolStripMenuItem.Click
            MsgBox("Your English can only be better")
        End Sub
    Wkr,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  6. #6
    Frenzied Member stimbo's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,739

    Re: menustrip

    Not exactly a vote of confidence for Babel fish

    what I now am ugly
    Stim

    Free VB.NET Book Chapter
    Visual Basic 2005 Cookbook Sample Chapter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width