Ok i add a SplashScreen1 then i put it to show, i go to Application Events and i add this
Partial Friend Class MyApplication
Protected Overrides Function OnInitialize( _
ByVal commandLineArgs As _
System.Collections.ObjectModel.ReadOnlyCollection(Of String) _
) As Boolean
My.Application.MinimumSplashScreenDisplayTime = 4000
Return MyBase.OnInitialize(commandLineArgs)
End Function
End Class
End Namespace
To add 4 Seconds in the DisplayTime but it works when the Opacity of my Form is Full but if the transparency of the form is less The Load appear and the SplashScreen still there
i want it to be like when SplashScreen is over the form1 appear, i dont know how the opacity of the form affect this :S