how can i get these dialogs to show up and recieve the information that the user inputs into them. i do not want to use ocx. Thanks
Printable View
how can i get these dialogs to show up and recieve the information that the user inputs into them. i do not want to use ocx. Thanks
Use GetOpenFileName and GetSaveFileName API.
And for the Print use PrintDlg API
HTH