Quote Originally Posted by Karl77 View Post
TEXTBOXW IN UC QUESTION

The effect is seen in the IDE only.

When I place an intrinsic textbox in a usercontrol, the textbox is inactive when the usercontrol is placed on a form.
When I do the same with a TextBoxW it is active.
Means I can move the cursor, type text etc.
This is not only a cosmetic issue, it is cumbersome to select such a UC in the IDE.

To retrace:
Make a new project, and load the VBCCR component.
Make a new UC, and place a TextBoxW on it.
No additional code.
Place this UC on a form.
See the TextBoxW in action.
Make a new UC, and place an intrinsic textbox on it.
Place this 2nd UC on a form.
See that that textbox is inactive.

How can we get the same behavior as with the intrinsic textbox?

Thank you
I can't replicate this. I tested with OCX and Std-EXE version.. (at least on XP and 7)