Results 1 to 12 of 12

Thread: Form Loading..

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Form Loading..

    Code:
    If LoadData() = True Then
                 Call LoadSettings()
                 Call GetSettings()
                 If psteBUS_IsClosed = True Then
                     Dim frmSCR As New frmScreen
                     frmSCR.ShowDialog()                
                     frmSCR.Dispose()             
                 Else                 
                      Dim frmST As New frmStart                 
                      Dim frmLG As New frmLogin                   
                      frmST.ShowDialog()
                      frmLG.ShowDialog()
                      frmST.Dispose()
                      frmLG.Dispose()
     	     end if 
          MainMenu.ShowDialog()
    End If
    Here is my code.. My forms is a little bit slow in showing, how can i make it a little bit faster..

    MainMenu takes about 5-10 sec to load and the Mobile Screen display the default mobile screen it just look like the application has already ended. is it possible to display mainmenu the time the last form was disposed..
    Last edited by rothj0hn; Jan 6th, 2010 at 03:37 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width