i know theres a way where i can make the menu strip drop down the files or what ever when the mouse is hovering but i can get it things i tryed wasnt even close lol thanks for helping
No clue what you want but...mousehover event?
Originally Posted by Blubb1337
No clue what you want but...mousehover event?
when i move the mouse over the 1st red box the lil red box i want it to drop the menu down
i know if i click the 1st red box i can hover over the shit thats in the menu to open but i cant make the main part open the menu if u get what im saying
Posts 1–7 of 7 · Page 1 of 1
Post a Reply
Tags for this Thread
None
On the event mousehover put like..
buttonmenustripshiit.PerformClick() or something,..
Originally Posted by -Away
On the event mousehover put like..
buttonmenustripshiit.PerformClick() or something,..
that didnt work but i guess o well
Code:
Private Sub FileToolStripMenuItem_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FileToolStripMenuItem.MouseEnter
FileToolStripMenuItem.ShowDropDown()
End Sub
i tried perform click but it would do that code if i clicked on the menu strip not showing the menu strip
also in this case enter is better than hover
Originally Posted by T0P-CENT
Code:
Private Sub FileToolStripMenuItem_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FileToolStripMenuItem.MouseEnter
FileToolStripMenuItem.ShowDropDown()
End Sub
i tried perform click but it would do that code if i clicked on the menu strip not showing the menu strip
also in this case enter is better than hover
yo thanks for ur help in trying but i figured it out with hover thanks