We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 22,722 times

Contents

Downloads

Related Categories

AutoComplete - Overview

AutoComplete 1
Free
Unknown Software Publisher
More Information & Purchase
Unknown Software Publisher

Overview

This source code shows you how to provide parameters and an autocomplete feature to your program, just like in Visual Basic! When the user is typing, a listbox appears listing the possible options. They can press the space bar to have the word completed for them, carry on typing, or select another item on the list. Then, the parameter box will appear, reminding the user what parameters that function uses! Currently, I have only added the Msgbox, InputBox, Left and Right functions to the example, but more can easily be added. The code is fully commented.

Comments

  • Query: How to use this feature for RTF

    Posted by kaushikv on 08 Jan 2005

    Hi, I am also trying to figure out on using this autocompelete feature in my rich text box.
    Can someone pl. let me know
    kaushik

  • How to use this feature for Rich Text Box?

    Posted by Nisha on 26 Jul 2002

    :confused:
    Could u please tell how this feature can be used if a Rich text Box control is to be used in place of a text box??????????
    I tried out to replace the text box with rich text box control,...