Results 1 to 7 of 7

Thread: Click listbox item in webbrowser ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2015
    Posts
    9

    Click listbox item in webbrowser ?

    How can i do this
    I want to select October in listbox when i press the button

  2. #2

    Thread Starter
    New Member
    Join Date
    Jun 2015
    Posts
    9

    Re: Click listbox item in webbrowser ?

    Upppppppp

  3. #3
    Bad man! ident's Avatar
    Join Date
    Mar 2009
    Location
    Cambridge
    Posts
    5,398

    Re: Click listbox item in webbrowser ?

    dont bump your threads

  4. #4
    Fanatic Member
    Join Date
    Oct 2011
    Location
    Sydney, Australia
    Posts
    756

    Re: Click listbox item in webbrowser ?

    do you have any code yet?

    depending how you want to go about it.....

    if you know the index of October, which if its just months would be 9 as the index is 0 based

    Code:
    Listbox1.SelectedIndex = 9
    My CodeBank Submissions
    • Listbox with transparency and picture support - Click Here
    • Check for a true internet connection - Click Here
    • Open Cash drawer connected to receipt printer - Click Here
    • Custom color and size border around form - Click Here
    • Upload file to website without user logins, includes PHP - Click Here
    • List All Removable USB Storage Devices - Click Here
    • Custom On/Off Slide Control - Click Here
    • Insert multiple rows of data into one database table using parameters - Click Here
    • Trigger USB/Serial Cash Drawer - Click Here

  5. #5

    Thread Starter
    New Member
    Join Date
    Jun 2015
    Posts
    9

    Re: Click listbox item in webbrowser ?

    But i want to select list item in webbrowser

  6. #6
    Junior Member
    Join Date
    Jun 2015
    Location
    Greece
    Posts
    16

    Re: Click listbox item in webbrowser ?


  7. #7
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,686

    Re: Click listbox item in webbrowser ?

    I just responded to the same question last week while in their question they hit upon a structure that was not concussive to easily working this out.

    http://www.vbforums.com/showthread.p...=1#post4892943

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