CRectTracker
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Created a CRectTracker for a button,it is resizable. i dont want to Resize option but i want click and move the button within the dialog. CRectTracker(rect,CRectTracker::dottedLine | CRectTracker::hatchedBorder ); CRectTracker::resizeOutside like is there NoResize option
-
Hi Created a CRectTracker for a button,it is resizable. i dont want to Resize option but i want click and move the button within the dialog. CRectTracker(rect,CRectTracker::dottedLine | CRectTracker::hatchedBorder ); CRectTracker::resizeOutside like is there NoResize option
It would not be resizable, when you will call its
CRectTrcker::Draw(..)
only :) Just modifyCYourDialog::OnPaint()
function :)virtual void BeHappy() = 0;