Changing mouse corsorsI want to make two functions 1. to change mouse pointer to another I've done this and this is workin...
Random Numbersuse this [code] int random_number; random_number = 501 + rand() % (50);[/code]
Mouse coordinate position in windowOK thanks I'll do second one. because 1st one will be slower.
Mouse coordinate position in windowOkay I'll avoid system but what I do if I want to clear screen. clrscr(); not works in Visual Studio...
Mouse coordinate position in windowOK finally I got this [code]HWND hwnd; for (int i = 1; i<20; i++) hwnd = FindWindow(NULL, TEXT("...