craf wrote: > Hi. > > How can I set a textbox to the width of a tastrip?.The property does not > expand. > > Regards > > > You can also do it directly on the tabstrip... PUBLIC SUB TabStrip1_Arrange() TextBox1.Move(5, TextBox1.top, TabStrip1.width - 10, TextBox1.height) END Les Hardy