I want to bind each control on my Windows Form to a property in a a class. Is this possible ?
In C#, I can select a TextBox, expand its DataBindings node in the Properties window, click the arrow next to the Text property, then click on the "Add Project Data Source" link. This link does not appear in Visual COBOL. Even if the link did appear, I'm not even sure if I can use my class. On the "Choose data source type" window, you can select "Object" but this doesn't seem to be what I am looking for.
I know how to do this in WPF using the download from this link:
Can I do something like this with a Windows Form ?