ok I have another noobie question. In Visual C++ I have a button on "Form1", I want it to run a function in "program.cpp".


I also have a label named "label1" and in the function in "program.cpp" I want to change the label's text but I cant figure out how to do this either