Forum: C Jun 29th, 2004 |
| Replies: 3 Views: 19,256 here :eek:
http://www.daniweb.com/techtalkforums/thread6727.html |
Forum: C++ Jun 26th, 2004 |
| Replies: 16 Views: 49,297 :cry: :lol:
have a try by following
int ix,iy;
ix=GetSystemMetrics(SM_CXSCREEN);
iy=GetSystemMetrics(SM_CYSCREEN);
INPUT *buffer = new INPUT[3]; //allocate a buffer
buffer->type =... |