I want to be able to make a program that emulates what a human at a computer can do. IE: I want to be able to read the visual information of a window (a 2d array of colour would be perfect) and be able to send virtual key syms and mouse movements to the window. Is this at all possible, and if so how is it done?
Labdabeta 182 Posting Pro in Training Featured Poster
Recommended Answers
Jump to Postyes it is opossible, how to do it depends on the operating system. For MS-Windows you need to learn win32 api functions. Here is a good tutorial. After you have learned that you can start learning
Jump to Postread this article for keyboard input
Jump to Post
See my previous post about gdi functions, especially BitBit()
All 9 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Labdabeta 182 Posting Pro in Training Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Labdabeta 182 Posting Pro in Training Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
L7Sqr 227 Practically a Master Poster
Labdabeta 182 Posting Pro in Training Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Labdabeta 182 Posting Pro in Training Featured Poster
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.