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
how can i uninstall powerHA hacmp fileset from unix aix server
Remote Desktop Connection to Windows SBS 2008
Find GoldMine contacts with a deleted process attached
Set Java Class toString name?
Sort columns in pivot table.
Restoring a Dell studio 1535 to factory default
XP Pro SP 3 - Ordinal 423 could not be located in the dynamic link library urlmon.dll
Is there a way to use the recovery partition to reinstall the OS if the drive won't boot or put it on a new hard drive?
Unable to access certain domains
Padding Emptry spaces with Zero's in VB.NET