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 Wanet Telecoms Ltd 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: *

  • Users: Paris1849
  • Content: Threads
  • Order by date
  1. Paris1849

    Access the view class from the menu class.

    I have an SDI application, and all I want to do is to access data in the view class of the program from within member functions of the class which is controlling the menu. How exactly do I get a pointer to the view in those parts of the code? In detail--> I have data in the view class for...
  2. Paris1849

    Call another program without using system()??

    I want to call Internet Explorer from my application and have it load up with a file called Mainpage.html. The following way is the way that I DO NOT want to use: system("C:\\PROGRA~1\\INTERN~2\\IEXPLORE.EXE C:\\VC5\\LAUNCHER\\MAINPAGE.HTML"); The problem is no way to calculate...

Part and Inventory Search

Back
Top