Binding Controls to Controls

  • Thread starter Thread starter MeltingPoint
  • Start date Start date
M

MeltingPoint

Quick question:
Can you bind the Value of a TrackBar to the Text of a Label?
MSDN didn't reveal anything in the hour or so I spent looking:)
 
Melting Point,


Me.TextBox1.DataBindings.Add("Text", Me.TrackBar1, "Value")

I hope this helps,

Cor
 
Melting Point,


Me.TextBox1.DataBindings.Add("Text", Me.TrackBar1, "Value")

I hope this helps,

Cor

Thanks Cor, you wouldn't believe me if I told you how long I spent looking
through MSDN for that!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top