Hi vb Genius i have a question, it like this i'am doing a program that consists of several combo box that are in an array form, i.e combo1(0) to (15), that is the name of the combo boxes, now am having problem.. i want to use a for to next looping.. to locked the combo boxed when i clicked a particular button..
my code is like this
But it seems am forgetting something,, because it doesnt do anything, it doesnt locked the combo boxes, i hope someone can enlighten me up! thank you very much in advance.
This site is a very medium helpful medium in program, i've got so any answers to my problems in this forum site. That's why i salute to those VB masters that are very helpful to us Newbies. Thank YOu.
my code is like this
Code:
For x = 0 to 15 combo1(x).Locked = True Next
This site is a very medium helpful medium in program, i've got so any answers to my problems in this forum site. That's why i salute to those VB masters that are very helpful to us Newbies. Thank YOu.
Comment