Shell API
-
Hi, I've to invoke an application whose path is not known. I am required to search for it in the application path instead of opening the CFileDialog can you help me how to do it
-
Hi, I've to invoke an application whose path is not known. I am required to search for it in the application path instead of opening the CFileDialog can you help me how to do it
Hi, I'm not sure to understand what you're trying to do, but you may look at these API: - SearchPath() - SearchTreeForFile() Cheers, Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
-
Hi, I'm not sure to understand what you're trying to do, but you may look at these API: - SearchPath() - SearchTreeForFile() Cheers, Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
Thanks for your suggestion. as for the Usage I am using it to Invoke other applications Like Word Excel or Some external Reporting tool That can be used for some functionality as a part of my application
-
Hi, I'm not sure to understand what you're trying to do, but you may look at these API: - SearchPath() - SearchTreeForFile() Cheers, Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
Thanks for your suggestion. as for the Usage I am using it to Invoke other applications Like Word Excel or Some external Reporting tool That can be used for some functionality as a part of my application :rose: