sprint 1-alpha
Public Member Functions | Public Attributes
sprint::gtl::BrowseForFile Class Reference

#include <CommonDialog.h>

Inherits sprint::gtl::OpenDlg.

List of all members.

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]

Detailed Description

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  }                  

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines