// Todo: add extra initialization here
M_hselected = NULL;
Hprevwnd = NULL;
Refresh ();
Return true; // return true unless you set the focus to a control
// Exception: OCX property pages shold return false
}
Void cwinlist: onrefresh ()
{
// Todo: add your control notification handler code here
Refresh ();
}
Void cwinlist: onselchangedtree (nmhdr * pnmhdr, lresult * presult)
{
Nm_treeview * pnmtreeview = (nm_treeview *) pnmhdr;
// Todo: add your control notification handler code here
Bool cwinlist: destroywindow ()
{
// Todo: add your specialized code here and/or call the base class
If (hprevwnd) drawflash (hprevwnd );
Return cdialog: destroywindow ();
}
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.