I am trying to make an ActiveX Control, which contains only a text box
I gave this new ActiveX control all the properties of a standard Text Box.
But I had this problem:
I couldn't give this new control the (MultiLine , ScrollBars)
Because they are (Read-Only at run time), and changing them at design time results in a problem.
What is the solution for this problem......
