C# Tutorial: Create a Simple Splash Screen [with ProgressBar]
VC# Express 2010 www.microsoft.com ————————————————————————– *** C# Tutorials *** tutplusplus.blogspot.com ————————————————————————– Recorded with Camtasia Studio 7 ————————————————————————– Here are the codes + additional notes + solution: tutplusplus.blogspot.com ————————————————————————– In this tutorial you will learn about: * Thread class; * ProgressBar Class; * Creating a splash screen; * Multithreading. Keywords: System.Threading. ————————————————————————– Thanks for watching! Subscribe for more tutorials!
Video Tutorial Rating: 4 / 5
Don’t forget to check out our other video tutorials or share this video with a friend.
15 responses to “C# Tutorial: Create a Simple Splash Screen [with ProgressBar]”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 30/10/12
Pages
Random Videos
-
Excel Beginner Tutorial 1 – Spreadsheet Basics
2,010 views
-
How To: iMovie – Editing Audio
4,116 views
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
I got this first try, and I swear I was screaming “OHHHH” and waving my arms. I can’t wait until I get the actual program working.
This really helped, I wish you had a mic though…
Thanks man..
Thanks Mate .. really helped…
great tut. thanks
then wat does button1 do ?
watever the case might be writing splashscreen.hide(); in both buttons should solve your problem
wait u have changed the (Name) property of the splashscreen form to “splashscreen” rite? otherwise none of this would work
no i have a splashscreen then form 1 loads up and shows. i have the two buttons on form 1 not on a splashscreen. i click on button 2 to get to form 2. now the code i use to get to form 2 from the button is.. this.Hide(); (new Form2()).Show();
my splashscreen is its own form. so i have a total of three forms.
no it doesn’t matter
i guess i didn’t understood your design properly
u have a main splashscreen which has 2 buttons
when u click button1 it loads form1 n
when u click button2 it loads form2 rite?
if this is how it is then
double click button1 n write
{
form2.hide();
form1.show();
}
n double click button 2 n write
{
form1.hide();
form2.show();
}
its simple as that 😉
doesnt work :/ does it matter if im using Visual Studio 2010?
—–> splashscreen.hide();
in both the buttons
which code?
you can write the code to hide the splash screen form in both the buttons so no matter which button you click the splash screen will only show once when started from scratch
works great but heres my problem.
i have a application that has two buttons that switches between two forms. so the splashscreen loads up fine and then my form 1 pops up normally as it should. i click the button to open form 2/hide form 1 and that works fine obviously. BUT when i click on the button that will take me back to form 1, the splashscreen show up again. how do i prevent this from happening? i only want the splash screen to load up if you open the program from scratch again.
@MrSONICLUVER Skid. Gtfo.
Put some code in desc so we can copy and paste into it :)