I would like to change the position of the "OK" Button in the Login-Window of the Neuz (APP_LOGIN).
I do change the position here in the WndTitle.cpp File:
Code:
{
pButton = (CWndButton*) GetDlgItem( WIDC_OK );
CRect rectButton = pButton->GetWndRect();
pButton->Move( 13, 10 ); <---- here
}
But nothing changed. Am I wrong here?
Im new on this topic and Im trying to learn.
Thanks in advance!






