I am looking for a way to create a combobox that drops under the cursor of an edit box. In the sort of way scite works when typing out a function. I would like to use it for predictive text, below is an what I am going for.
I would appreciate suggestions on how to attack this problem. Right now I am thinking about just creating a combobox and destoying it, or moving and hiding it. I am drawing up an example, if I get it working I will post it.