|
-
May 10th, 2007, 03:45 AM
#1
Thread Starter
Addicted Member
[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.
-
May 10th, 2007, 05:25 AM
#2
Thread Starter
Addicted Member
-
May 10th, 2007, 05:50 AM
#3
Re: menustrip
Obviously there's a language barrier here. I have no idea what you're asking for.
-
May 10th, 2007, 06:09 AM
#4
Thread Starter
Addicted Member
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)
-
May 10th, 2007, 10:35 AM
#5
Re: menustrip
 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
-
May 10th, 2007, 10:53 AM
#6
Re: menustrip
Not exactly a vote of confidence for Babel fish
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|