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.