SECCalculator::CreatePanel
BOOLSECCalculator::CreatePanel(CWnd*pParentWnd)
Creates the calculator’s LCD panel in the parent window.
Defined in: SecCalc.cpp
Return Value
Nonzero if the panel is successfully created; otherwise 0.
Parameters
pParentWnd
Pointer to the parent window.
Comments
Creates and initialises the panel data.
See Also