Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enabling/Disable Toolstrip buttons
Message
De
03/03/2006 12:37:19
 
 
À
02/03/2006 23:50:00
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01101157
Message ID:
01101311
Vues:
11
You will have to change the "modifier" property on the toolstrip. The default is private, so it can't be seen by the wizard form.


>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.

(On an infant's shirt): Already smarter than Bush
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform