Splash Screen in MDI application

  • Thread starter Thread starter Prabhat
  • Start date Start date
P

Prabhat

Hi all,

I am new in VB.NET.
I am trying to develop a MDI based Application with Menu, Statusbar, Logon
Dialog and Splash Screen.

How Do I start with?
As in VB 6.0 I used to Write the Code in MAIN Module to display the splash
screen and login dialog and after login I used to open the MDI Parent
window with all the menu ites set as per the Logged on user rights.

So can any body give me some sample code or web site where i get get the
idea how to implemnt these things in real time applications.

Thanks.
Prabhat
 
* "Prabhat said:
I am new in VB.NET.
I am trying to develop a MDI based Application with Menu, Statusbar, Logon
Dialog and Splash Screen.

How Do I start with?
As in VB 6.0 I used to Write the Code in MAIN Module to display the splash
screen and login dialog and after login I used to open the MDI Parent
window with all the menu ites set as per the Logged on user rights.

So can any body give me some sample code or web site where i get get the
idea how to implemnt these things in real time applications.

See (complete thread):

<URL:http://www.google.de/[email protected]>
 
Back
Top