clearing a combobox
Visual Basic
4
Posts
2
Posters
0
Views
1
Watching
-
hellow t all .. i am trying to clean a combobox from the selection , i use the combobox.selectedvalue = -1 it clear the combobox but still return to me the selectedvalue as -1 thx for anyhelp
-
hellow t all .. i am trying to clean a combobox from the selection , i use the combobox.selectedvalue = -1 it clear the combobox but still return to me the selectedvalue as -1 thx for anyhelp
-
try to use combobox.selectedindex = -1 instead of combobox.selectedvalue = -1 Thats it. If it don't clear then use the same twice! Regards, Asim
i had tryied it it wont work ! selectedindex - 1 pick the item befor the one that i had picked
-
i had tryied it it wont work ! selectedindex - 1 pick the item befor the one that i had picked