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 SkipVought 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. Roudter

    functions calling parents in MFC -- how does it work?

    Hey, what's up. Don't confuse inherited classes with parent classes. CDocument is the base class of MyDoc. MyDoc inherits protected or public functions/variables from CDocument. Inheritance is what allows you to look at 'MyDoc' and see it as a standard 'CDocument.' A parent is typically an...
  2. Roudter

    opening exe files in a program

    yes...Go to msdn (microsoft dev. network) lookup the command 'spawn.' It comes in various flavors, and is a little wierd, but you can make your current program halt and wait for the exe you called to finish...or not. It's pretty cool.....'spawn' "This is a dBase forum." .....Well...
  3. Roudter

    inetinfo.exe maxing out the cpu

    Hi. I'm a c++ windows application guy. But that whole creating/destroying thing is a big deal especially when embedded in an application which is an object itself. Testing, testing, testing, and then some more. I can't see developing anything to the point of letting it go and run without...

Part and Inventory Search

Back
Top