Introduction - If you have any usage issues, please Google them yourself
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
Packet : 502002resizablectrl_src.zip filelist
Debug/
ResizeButton.cpp
ResizeButton.h
ResizeControl.cpp
ResizeControl.h
ResizeEdit.cpp
ResizeEdit.h
ResizeListBox.cpp
ResizeListBox.h