Click here to Skip to main content
15,915,172 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionenable the protocol for SQL Server Pin
Prafulgoyal22-Sep-05 21:17
Prafulgoyal22-Sep-05 21:17 
QuestionSQL String Pin
dw192822-Sep-05 21:08
dw192822-Sep-05 21:08 
AnswerRe: SQL String Pin
_mubashir22-Sep-05 21:23
_mubashir22-Sep-05 21:23 
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 
Hello all,

I am stuck wih a problem. I have created Splash Screen(Form1) after a interval of time (Using Timer) I nee to show Login Form (Form2).

I used this code to show form 2 but This is not working

Pivate sub Timer1_Tick(byval sender as <blabla>, byval e as <balbla>)<blabla>

If Timer1.Interval = 100 then
Dim f as new form2
f.showDialog
End if
End sub

but this is not working. It will show the Form2 but it wont close the form1

So can any one slve this problem

I even tried f.show, f.hide it will close the whole application. I want the Form2 to be active.

Waiting for your reply...

Cheer's
Santhosh


santhosh nataraj
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 
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 

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.