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
Any software that can send files over the Internet with drag and drop?
Excel Interop: Find cell by name
FAXCOOLWAREZ037 192.168.1.38 00-1A-73-C3-39-8A
Trying to connect to the server using Microsoft SQL Server Management Studio
ASA 5505 DMZ won't Access Internet
Trim() in JavaScript using Regular Expression
Cloud Computing
How to open old tethereal pcap files?
Web Interface 5.3 PNAgent Site - Citrix Online Plug-in could not contact the server entered.
SharePoint styling broken after migration (Urgent, Screenshots attached)