CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Posts
    140

    creating an intellisense type list

    Hi,

    I want to create a list with some items filled on a key press. This will be similar to intellisense dropdown we see in Visual Studio. Please tell me how to create this list dynamically. I successfully hooked the keystrokes in which i need to display the list.

    Thanks in advance.

    Regards,
    John.

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: creating an intellisense type list

    Create what list ? Where ? What are you making ?

  3. #3
    Join Date
    Mar 2005
    Posts
    140

    Re: creating an intellisense type list

    I am need to show couple of english words taken from the database. when the user presses CTRL+SPACE in any text area a dropdown list will appear with the words from which user can select a word.

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