Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/05/2005, 16:25
enrique_g_g
 
Fecha de Ingreso: noviembre-2004
Mensajes: 48
Antigüedad: 19 años, 5 meses
Puntos: 0
yo use esto, en realidad es un bug del .net, lo solucionas con doevents

Public Shared Sub main()
System.Windows.Forms.Application.EnableVisualStyle s()
System.Windows.Forms.Application.DoEvents()
System.Windows.Forms.Application.Run(New frmPrincipal)
End Sub