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!

Search results for query: *

  1. senkyoshi

    Opening a file with CFileDialog

    I found the answer. I just made a call to CWinApp::OpenDocumentFile(InputFolder); that opens it right up. thanks again. Edit/Delete Message
  2. senkyoshi

    Opening a file with CFileDialog

    I am using CFileDialog to open a File. I want the file to open and show in the main window like it would in Microsift Word. The problem is that when I choose a file and then click OK (Open), nothing happens. Do I need to add something that will open the file for editing? Maybe I should also...
  3. senkyoshi

    Simulating click on OpenFile Dialog's Details view Header

    I am trying to have a Open File Dialog open up in details view and sorted by the Modified column. The openfile Dialog opens up fine but it is not sorted by Modified column. Here is my code. Can anyone see what I am doing wrong? ...

Part and Inventory Search

Back
Top