I noticed something for the first time last night, and I don't know if it's a bug or if it's supposed to do this:
Was laying out a form. Selected a checkbox from the toolbox, and placed it on my form.
Changed the default name and was starting to work on the other properties, when I decided that I didn't want a checkbox, I wanted an option button.
Highlighted the checkbox and hit delete to erase it.
Selected an option button from the toolbox and dropped it on the form.
Went to change the name, and it was already set to the name that I had already given the checkbox that I'd just deleted!
The name for the control at the top of the properties window ( In the drop down combo box, not the line for entering the name ) still had the default Option1 name. It would not change this name until I changed something in the actual name property and pressed enter ( just highlighting the name property and pressing enter would not do it )
Is VB supposed to do this?
I also noticed that this only happens if the properties window is closed before you delete the control from the form. If you have the properties window open, it does not do this.
Robert