Results 1 to 15 of 15

Thread: ListBox - finding specific data and index

Threaded View

  1. #3

    Thread Starter
    Junior Member JeezyWonder's Avatar
    Join Date
    Jul 2017
    Posts
    28

    Re: ListBox - finding specific data and index

    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 with
    tmp = idtag.Text & vbTab & dlc.Text & vbTab & RxData.Text
    to listbox
    Name:  cunbuserr123.jpg
Views: 1835
Size:  21.8 KB.
    i didnt understood second and third questions.
    Code:
    If List1.ListCount > 14 Then
    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 helps
    Last edited by JeezyWonder; Aug 16th, 2017 at 02:24 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width