KeyAscii doesnt support it, paralinx. You have to use the KeyDown/KeyUp events, or use the GetAsyncKeyState API.

DirectInput is much better because it retrieves input directly from your input devices rather than through Window messages. On top of that, it allows you to press multiple keys at once very easily.