Ich hab mal ne frage unzwar wie entferne ich die creditz vom clienten unterm login :) ?
CWndButton* pCreditz = (CWndButton*) GetDlgItem( WIDC_CREDIT ); pCreditz->SetVisible(FALSE);
CWndButton* pCredit = (CWndButton*)GetDlgItem( WIDC_CREDIT );
pCredit->EnableWindow(FALSE);
pCredit->SetVisible(FALSE);