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!

Search results for query: *

  1. f9073341

    VC++ Can't manipulate forms

    I think the main problem is this auto-generated statement in main(). Application::Run(gcnew form1())); Because it sets up the message loop, I can't seem to interact with the form.
  2. f9073341

    VC++ Can't manipulate forms

    I'm running Visual Studio Express 2008 and I'm currently using a Windows Form Application. I really just want to know how to update my form (.h file) from outside the form (if that makes sense). E.g. Update the text in a text box from a management class outside of the form. Or maybe you can...

Part and Inventory Search

Back
Top