im using Call keybd_event(System.Windows.Forms.Keys.Tab, 0, 0, 0) function to call keyboard events,

but what if i want to press two keys at once? for instance, alt+tab

thanks