This is 1 of my list of project to move a mouse pointer in result window without any help from the library,header file or built in function and using only your logics.Please help me and please tell something that is possible in Turbo C++(I know Turbo C++ is a old version but it is prescribed to use so I really can't do anything about it).
coldkiller 0 Newbie Poster
Recommended Answers
Jump to PostNot possible to move the mouse without using some lib or function. There are no c functions to do that, nor are there any native MS-DOS assembly language system calls that support the mouse. Your only option is to call one of the mouse device driver's functions, assuming a device …
Jump to Postyou could try this tutorial, but it may not work under current versions of MS-Windows.
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Frederick2 189 Posting Whiz
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
coldkiller 0 Newbie Poster
Frederick2 189 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.