There are 127 labels created using code, created in the FormLoad event and displayed in the tabpage2 tab. In the tabpage2 event serialPort1_DataReceived accept data, depending on the value of received bytes, I want to hover different prompts into the tooltip depending on the value of received bytes. I write this:
toolTip1.SetToolTip(lab[1], "Подсказка") The compiler swallows the code, there are no errors, but no prompts are output when the program is running.
What to do?
lab[1]what's this? - Alias