SelectedIndex () in Windows 98!! problem
The Combobox SelectedIndex method doesn´t work in windows 98. If no one itens selected this method return ZERO (0) but the correct is (-1).
According to the visual Studio help if not exist itens selected the method returns (-1) but always the method return (0). Zero is the index of the first item of a combobox.
There is an error in a Combobox SelectedIndex in Windows 98???
Anybody can help me???
Thanks
|