02-09-2009 02:30 PM - edited 02-09-2009 02:34 PM
I have to show the Pointer position on the XP screen without using LW or CVI 's GUI. Is there any way to do that or I have to use interrupt 33h? If in the latter case, how I do that in CVI codes to call interrupt 33h?
Thanks for any help
02-10-2009 07:23 AM
Int 33h is an MS-DOS interface and isn't applicable to Windows (not NT-derived Windows, anyway). If you need to avoid the CVI libraries (why?), the Windows API function you need is GetCursorPos(). More information here.
02-10-2009 09:06 AM
02-11-2009 06:59 AM
02-11-2009 07:35 AM
Really I would like to show a Pointer moving cross the Monitor screen without erasing any thing on it (the mouse doing the same thing), I will provide the coordination XY coordination. That was why I did not want to use any GUI from CVI.
02-11-2009 09:47 AM
02-11-2009 10:40 AM