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
Calculated variable on server...
How do i download my dreamweaver site to a different computer than the one I uploaded it on?
how to delete partial contents of a cell?
Is there a tool to check to see who has enabled auto-forward in outlook
In Perl, how do I check if a value already exist in the database
Need help building a regex
Datareader.Read() does not pull the required rows
SPContext.Current is returning null in the "SPItemEventReceiver" event handler.
Why does this xslt sort not work?
Ex2010 - Move Mailbox Failed - Corrupt Messages