Location of the pointer
Hi! I want to make something like the intelisence in the visual studio... When you press "ctrl + space" list box apears with some Items in it... I have done that but now I want toa ask how can I take the location of the Pinter so I can set the location of that listBox. For now my list box has fixed location, the midle of the textBox, in witch I am writing... (location of the pointer, not of the mouse) the control that I am writing in, coud be text box or rich text box
Thanks
StefanPosted Mar 13, 2009, 12:32 PM
Check out this link: http://www.codeproject.com/KB/cs/diy-intellisense.aspx
Aleksandar IlioskiPosted Mar 29, 2009, 10:53 AM
Aleksandar IlioskiPosted Mar 13, 2009, 1:58 PM