S
Stumped
I am not able to use the Common Dialog control because the way my users are set up the control is not "licensed" (even though it is we used http://support.microsoft.com/?kbid=312594 with no luck).
The BEST solution is to use the comdlg32.dll rather than the comdlg32.ocx. However even with the API books and Internet I can't find a straight forward example of how to apply the code to create the "OpenFile" and "SaveFile" methods using the "GetOpenFileName" function. The best example I found was in German. I need something I can put into a module and step through to throughly understand. The GetOpenFileNameFunction by MSDN did not help because it doesn't give a real example. Any help would be appreciated.
Thank you.
The BEST solution is to use the comdlg32.dll rather than the comdlg32.ocx. However even with the API books and Internet I can't find a straight forward example of how to apply the code to create the "OpenFile" and "SaveFile" methods using the "GetOpenFileName" function. The best example I found was in German. I need something I can put into a module and step through to throughly understand. The GetOpenFileNameFunction by MSDN did not help because it doesn't give a real example. Any help would be appreciated.
Thank you.