Click to See Complete Forum and Search --> : changing form elements from header file


Macgoober
September 27th, 2009, 08:18 PM
How might one go about changing lets say a label via the function in a header file?

IE: the form would call it via this->label->Text = L"Something";

now what I want to do is change it from a function in a header file.

IE: example.h would call this->label->Text and change something
upon the function being called.

Possible?

Regards,

- Mac