Situation:
A form has various Single-typed values, the number of these values is dynamic, there might be only 1 or 1000 of these values.
The values are shown in the form on a label or some other component such as textbox. The click event of the component opens up another form, where the value can be changed by typing the new value to a txtbox and clicking a button
I would need to get some hints how to change this value from the other form, should I use the ByRef-statement? How can I change the value?
Short: How can I refer to a value on another form?
A form has various Single-typed values, the number of these values is dynamic, there might be only 1 or 1000 of these values.
The values are shown in the form on a label or some other component such as textbox. The click event of the component opens up another form, where the value can be changed by typing the new value to a txtbox and clicking a button
I would need to get some hints how to change this value from the other form, should I use the ByRef-statement? How can I change the value?
Short: How can I refer to a value on another form?