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
Need to translate my first string in ASP.NET
Computer doesnt power on...
explorer.exe is using 90-100% of each CPU
csico catalyst3500
Move users home folders to new storage partition
task manager high CPU usage widows server 2003
Can't access variable in code behind page
Outlook/Exchange Issue with Emails not showing
Easily change outgoing address. Outlook 2010 (or 2007 or 2003)
getElementByID not loading text