Search found 4 matches

by AnnaS
15 Feb 2009, 00:01
Forum: EditControls
Topic: TextBox
Replies: 1
Views: 3431

TextBox

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 ...
by AnnaS
20 Jan 2009, 12:27
Forum: ButtonControls
Topic: Name of controls
Replies: 3
Views: 5424

Re: Name of controls

There are good and free OCX renamers.
But... why did you give them the same names in the first place?
by AnnaS
19 Jan 2009, 23:06
Forum: ButtonControls
Topic: Name of controls
Replies: 3
Views: 5424

Name of controls

I find it very difficult that you named your controls same as the standard VB controls.
I know it would be a big change to alter them, but maybe it's better to do it now than to do it later...
At least I am struggeling a lot with it because I never know which control I'm dealing with.

Thank you.
by AnnaS
19 Jan 2009, 23:03
Forum: ButtonControls
Topic: Double click
Replies: 2
Views: 4655

Double click

Thanks for the great controls. I noticed a flaw: On a controls that you can click (like the OptionButton, CheckBox, CommandButton) a double click is not handled correctly. Do a few double clicks rapidly on the same control, then in that process hold down the mouse button. Something like that: Down U...