CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Location
    Ohio, USA
    Posts
    163

    Combox on touch screens

    I have a combo box on few of my vb.net 2010 programs. The end users that use my program have touch screens and they have a hard time making selections on the combo box.

    I have an Android cell phone and when ever there is a combo box it will open another screen and making the selection is a breeze.

    How can I implement something like this or is something like this for VB 2010 out there?

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Combox on touch screens

    You could add a listbox to a panel and have that display over your form when the combo is selected which may make it a bit easier.

    I normally code keypress events to activate and select items from the list as well as autocomplete which works very well on the devices I use but then they all have a small keyboard as well as the touch screen.
    Always use [code][/code] tags when posting code.

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

Featured