Krabourn - no worries - plus - there is still some debate in terms of whether the LOCKED property provides adaquate LOCKdown ... that is to say ... we were talking about removing the ability to use the mouse and select text when in it locked state - instead of readonly - it would truely be view-only (couldn't copy snippets out of it) ...

Believe as well that one of the things that came out of that discussion was that maybe we could code it so that the textbox would enter this super-readonly state when LOCKED = TRUE and ENABLED = FALSE

The other thing I going to squeeze in for saturday is to implement all THREE styles of ComboBox - adding a new property called STYLE and can be set as follows:

0 - DropDown
The text portion is editable. The user must click the arrow button to display the list portion.

1 - DropDownList
The user cannot directly edit the text portion. The user must click the arrow button to display the list portion.

2 - Simple
The text portion is editable. The list portion is always visible.

Anyways - stay tuned on that one. The other one was the FIND method for ListBoxes and ListViews ... see if I can get that one in as well.