btwes45
January 21, 2003, 18:40:58
I have a bunch of controls that i have made that i want to put onto the tx text control in my program. I also want to layer multiple text controls at one time using the opaque BackStyle. I'm using VB6 and I have a couple issues.
Whenever i type on a line that is in the same area as another control, even if the control is farther off to the right, the control will be whited out by the tx text control. This also happens when I add carriage returns, everything on the line of the return is overwritten by the tx text control. I tried refreshing the control evertime i press a key, but that has adverse effects(things start blinking too much). This happens with my own activex controls and another tx text control that I have.
I'm evaluating the activex control and was wondering if this is fixed or better handled in the .net version of the control.
Whenever i type on a line that is in the same area as another control, even if the control is farther off to the right, the control will be whited out by the tx text control. This also happens when I add carriage returns, everything on the line of the return is overwritten by the tx text control. I tried refreshing the control evertime i press a key, but that has adverse effects(things start blinking too much). This happens with my own activex controls and another tx text control that I have.
I'm evaluating the activex control and was wondering if this is fixed or better handled in the .net version of the control.