G
Guest
I have Visual Studio .NET with all of the components installed onto it. I
want to add items to a combo box at run-time through numerous subroutines. I
previously did it with the combo boxes AddItem method, but in .NET's version
it gives me an error, because the method no longer exists. I know I can use
the Items property, but that is Read-Only at run-time.
I previously used Microsoft Visual Basic 6 (not a Visual Studio component)
and it worked fine before, but now the AddItem and RemoveItem methods are
gone.
want to add items to a combo box at run-time through numerous subroutines. I
previously did it with the combo boxes AddItem method, but in .NET's version
it gives me an error, because the method no longer exists. I know I can use
the Items property, but that is Read-Only at run-time.
I previously used Microsoft Visual Basic 6 (not a Visual Studio component)
and it worked fine before, but now the AddItem and RemoveItem methods are
gone.