SECTipOfDay::Create

BOOLSECTipOfDay::Create(void)

Creates a modeless tip of the day dialogue. To be called after the SECTipOfDay object has been constructed. In order to display the dialogue call the CWnd::ShowWindow() function on the created dialogue.

Defined in: sectod.cpp

Return Value

BOOL Returns TRUE if successful.

See Also

SECTipOfDay

SECTipOfDay