Popup combobox on KeyPress in Textbox - help

  • Thread starter Thread starter R Avery
  • Start date Start date
R

R Avery

How do I create something like what Microsoft provides with
Intellisense? Basically, I want to imbue my Rich Text Box with the
ability to give a little popup that allows the user to choose from
several choices after the KeyDown (or KeyPress or KeyUp - i'm not really
sure which) event. How do I implement this?

Any help would be most appreciated.
 
* R Avery said:
How do I create something like what Microsoft provides with
Intellisense? Basically, I want to imbue my Rich Text Box with the
ability to give a little popup that allows the user to choose from
several choices after the KeyDown (or KeyPress or KeyUp - i'm not
really sure which) event. How do I implement this?

Set the combobox's 'DroppedDown' property to 'True'.
 
That is a piece of the puzzle... but I was asking a quite larger
question. How do I implement what I asked from start to finish?
 
Back
Top