All,

I'm trying to implement a similar kind of thing to the intellisense in the .Net ide. My users can add dynamic content, when they are typing in a richtextbox if they press a certain key the intellisense window should pop up next to where they are typing in the textbox. This is fairly straight forward to trap the keys but positioning the new window is a bit of a issue, any thoughts?

Thanks