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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Single Document Interface

Status
Not open for further replies.

wildbillk

Programmer
Jan 28, 2002
1
US
I am looking fo a way to set the starting directory in a single document interface, without re-writting the CWinApp::FileOpen routine. It seem ther should be a simple way to move it from My Documents.
 
the app defaults to the directory it is running in. A simple call to chdir will change that but you must pass chdir a valid path.

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top