Lo lanzo otra vez, y muestra lo que debió mostrar la anterior vez, y así sucesivamente.
Código:
debería mostrar la ventana captura actualmente, no la de la vez anterior, no?Me.Hide() System.Threading.Thread.Sleep(Me.NumericUpDown1.Value * 1000) SendKeys.Send("%{PRTSC}") Dim img As Bitmap = My.Computer.Clipboard.GetImage Me.PictureBox1.Image = img Me.Show()
gracias