|
|
|

|

|
Dicas
|

|
Visual Basic.Net (Miscelâneas)
|
|
 |
Título da Dica: Capturar a tela via código
|
 |
|
|
Postada em 27/1/2004 por Ozzys
Function GetScreenSnapshot(ByVal activeWindowOnly As Boolean) As Image ' Alt-Print Screen captures the active window only If activeWindowOnly Then SendKeys.SendWait("%{PRTSC}") Else SendKeys.SendWait("{PRTSC 2}") End If
|
|
|
|

|