|
|
От: |
Odi$$ey
|
http://malgarr.blogspot.com/ |
| Дата: | 23.03.04 11:28 | ||
| Оценка: | |||
class CSpinButtonCtrl : public CWnd
{
.....
#if _WIN32_IE >= 0x0500
int GetPos32(LPBOOL lpbError = NULL) const;
int SetPos32(int nPos);
#endif
.....
}