earlier today. I was a little disappointed to find that .NET 1.1 Framework
did not contain the shell functions for autocomplete and autosuggest. I'm
""Jeffrey Tan[MSFT]"" <v-jetan@online.microsoft.com> wrote in message
news:YTZwJvTdFHA.2656@TK2MSFTNGXA01.phx.gbl...
> Hi eXtreme,
>
> Thanks for your post.
>
> First, in Run dialog of Start menu, the auto prompt control is not a
> TextBox(Edit), it is a Combobox control. Anyway, we can provide
> AutoComplete function for both TextBox and Combobox controls. Normally,
> the
> AutoComplete function is a shell function, which we can enable it with
> shell function SHAutoComplete, for more information, please refer to:
> "Using Autocomplete"
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/pla
> tform/shell/programmersguide/shell_int/shell_int_programming/ac_ovw.asp
>
> In .Net, we can p/invoke this shell function to get the same effect,
> please
> refer to:
> "Autocomplete Textbox Round II "
>
http://www.planet-source-code.com/URLSEO/vb/scripts/ShowCode!asp/txtCodeId!3
> 603/lngWid!10/anyname.htm
> "C# does Shell, Part 4"
>
http://www.codeproject.com/csharp/csdoesshell4.asp > "AutoComplete ComboBox in VB.Net"
>
http://www.codeproject.com/vb/net/autocomplete_combobox.asp >
> In additionally, in .Net2.0 Whidbey, this autocomplete function is embeded
> into TextBox and ComboBox controls. Hope this helps
> =================================================================
> Thank you for your patience and cooperation. If you have any questions or
> concerns, please feel free to post it in the group. I am standing by to be
> of assistance.
>
> Best regards,
> Jeffrey Tan
> Microsoft Online Partner Support
> Get Secure! -
www.microsoft.com/security > This posting is provided "as is" with no warranties and confers no rights.
>