Click here to Skip to main content
15,888,113 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: splash screen to hold a some time to display to the mdiform Pin
Dave Kreskowiak19-Dec-08 4:43
mveDave Kreskowiak19-Dec-08 4:43 
GeneralRe: splash screen to hold a some time to display to the mdiform Pin
jigneshDPatel19-Dec-08 17:08
jigneshDPatel19-Dec-08 17:08 
GeneralRe: splash screen to hold a some time to display to the mdiform Pin
Dave Kreskowiak20-Dec-08 4:17
mveDave Kreskowiak20-Dec-08 4:17 
GeneralRe: splash screen to hold a some time to display to the mdiform Pin
jigneshDPatel21-Dec-08 16:53
jigneshDPatel21-Dec-08 16:53 
GeneralRe: splash screen to hold a some time to display to the mdiform Pin
Dave Kreskowiak21-Dec-08 18:29
mveDave Kreskowiak21-Dec-08 18:29 
GeneralRe: splash screen to hold a some time to display to the mdiform Pin
jigneshDPatel21-Dec-08 19:06
jigneshDPatel21-Dec-08 19:06 
GeneralRe: splash screen to hold a some time to display to the mdiform Pin
Dave Kreskowiak22-Dec-08 2:08
mveDave Kreskowiak22-Dec-08 2:08 
GeneralRe: splash screen to hold a some time to display to the mdiform Pin
jigneshDPatel22-Dec-08 17:42
jigneshDPatel22-Dec-08 17:42 
I use the Slash Screen Componet

Hear We put the what to do i in my project

1) Add the Splash Screen component in my Project
2) That's define as StartUpForm
3) Than i Code in Splash Screen that's below

remarks : form1 is mdiform

Dim showForm As New Form1
Me.Show()
Me.Activate()
System.Threading.Thread.Sleep(5000)
showForm.ShowDialog()

4) if i didn't Write the me.show the splash Screen form are not show that's the me.show and me.active are define

5) in that time the splash screen are show but that's display not perferct that's look like when some process are occoure in backgroud i want's to display splash screen in perfect

please help me
QuestionConvertion Tools Pin
nagendra.vk18-Dec-08 22:41
nagendra.vk18-Dec-08 22:41 
AnswerRe: Convertion Tools Pin
Steven J Jowett18-Dec-08 22:44
Steven J Jowett18-Dec-08 22:44 
GeneralRe: Convertion Tools Pin
nagendra.vk18-Dec-08 22:58
nagendra.vk18-Dec-08 22:58 
GeneralRe: Convertion Tools Pin
Expert Coming18-Dec-08 23:16
Expert Coming18-Dec-08 23:16 
AnswerRe: Convertion Tools Pin
Rajesh Anuhya18-Dec-08 22:51
professionalRajesh Anuhya18-Dec-08 22:51 
AnswerRe: Convertion Tools Pin
Thulasee Shan19-Dec-08 0:47
Thulasee Shan19-Dec-08 0:47 
QuestionHow to Disable Takmanger In windows Xp Pin
Anup_Debnath18-Dec-08 21:33
Anup_Debnath18-Dec-08 21:33 
AnswerRe: How to Disable Takmanger In windows Xp Pin
Tom Deketelaere18-Dec-08 21:52
professionalTom Deketelaere18-Dec-08 21:52 
AnswerRe: How to Disable Takmanger In windows Xp Pin
Nanda_MR18-Dec-08 23:40
Nanda_MR18-Dec-08 23:40 
GeneralRe: How to Disable Takmanger In windows Xp Pin
Anup_Debnath19-Dec-08 1:49
Anup_Debnath19-Dec-08 1:49 
AnswerRe: How to Disable Takmanger In windows Xp Pin
Dave Kreskowiak19-Dec-08 1:25
mveDave Kreskowiak19-Dec-08 1:25 
GeneralRe: How to Disable Takmanger In windows Xp Pin
Anup_Debnath19-Dec-08 1:43
Anup_Debnath19-Dec-08 1:43 
GeneralRe: How to Disable Takmanger In windows Xp Pin
EliottA19-Dec-08 3:38
EliottA19-Dec-08 3:38 
GeneralRe: How to Disable Takmanger In windows Xp Pin
Dave Kreskowiak19-Dec-08 4:29
mveDave Kreskowiak19-Dec-08 4:29 
General[Message Deleted] Pin
EliottA20-Dec-08 7:01
EliottA20-Dec-08 7:01 
GeneralRe: How to Disable Takmanger In windows Xp Pin
Dave Kreskowiak20-Dec-08 7:29
mveDave Kreskowiak20-Dec-08 7:29 
GeneralRe: How to Disable Takmanger In windows Xp Pin
EliottA20-Dec-08 7:45
EliottA20-Dec-08 7:45 

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.