Click here to Skip to main content
15,919,931 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: SQL String Pin
Dave Kreskowiak23-Sep-05 4:52
mveDave Kreskowiak23-Sep-05 4:52 
QuestionLoad video in form Pin
Tim Yong22-Sep-05 20:40
Tim Yong22-Sep-05 20:40 
AnswerRe: Load video in form Pin
Dave Kreskowiak23-Sep-05 4:48
mveDave Kreskowiak23-Sep-05 4:48 
AnswerRe: Load video in form Pin
Member 219430723-Sep-05 8:48
Member 219430723-Sep-05 8:48 
QuestionShowing 2nd Form from 1st Form Pin
sanataraj22-Sep-05 19:51
professionalsanataraj22-Sep-05 19:51 
AnswerRe: Showing 2nd Form from 1st Form Pin
enjoycrack22-Sep-05 20:52
enjoycrack22-Sep-05 20:52 
GeneralRe: Showing 2nd Form from 1st Form Pin
Dave Kreskowiak23-Sep-05 4:28
mveDave Kreskowiak23-Sep-05 4:28 
AnswerRe: Showing 2nd Form from 1st Form Pin
Dave Kreskowiak23-Sep-05 4:38
mveDave Kreskowiak23-Sep-05 4:38 
Search the articles here for Splash Screen. YOu'll come up with lots of examples on how to do it.

Basically, you can't make a splash screen your startup form. Closing it will close your entire application since you just shutdown your app's message pump. What you can do is launch two applications, the first being the Splash form and the second being your main form for your application. You'll see what I mean in the examples you find.

Now, for you login screen. You're main form has to check to see if it's login user ID and have been authenticated by whatever means your using. If not, your main form then puts up a login form that authenticates the user's credentials. Once the login form returns contorl to the main form, your main form then checks again to see if the login was sucessfull, and if so, just continues on it's way. If not, that's up to you. You can put up a warning that the user has limited functionality, or you could just quit, ...


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionProblem with Forms Pin
_mubashir22-Sep-05 19:09
_mubashir22-Sep-05 19:09 
AnswerRe: Problem with Forms Pin
Steve Pullan22-Sep-05 19:16
Steve Pullan22-Sep-05 19:16 
GeneralRe: Problem with Forms Pin
_mubashir22-Sep-05 21:20
_mubashir22-Sep-05 21:20 
Questiongenetic algorithm Pin
Member 229845722-Sep-05 18:49
Member 229845722-Sep-05 18:49 
AnswerRe: genetic algorithm Pin
Steve Pullan22-Sep-05 19:09
Steve Pullan22-Sep-05 19:09 
GeneralRe: genetic algorithm Pin
Anonymous25-Sep-05 17:28
Anonymous25-Sep-05 17:28 
QuestionUpdating control properties on the form designer. Pin
Rahsas22-Sep-05 15:24
Rahsas22-Sep-05 15:24 
Questionmore vb grief *sigh* Pin
l a u r e n22-Sep-05 13:57
l a u r e n22-Sep-05 13:57 
AnswerRe: more vb grief *sigh* Pin
Steve Pullan22-Sep-05 14:31
Steve Pullan22-Sep-05 14:31 
Questionodbc enumeration... Pin
l a u r e n22-Sep-05 9:55
l a u r e n22-Sep-05 9:55 
AnswerRe: odbc enumeration... Pin
Joshua Quick22-Sep-05 10:47
Joshua Quick22-Sep-05 10:47 
GeneralRe: odbc enumeration... Pin
l a u r e n22-Sep-05 11:10
l a u r e n22-Sep-05 11:10 
AnswerRe: odbc enumeration... Pin
rwestgraham22-Sep-05 10:53
rwestgraham22-Sep-05 10:53 
GeneralRe: odbc enumeration... Pin
l a u r e n22-Sep-05 11:11
l a u r e n22-Sep-05 11:11 
GeneralRe: odbc enumeration... Pin
rwestgraham22-Sep-05 11:24
rwestgraham22-Sep-05 11:24 
QuestionHelp saving into pdf file Pin
Jason Ranin22-Sep-05 9:44
Jason Ranin22-Sep-05 9:44 
AnswerRe: Help saving into pdf file Pin
rwestgraham22-Sep-05 10:26
rwestgraham22-Sep-05 10:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.