User profile: IGI30

User info
User name:IGI30
History
Joined:
Number of posts:26
Latest posts:

Changing mouse corsors
I want to make two functions 1. to change mouse pointer to another I've done this and this is workin...

Random Numbers
use this [code] int random_number; random_number = 501 + rand() % (50);[/code]

Mouse coordinate position in window
OK thanks I'll do second one. because 1st one will be slower.

Mouse coordinate position in window
Okay I'll avoid system but what I do if I want to clear screen. clrscr(); not works in Visual Studio...

Mouse coordinate position in window
OK finally I got this [code]HWND hwnd; for (int i = 1; i<20; i++) hwnd = FindWindow(NULL, TEXT("...