Hello, I am a complete newbie with VB, so this question might sound really stupid; please bear with me.
My question is, can a combo box be used to display a value in the sense a label can?
I have developed a piece of hardware (PIC based) that I have connected to the PC over the serial port. Now, I get time from the PIC in an HH:MM format, which I would like to display in 2 combo boxes with dropdown lists; is this possible? Try as I might, I have not been able to do this, although of course I can successfully display those values in a label.
The reason I would like to display them in the combo list is that I would like to be able to change the value (using hours and minutes from the 2 combos with dropdown lists for hours and minutes) and write back into the PIC; this second part I think I can achieve, if I manage to get the original problem sorted.
Is this possible at all? Can one write to a combo list?
I would really appreciate any advise here.
Thanks and Regards,
Anand
My question is, can a combo box be used to display a value in the sense a label can?
I have developed a piece of hardware (PIC based) that I have connected to the PC over the serial port. Now, I get time from the PIC in an HH:MM format, which I would like to display in 2 combo boxes with dropdown lists; is this possible? Try as I might, I have not been able to do this, although of course I can successfully display those values in a label.
The reason I would like to display them in the combo list is that I would like to be able to change the value (using hours and minutes from the 2 combos with dropdown lists for hours and minutes) and write back into the PIC; this second part I think I can achieve, if I manage to get the original problem sorted.
Is this possible at all? Can one write to a combo list?
I would really appreciate any advise here.
Thanks and Regards,
Anand
Comment