K
Kate Luu
I did create a custom control, which inherit from picturebox control.
OnClick method, I have put this line of code:
Graphics gfx = this.createGraphics();
ControlPaint.DrawGrabHandle(gfx , this.ClientRectangle, true,true );
this.Invalidate();
but nothing happen.
Does any body know what's the problem? Thanks you so much in advance, and
I'm very appreciated for your help.
OnClick method, I have put this line of code:
Graphics gfx = this.createGraphics();
ControlPaint.DrawGrabHandle(gfx , this.ClientRectangle, true,true );
this.Invalidate();
but nothing happen.
Does any body know what's the problem? Thanks you so much in advance, and
I'm very appreciated for your help.