Accessing UI Elements From Unmanaged Global Declared Function

  • Thread starter Thread starter R. Irudezu
  • Start date Start date
R

R. Irudezu

Guest
I have some functions and i declared them outta public ref class Main : public System::Windows::Forms::Form

I can't reach UI elements in these functions because of scope. Anyone know how can i access them?

Continue reading...
 
Back
Top