I want to simulate in the UI this situation: the user press at the same time the folowing keys:
<Ctrl>, <Alt> and <A>
If I need only the simulation for one key I do this:
pWnd->PostMessage ( WM_KEYDOWN, 'Y', 0 );
or
pWnd->PostMessage ( WM_KEYDOWN, VK_RETURN, 0 );
but how can I do this (if it is possible) for more than a key ???

I don't care what kind of solution somebody has, but I need one.

Thanks a lot.

Emanuil Achim
[email protected]