|
sprint 1-alpha
|
#include <CommonDialog.h>
Inherits sprint::gtl::OpenDlg.
Public Member Functions | |
| void | OpenAndSet (HWND hWnd, int id) |
| metodo che agisce su una dialog ID | |
| void | SaveAndSet (HWND hWnd, int id) |
| metodo che agisce su una dialog ID | |
Public Attributes | |
| char | buffer [MAX_PATH] |
Browse For File OpenDlg Load/Save on a Dialog Helper class with interal buffer to store the path for subsequent call also have method to set this string on a EditBox
sprint::BrowseForFile m_browse; ... case ID_SAVE: if(m_browse.Save(*this)) { do something with m_browse.buffer }
1.7.4