I have an application for which VB6 will not allow me to to assign a height of 300 to a particular Text Box.

I have other Text boxes on the form which have heights of 285 Twips. When I copy & paste one of the short Text Boxes, it initially has height = 285. When I change the width, VB6 reassigns the Height to 360. I have tried assigning a height of 300 by dragging and by setting the Height from the Properties Window. VB6 reassigns 360 for Height.

Any thoughts on this problem?

I had a similar problem with Font properties, which was solved by doing copy & paste of a Box with the Font properties I wanted.

I suppose that removing & reinstalling Visual Studio might fix this anomaly, but I would rather not.

Thanx in advance for any help I get.