Here is my code.. My forms is a little bit slow in showing, how can i make it a little bit faster..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
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..




Reply With Quote