Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/09/2010, 08:26
winexim
 
Fecha de Ingreso: marzo-2007
Mensajes: 74
Antigüedad: 18 años
Puntos: 0
Respuesta: capturar ventana activa, funciona pero...

Agrega

Application.DoEvents()
donde tu creeas que lo ocupes

ejemplo

System.Threading.Thread.Sleep(Me.NumericUpDown1.Va lue * 1000)
SendKeys.Send("%{PRTSC}")
Dim img As Bitmap = My.Computer.Clipboard.GetImage
Me.PictureBox1.Image = img
Application.DoEvents()
Me.Show()