C
C?sar F. Q?eb Montejo via DotNetMonster.com
This question already has been done previously (Sorry if this disturb to you).
Scenery:
I have created a class based on a Label class. In this class I had made a Overrides to the OnPaintBackGround event (for allow the transparence).
Problem:
The problem is that the final user has the possibility of dragging the label by all the area of design and at the time of the drag & to drop, the text of the label is not understood or the traces of the label are seen.
Question:
Exists a way to avoid this problem, and avoid that the traces become displayed?. The Invalidate() instrucction don't works (for me).
Thank You in advance!
Scenery:
I have created a class based on a Label class. In this class I had made a Overrides to the OnPaintBackGround event (for allow the transparence).
Problem:
The problem is that the final user has the possibility of dragging the label by all the area of design and at the time of the drag & to drop, the text of the label is not understood or the traces of the label are seen.
Question:
Exists a way to avoid this problem, and avoid that the traces become displayed?. The Invalidate() instrucction don't works (for me).
Thank You in advance!