Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // FILE : MyCtrls.h //
  3. // //
  4. // DESCRIPTION : Expand the imlementation of AtlCtrls.h //
  5. // //
  6. // AUTHOR : yossg //
  7. // //
  8. // HISTORY : //
  9. // Nov 25 1999 yossg Init. //
  10. // //
  11. // Copyright (C) 1999 Microsoft Corporation All Rights Reserved //
  12. /////////////////////////////////////////////////////////////////////////////
  13. #ifndef H_MYCTRLS_H
  14. #define H_MYCTRLS_H
  15. class CMyUpDownCtrl:public CUpDownCtrl
  16. {
  17. public:
  18. //
  19. //My implementation of SetPos with range verification
  20. //
  21. int SetPos(int nPos);
  22. };
  23. #endif // H_MYCTRLS_H