Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jimboBmiJ

  1. jimboBmiJ

    How to reference text Label outside of Form’s code?

    How do I reference (+ change) the Label that has been set, outside the Form's code. Eg. Another cpp or header file? Code Sample 1: //Set Label. this->TextLabel1= (gcnew System::Windows::Forms::Label()); Code Sample 2: //When Button Clicked.... TextLabel1->Text = "Button has been pressed";

Part and Inventory Search

Back
Top