VB6: console get mouse position reading input buffer events -
can me writing code in vb6 reads input buffer events console window? important part mouse cursor position in cells , rows. i making program in vb6 uses console main gui (or should cui) , can't find example in vb code uses 'input buffer events'. this example code want it's in c++ , i'm using vb6: https://msdn.microsoft.com/en-us/library/ms685035(v=vs.85).aspx i have lot of trouble converting code because don't know c++. here other links gave me idea of how start: http://www.developer.com/net/vb/article.php/10926_1538861_6/writing-console-mode-applications-in-visual-basic.htm https://msdn.microsoft.com/en-us/library/windows/desktop/ms682073(v=vs.85).aspx http://www.xaprb.com/blog/2005/10/14/how-to-create-a-vb6-console-program/ http://blogs.msdn.com/b/oldnewthing/archive/2013/05/06/10416225.aspx http://microsoft.public.vb.winapi.narkive.com/avyxhxug/readconsoleinput-and-input-record http://www.pinvoke.net/default.aspx/kernel32/readconsoleinput...