This site is for P2P development and test software ONLY!

Queuesize Changing (100-10000)

PPgTweeks.cpp

serch after:

BOOL CPPgTweaks::OnInitDialog()


look after this code:


m_ctlQueueSize.SetRange(20, 100, TRUE);


change it:

m_ctlQueueSize.SetRange(1, 100, TRUE);

0 comments:

发表评论