I need to get the caret postion; Since I never did any Win32 programming before, I was wondering if this is something ultra-basic that the windows API has and I should be using that (from perl). I have a prototype in autohotkey; it fails getting caret position in GTK applications (like gvim). Is there a solid solution that works on any window, independent on what GUI library was used?
Thanks perl windows dwellers.