#include <InputBox.h>
Public Member Functions | |
InputBox (HWND hWnd, DWORD dlgId) | |
virtual | ~InputBox () |
std::string | go () |
Protected Member Functions | |
virtual BOOL | dlgProc (UINT uMsg, WPARAM wP, LPARAM lP)=0 |
Protected Attributes | |
HWND | m_hFather |
HWND | m_hWnd |
Static Private Member Functions | |
static BOOL CALLBACK | IBdlgProc (HWND hWnd, UINT uMsg, WPARAM wP, LPARAM lP) |
Private Attributes | |
DWORD | m_id |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|