Microsoft
Software
Hardware
Network
Question : How to add Form to Menu Control in VB.Net / VS 2005
I have one Menu Control ..
with sub menus 1,2,3 .. want to map to Form1, Form2, Form3 etc ..!
Also an exit button for Me.Close
how to perform this inside a Menu Control ..!
Answer : How to add Form to Menu Control in VB.Net / VS 2005
Show the form in the sub menu's Click event, like this:
Private Sub ToolStripMenuItem1_Click(B
yVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripMenuItem1.Click
Form1.ShowDialog()
End Sub
Random Solutions
Droid Incredible Exchange Synchronization
How deploy a website shortcut to 200 users desktop
ASP.Net Drop Shadow Effect
providing credentials in Powershell without user action
Exchange Store Restore
Perl - Read Excel rows into an array
How do I cancel an Outlook event for an AD user that no longer exists?
Problems with user management
Passing a structure from VBA in Excel to a C DLL
SQL sub query help needed