sure, if your combo box only needs to display a number. You'd normally use a String.Format to do something like String.Format("Channels {0}-{1}", i, i+1)
then use the selected combo box index to work out the offset you want to use when opening Asio for playback.