![]() |
GetWindowText problem in CXTPControlComboBox |
Post Reply
|
| Author | |
Ashok
Senior Member
Joined: 02 May 2007 Status: Offline Points: 164 |
Post Options
Thanks(0)
Quote Reply
Topic: GetWindowText problem in CXTPControlComboBoxPosted: 16 May 2007 at 5:09am |
|
Hai, I want the equivalent code for the below statement, because GetWindowText is not working in CXTPControlComboBox CString sBuf; LPTSTR lpszStringbuf = sBuf.GetBufferSetLength(4); int size = GetWindowText(lpszStringbuf,3); -- error in GetWindowText Any equivalent code for the above one. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 May 2007 at 5:41am |
|
CXTPControlComboBox is not CWnd derived. use GetEditText instead.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |