Adding Time to Splash Screen Help Please

Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Oct 2009
Posts: 47
Reputation: xfrolox is an unknown quantity at this point 
Solved Threads: 0
xfrolox xfrolox is offline Offline
Light Poster

Adding Time to Splash Screen Help Please

 
0
  #1
Oct 25th, 2009
Ok i add a SplashScreen1 then i put it to show, i go to Application Events and i add this

  1. Partial Friend Class MyApplication
  2. Protected Overrides Function OnInitialize( _
  3. ByVal commandLineArgs As _
  4. System.Collections.ObjectModel.ReadOnlyCollection(Of String) _
  5. ) As Boolean
  6. My.Application.MinimumSplashScreenDisplayTime = 4000
  7. Return MyBase.OnInitialize(commandLineArgs)
  8. End Function
  9.  
  10. End Class
  11.  
  12. 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
Last edited by xfrolox; Oct 25th, 2009 at 12:13 pm.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC