
30/05/2005, 16:25
|
| | Fecha de Ingreso: noviembre-2004
Mensajes: 48
Antigüedad: 20 años, 3 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 |