CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    Jan 2010
    Posts
    13

    autocomplete edit box

    Hello

    I would like to know how we can do an autocomplete box, which will call a callback function in order to add data in a drop down list (listBox) in a edit box.

    For instance, i type the first letters of a word , a call to the database is done and data is retrieved and display to the user in a dropdown list.

    Thanks in advance
    Last edited by mumuri; January 13th, 2010 at 09:21 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

Featured