Results 1 to 5 of 5

Thread: Mouse Over Listbox Text

  1. #1

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    Mouse Over Listbox Text

    ListBox1 (data)
    A
    B
    C
    D

    Text1 reflects what is selected in ListBox1

    IE. if I click c in the listbox c goes to the text box

    How would I make it so when I click A , hold the mouse button down, scroll down Listbox1, and see each letter in Text1 as I pass over the letters in ListBox1 . ie I want Text1 to show A B C D as I pass over them in Listbox1

    Right now it only works from the click event when I stop on a letter.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Try putting your code in the MouseDown or MouseMove event.

  3. #3

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Thanks

    ..six months off makes one slow!!!!!!!!!!!!!!!!!
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4
    Matthew Gates
    Guest

    Re: <?>

    Originally posted by HeSaidJoe
    Thanks

    ..six months off makes one slow!!!!!!!!!!!!!!!!!

    Welcome back, Wayne .

  5. #5
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390
    Know how that feels Wayne! I was programming in perl for 4 Months..now back to VB.. Still catch myself typing in Perl code

    Welcome Back!
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

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