app login and etc.

03/03/2018 10:57 jericho2nd#1
in neuz app_login.
[Only registered and activated users can see links. Click Here To Register...]

in guieditor.
[Only registered and activated users can see links. Click Here To Register...]

in neuz the save username not showing? how to fix it? :D

INVENTORY AND BANK!
[Only registered and activated users can see links. Click Here To Register...]
03/03/2018 16:57 Sammyz#2
Do you try to fix anything before posting or do you just expect the spoon?

Your so lazy that you open a GUI editor and don't even swap the buttons with it, instead make a post about it.

Your server/project is doomed before it even opens lol.
03/03/2018 17:07 Avalion#3
[quote=jericho2nd;36728625]in neuz app_login.
in guieditor.
in neuz the save username not showing? how to fix it? :D

INVENTORY AND BANK!
sir what is issue :handsdown:

maybe masters can help if know issue better. i see text on button again so v19 text on v15 button sir??? is that problem?

username not show? maybe font is black color master and blend in black background???:handsdown:
03/03/2018 17:07 jericho2nd#4
Quote:
Originally Posted by Sammyz View Post
Do you try to fix anything before posting or do you just expect the spoon?

Your so lazy that you open a GUI editor and don't even swap the buttons with it, instead make a post about it.

Your server/project is doomed before it even opens lol.
im not talking to the buttons i know how to fix the buttons. im talking is the save account.
03/03/2018 17:15 Avalion#5
make sur u have dis code sir
sir

Code:
pAccount->SetString( g_Option.m_szAccount );
	pSaveAccount->SetCheck( g_Option.m_bSaveAccount );

	if( g_Option.m_szAccount[ 0 ] )
		pPassword->SetFocus();
	else
		pAccount->SetFocus();
Code:
	case WIDC_CHECK1:
			{
				g_Option.m_bSaveAccount = !g_Option.m_bSaveAccount;
				CWndEdit* pAccount = (CWndEdit*) GetDlgItem( WIDC_ACCOUNT );
				strcpy( g_Option.m_szAccount, pAccount->GetString() );
			}
			break;
Code:
				if( IsPwdValid( pPassword->GetString() ) == FALSE )
				{
					g_WndMng.OpenMessageBox( _T( prj.GetText(TID_DIAG_0030) ) );
//					g_WndMng.OpenMessageBox( _T( "��ȣ�� 3~16�� ����, ���ڸ� ����� �� �ֽ��ϴ�." ) );
					pButton->EnableWindow( TRUE );
					return TRUE;
				}

				strcpy( g_Option.m_szAccount, pAccount->GetString() );