cyberbiker
Programmer
I am working on an app where a previous programmer has done something that I find strange.
He added a reference to microsoft forms 2.0 object library so that he would be able to use the combobox
from VBA with the auto complete feature.
I have changed all the comboboxes to the DBcombo box. When I attempt to remove the microsoft forms 2.0 object library, I recieve the error that something is still in use.
Per his comments, all he used from the microsoft forms 2.0 object library was the combobox control, but this is obviously in error.
I suspect that he inadvertantly chose a text box or label or something from the microsoft forms 2.0 object library instead of the proper control So far I have not been able to find a way to determine which control was actually used.
Does anybody have any idea how to find out if a text box,label etc is from the standard VB component or from the microsoft forms 2.0 object library?
Terry (cyberbiker)
He added a reference to microsoft forms 2.0 object library so that he would be able to use the combobox
from VBA with the auto complete feature.
I have changed all the comboboxes to the DBcombo box. When I attempt to remove the microsoft forms 2.0 object library, I recieve the error that something is still in use.
Per his comments, all he used from the microsoft forms 2.0 object library was the combobox control, but this is obviously in error.
I suspect that he inadvertantly chose a text box or label or something from the microsoft forms 2.0 object library instead of the proper control So far I have not been able to find a way to determine which control was actually used.
Does anybody have any idea how to find out if a text box,label etc is from the standard VB component or from the microsoft forms 2.0 object library?
Terry (cyberbiker)