Originally posted by: Tom M.
The description says that this only works with the smooth gradient style progress bar. This style is
only available with the new controls. Does that mean that this requires VC++6 (or at least the new common
controls)?
Tom
ReplyOriginally posted by: Ran
I have downloaded progress bar sources from codeguru, however I have a question.
What I do in order to show my progress defined as invisible?
The exact thing I would like to do is: I draw a progress bar over [ENTER] key. When a user
press enter the [ENTER] the progress bar should be started and thus [enter] key will be dissapered.
Originally posted by: Sylko Olzscher
void GetRange( int& nLower, int& nUpper )
To get the correct values of the range its necessary to overwrite the GetRange() method:
{
nUpper = m_nMax;
nLower = m_nMin;
}