private void Alarm_Load(object sender, EventArgs e)
{
Form1 newform1 = new Form1();
newform1.contextMenuStrip1.AlarmToolStripMenuItem.Checked = true;
}
This is my error
Error 1 'System.Windows.Forms.ContextMenuStrip' does not contain a definition for 'AlarmToolStripMenuItem' and no extension method 'AlarmToolStripMenuItem' accepting a first argument of type 'System.Windows.Forms.ContextMenuStrip' could be found (are you missing a using directive or an assembly reference?) C:\Users\Kyle\documents\visual studio 2010\Projects\Gadgets\Gadgets\Alarm.cs 69 40 Gadgets

New Topic/Question
This topic is locked




MultiQuote







|