C# WinForm Property Bindings

preview_player
Показать описание
How to bind properties in window forms.
Рекомендации по теме
Комментарии
Автор

Thank you so much for doing it step by step and showing everything

Manzana
Автор

It's very useful, man. I was looking for this for several hours! Thank you

이재균-cz
Автор

Thanks, man. You saved me some time!

BryanEaton
Автор

thats was a very helpfull video for me ! thanks a lot !!

hichamo-sfh
Автор

is there a way to update the text with a string from Resources.Resx file?

radoslavdimitrov
Автор

I'm getting an error for the Databind does not contain a definition for 'DataBind' and no extension method 'DataBind' accepting a first argument of type could be found (are you missing a using directive or an assembly reference?)

Gbbcvvv
Автор

thanks,
but not working with visible if u want to control visibility over view model binding not working .... any help plz

Omar.bin.khattab
Автор

I have a radio button and a text box on a form. When a radio button gets clicked I want to hide some text boxes. How do I do that in C#?

JM-vxfu
Автор

thnks! i ve to do the inverse from a textbox to a proprety int in a class its dont work :(

textbox1.DataBindings.Add("Text", class1, "Number", true,
int i = class.Number ===>Here i just want to see the update in mein property
the class Class1
{
public int Number { get; set;}
}
and class1 is the object fromClass Class1 ...

انامسلموكفى
Автор

Step 1: Switch to WPF, UWP, or WinUI
:D

logank.