Textbox Cursor X and Y **RESOLVED**
Nevermind. I found the Answer.
If anyone is curious:
Cursor Position
Anyone know how to get the position(screen or form position) of the cursor in a textbox/RTF Textbox?
I need to trap the exact location of the cursor while the user is typing. If the user types a specific character (such as a period) I am going to have a drop-down list appear at the cursor's location. This is just like VB's code window; when you type a period after an object's name.
Thanks,
Imp