TextBox
Posted: 15 Feb 2009, 00:01
Hello!
I have 2 problems with your TextBox Unicode control.
Problem 1)
a) Set .DontRedraw to TRUE
b) Call .SetFocus
The control flashes and redraws although .DontRedraw is still TRUE
Problem 2)
a) Set .DontRedraw to TRUE
b) Set .Text to a multiline text that causes the vertical scroll bar to resize because there a more lines now.
c) Set .DontRedraw to FALSE
The control first draws the old, larger vertical scroll bar (if one was shown before), then flashes and draws the new, smaller scrollbar.
Thank you!
I have 2 problems with your TextBox Unicode control.
Problem 1)
a) Set .DontRedraw to TRUE
b) Call .SetFocus
The control flashes and redraws although .DontRedraw is still TRUE
Problem 2)
a) Set .DontRedraw to TRUE
b) Set .Text to a multiline text that causes the vertical scroll bar to resize because there a more lines now.
c) Set .DontRedraw to FALSE
The control first draws the old, larger vertical scroll bar (if one was shown before), then flashes and draws the new, smaller scrollbar.
Thank you!