Visual FoxPro
Smart Device
Visual C++
Windows Live
Visual Studio
Microsoft ISV
VS Express Editions
Game Technologies
Visual C#
SQL Server
Visual Basic
Architecture
.NET Development
Windows Forms
VS Team System
Software Development Network>> Windows Forms>> ToolstripItem binding to a variable
ToolstripItem binding to a variable
Hot Topic
How to detect tab selection changed event in TabControl
passing variables between forms again :)
array error
DataView instance problem!
Easiest way to work with the KeyBoard??
VB.Net Newbie Design Layout Question
Visual Inheritance - Deriving From Open Constructed Form
Sample Code: TreeGridView - collapsing/expanding DataGridView
Page scale in PrintPreviewDialog ?
form1 location
Windows Forms
Clearing a Formatted DataGridView
Binding Navigator Problem
EnableVisualStyles and NotifyIcon bug
LinearGradientBrush
Please Please Help
Panel alpha transparency issues
Check box in dataGridBoolColumn
Open a file that is already opened by another app in readonly mode
Haw can i draw text with different size font.(DrawString)
display contextmenustrip on status strip item
ToolstripItem binding to a variable
How can I bind a ToolstripItem to a string or integer variable
Answer this question
ToolstripItem binding to a variable
gorance
Where you change the variable, put this line of code :
ToolStripLabel1.Text = var
Hope this helps.
waldedg
The first answer comes close to what I need. To ToolstripLabel should be updated whenever the variable changes. How can this be accomplished
Thanks!
sj2509
Do you mean you want to ToolStrip item's text in a variable :
ToolstripItem binding to a variable
Answer this question
ToolstripItem binding to a variable
gorance
ToolStripLabel1.Text = var
Hope this helps.
waldedg
sj2509