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

Recent content by programmer2002

  1. programmer2002

    Icons displayed in a Dialog

    Hi Gurus, I created a dialog to display a list of icons in a list control. I got a problem that I failed to load the images into the dialog although all the items are inserted successfully. I mean that all the icons in the dialog are black. Please take a look at my code to see what the problem...
  2. programmer2002

    Using CListCtrl to display icons in a dialog.

    Hi Gurus, I got problem when I use CListCtrl in a dialog. I have a program which searches for files with specific extension, then loads their corresponding icon into the dialog. If there is no correspondant icon to the file, a default icon will be loaded into the dialog. In my program, I use...
  3. programmer2002

    chdir() failed after the first attempt, please help!!!

    Hi Matt, Thanks for your help. I tried both cases, either with file path or file name. I failed because the program cannot change into the subdirectory. My program keeps scanning the same directory recursively. Any help? Lijun
  4. programmer2002

    chdir() failed after the first attempt, please help!!!

    Hi gurus, I adapted codes from one member of this forum for my application with the following function. I try to search for files with special extension recursively in a particular directory. In the function, the program should chdir to 'root'. Then scan the folder for files. If the file is...
  5. programmer2002

    Search for files recursively?

    Hi Gurus, How to search for files recursively? Please help on that using MFC with given path. Thanks and regards.
  6. programmer2002

    How to get program's runtime execution path?

    Hi Gurus, Would you please tell me how to get the program's runtime execution path using VC++/MFC? The path will be used to scan for files with certain extension. Thanks in advance. Lijun

Part and Inventory Search

Back
Top