As i told before, i got a data from canbus MCU as ID(4bytes)+DLC(1Byte)+DATA(8Bytes)in HEX, so actually i get this as fresh data in mscomm32 "0000014008BBBBBBBBBBBBBBBB" after that i just exctract values on idtag, dlc and data Textboxes with Mid() cmd then add it withto listboxtmp = idtag.Text & vbTab & dlc.Text & vbTab & RxData.Text
.
i didnt understood second and third questions.this is was for a limit listbox to 14 indexes only. If its still hard to understand i can upload a youtube video of working principe, if it helpsCode:If List1.ListCount > 14 Then




Reply With Quote
