home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n04
/
multilin.exe
/
NUMBFORM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-01
|
1KB
|
42 lines
// numbform.h : header file
//
int GetNumberFormat(LCID lcid, DWORD dwFlags, LPCTSTR lpValue, LPCTSTR lpFormat, LPTSTR lpNumber, UINT cchNumber);
/////////////////////////////////////////////////////////////////////////////
// CNumbFormat dialog
class CNumbFormat : public CDialog
{
// Construction
public:
CNumbFormat(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNumbFormat)
enum { IDD = IDD_NUMBERFORM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNumbFormat)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
BOOL AppendNumberFormat(DWORD dwFlags);
void ShowSampleNumber( CString& szNumberFormat, DWORD dwNumberFlags);
// Generated message map functions
//{{AFX_MSG(CNumbFormat)
virtual BOOL OnInitDialog();
afx_msg void OnChangeCustom();
afx_msg void OnDblclkNumbformats();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};