How to have WindowsForm component public access for other classes?
How to have WindowsForm component public access for other classes? (like setting label text in another class)
i have a class which wants set the label text of a certain windowsForm component like a text of a label.
possible ways??
i tried to set the component to public static but the component disappears in the form :(
thx so much~