Question #13056

how can i enable menu and toolbar tab's control in vs 2005 ?2005 ?
please assist me soon.lease assist me soon.
i'll be very much thankful to you.'ll be very much thankful to you.
abhi.bhi.

Expert's answer

Add such code to Form Load


private void Form1_Load(object sender,
EventArgs e)
{
menuStrip1.Enabled = false;

tabControl1.Enabled = false;
}
LATEST TUTORIALS
APPROVED BY CLIENTS