I'm currently using 3d's Max 2016 SDK via MV Studio 2012. I've created usual project with Plugin Wizard, it creates panel with text and button (and does many actions inside the code, but that is not the theme). So, now I want to add some button to activate Windows File Dialog to choose path (folder) and name of .bin-file that will be created afterwards.
I tried to find something in the toolbox at the resource editor but have not succeed. What should I do?
The problem is solved de-facto. Just used pushbutton and GetSaveFileName function from windows.h header. For details, read here: how to save file with GetSaveFileName in win32?