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 Mike Lewis 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. atreides009

    How to pass data from invokated form to main form

    Thank you so much for your help ;) The first option is enough for my code, I think, but anyway I'll go over the other way, too. It's more elegant and efficient. I'm still a beginner and I got to learn everything about function overloading and all the new features of C++. Thank you again!
  2. atreides009

    How to pass data from invokated form to main form

    Hello! I'm using Borland C++Builder (TurboC++ 2006). My problem is: In my program I call a second form where the user can introduce a number in an Edit. Then, on the main form, I do some operations with that number. How can I pass the value from the second form to the main one? I can't do...

Part and Inventory Search

Back
Top