Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralRe: Do you think this is stupid ? Pin
Sharpoverride7-May-05 3:44
Sharpoverride7-May-05 3:44 
GeneralCharacters in hexadecimal Pin
Shashidharreddy7-May-05 0:23
Shashidharreddy7-May-05 0:23 
GeneralRe: Characters in hexadecimal Pin
S. Senthil Kumar7-May-05 1:42
S. Senthil Kumar7-May-05 1:42 
GeneraloleDb Insert problem Pin
gmeii6-May-05 22:47
gmeii6-May-05 22:47 
GeneralRe: oleDb Insert problem Pin
Ken Haley7-May-05 3:37
Ken Haley7-May-05 3:37 
GeneralRepaint form using Invalidate() Pin
gmeii6-May-05 22:32
gmeii6-May-05 22:32 
GeneralRe: Repaint form using Invalidate() Pin
Sharpoverride7-May-05 2:49
Sharpoverride7-May-05 2:49 
GeneralFlash Splash Screen Pin
gmeii6-May-05 22:08
gmeii6-May-05 22:08 
I have a program that includes 2 splash screens. They both load correctly but the one that has a flash movie in it will just load and not play the movie. I think it is because I am using a Thread.Sleep(), that will just load the form but not execute any functions. If I load the flash form without threading the movie will play, so I know it is not an playback issue. This is a sample of the code in the Main() function.

LogoSplash logo=new LogoSplash(); //This works good
logo.Show();
Application.DoEvents();
Thread.Sleep(5000);
logo.Close();


FlashSplash flash=new SplashScreen(); //This is where i have issues
flash.Show();
Application.DoEvents();
Thread.Sleep(10000); //will execute, but not play movie
flash.Close();

Application.Run(new ParentForm());

I just want the flash splash form to load and play for 10 seconds, terminate and then load the main form.

If there is another route please, can anyone lead me in that direction.
GeneralRe: Flash Splash Screen Pin
Sharpoverride7-May-05 2:45
Sharpoverride7-May-05 2:45 
GeneralOffice automation from C# Pin
Member 18788066-May-05 21:06
Member 18788066-May-05 21:06 
GeneralRe: Office automation from C# Pin
EEmad4-Jun-05 19:17
sussEEmad4-Jun-05 19:17 
Questionbones in meshes and directx? Pin
taha mohamed6-May-05 19:18
taha mohamed6-May-05 19:18 
GeneralCustomizing .NET Collection Editor Pin
heavenamour6-May-05 18:50
heavenamour6-May-05 18:50 
GeneralRe: Customizing .NET Collection Editor Pin
spif20016-May-05 21:04
spif20016-May-05 21:04 
GeneralRe: Customizing .NET Collection Editor Pin
heavenamour7-May-05 0:08
heavenamour7-May-05 0:08 
GeneralRe: Customizing .NET Collection Editor Pin
StealthyMark7-May-05 12:15
StealthyMark7-May-05 12:15 
GeneralCustomizing .NET Collection Editor Pin
heavenamour6-May-05 18:49
heavenamour6-May-05 18:49 
Generaldisplaying and zooming in and out of a pdf Pin
brian556-May-05 11:58
brian556-May-05 11:58 
GeneralRe: displaying and zooming in and out of a pdf Pin
Yulianto.6-May-05 16:23
Yulianto.6-May-05 16:23 
GeneralRe: displaying and zooming in and out of a pdf Pin
brian556-May-05 16:56
brian556-May-05 16:56 
GeneralRe: displaying and zooming in and out of a pdf Pin
Yulianto.6-May-05 17:07
Yulianto.6-May-05 17:07 
GeneralRe: displaying and zooming in and out of a pdf Pin
Uwe Keim7-May-05 5:23
sitebuilderUwe Keim7-May-05 5:23 
GeneralProblem with redrawing text in a windows form Pin
Darktaz6-May-05 10:44
Darktaz6-May-05 10:44 
GeneralRe: Problem with redrawing text in a windows form Pin
MoustafaS6-May-05 13:09
MoustafaS6-May-05 13:09 
GeneralRe: Problem with redrawing text in a windows form Pin
Darktaz6-May-05 13:34
Darktaz6-May-05 13:34 

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.