I have developed a java application which takes a screenshot using robot (presses "Print Screen"). Problem is, it won't work if i move to VMware's Virtual OS. Java application running is host OS continuously presses "Print Screen" and saves it. As long as i'm in host OS it works just fine but when VMware grabs input the screenshots stop to be updated, looks like host OS can't press anymore keys when input is grabbed by virtual OS.
Has anyone any clues regarding to make this work: host java application presses "Print Screen" and when i have moved to virtual OS then the java application can save the virtual OS screenshots.
Regards, KMI