hi all
how to use windows API functions in Qt?
such as GetAsyncKeyState() , SetWindowRgn() , SetCursorPos() ,....

another problem..
how to execute an application in my program?
for example: calc.exe

regards