Bonjour a tous,
je suis aller sur la FAQ VC++ etMFC et mais je n'arrive pas intégrer dans mon code l'une de ces fonctions:
Code:
1
2
3
4 CWnd::GetWindowText int GetWindowText( LPTSTR lpszStringBuf, int nMaxCount ) const; void GetWindowText( CString& rString ) const
quelqu'un pourait-il m'aider?Code:
1
2
3 char sz[10]; int nRet = pWnd->GetWindowText(sz, 10);