We can implement for example enter key in c# by SendKey.Send( {"ENTER"}) code.
but this method didn't have option for print screen key (reserved for future use ).
how can I implement it? My program need to do print screen whit out using keyboard.
thanks a lot.