i got me 32 bit windows, and i know nada apart from everywhere i look is visual studio which i heard is a bit different/boring.
i want to install a windoews api and learn how to use it, ideally i want to send randomly timed pictures of a printed screen with login info and time/date because a friend wants a clocking in system for his we developing minions, sounds easy shame its not linux, heard thats easier for networks.
he said he will do the other end of the programming...coure in the mean time, i just need the api and a bunch of tutorials
The Win32 API is already there. You use it by #include ing the relevant header file and linking to the library. Just like every other set of functions and libraries.