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.
|
|
/////////////////////////////////////////////////////////////////////////////
// FILE : MyCtrls.h //
// //
// DESCRIPTION : Expand the imlementation of AtlCtrls.h //
// //
// AUTHOR : yossg //
// //
// HISTORY : //
// Nov 25 1999 yossg Init. //
// //
// Copyright (C) 1999 Microsoft Corporation All Rights Reserved //
/////////////////////////////////////////////////////////////////////////////
#ifndef H_MYCTRLS_H
#define H_MYCTRLS_H
class CMyUpDownCtrl:public CUpDownCtrl { public:
//
//My implementation of SetPos with range verification
//
int SetPos(int nPos); };
#endif // H_MYCTRLS_H
|