Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enabling/Disable Toolstrip buttons
Message
From
02/03/2006 23:50:00
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Enabling/Disable Toolstrip buttons
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01101157
Message ID:
01101157
Views:
97
Hi All,

First time using the forum and first time attempting to code in C#. Here is my first question. I created a windows form called Main.cs with toolStrip_navi which consists of 4 buttons (first_ToolStripButton,prev_ToolStripButton,next_ToolStripButton, and last_ToolStripButton). From the menu, I clicked on item called Wizard to run a Wizard.cs form. In the Wizard_Load(object sender, EventArgs e) event I want to turn off(disable) the next_ToolStripButton, and last_ToolStripButton. How could I do that? I tried the following code, but ended up with error message.

Main.first_ToolStripButton.enabled = false;


'MyApp.Main.next_ToolStripButton' is inaccessible due to its protection level C:\Documents and Settings\Steve\My Documents\Visual Studio 2005 \Projects\MyApp\New_Reports\Wizard.cs'

TIA,
Steve

P.S. Wizard.cs is inherited from a base form that I created.
Next
Reply
Map
View

Click here to load this message in the networking platform