> I have a windows based game i know its name that comes on the title
> bar of the window. To pick up the items in the game i need to press a
> particular key(99% in-game time i have to press this key). In VC++
> (Ver 6.0) i know i could do it with Findwindow and sendmessage
> functions(microsoft specific). Unfortunately i have no setup of VC++
> all i have is g++ in cygwin. I would like to know is it possible to do
> tht program just using g++ in cygwin.
The functionality is part of Windows SDK so it should be accessible also
through cygwin. However, this has nothing to do with C++. You would get
better help in some cygwin list or group.
Paavo