|
-
Aug 16th, 2012, 06:26 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] ToolStrip Items disappeared... please help
Hi,
I have no idea what has happened, I didn't see them disappear I was just looking through my forms an noticed them gone.
The strip itself is still there, but not buttons or items show on it.
I tried pasting it in from an earlier backup, but all the items got given default names, so I looked in the properties to the right and all my controls are listed there, even in the code they are all there with no errors or warnings. They are all set to visible and enabled... I just can't understand whats happened, or how to get them back, or how to even delete them and copy across the backup...
Any help would be greatly appreciated.
Thanks.
-
Aug 16th, 2012, 08:43 PM
#2
Re: ToolStrip Items disappeared... please help
Take a look here. Is that what you're talking about?
-
Aug 17th, 2012, 04:07 AM
#3
Thread Starter
Hyperactive Member
Re: ToolStrip Items disappeared... please help
Oh man you god!
Yes that was it!
The add items code was missing.
vb Code:
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MnuFile, Me.MnuCode, Me.Mnu2WordSearch})
That other post was fairly recent too, I'm lucky!
Thanks a lot dday9.
-
Aug 17th, 2012, 10:11 AM
#4
Re: ToolStrip Items disappeared... please help
No problem, it's just crazy I remembered the issue. Just be sure to mark the thread resolved under thread tools.
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
|