I want to create startup window for my app in WPF like the startup windows of the famous application software , the photo below show example of startup window which i need to make one likes it when my program start
Asked
Active
Viewed 78 times
0

CodingGorilla
- 19,612
- 4
- 45
- 65

Mohamed Safwat
- 75
- 3
- 12
-
4Nice picture. [What have you tried?](http://mattgemmell.com/2008/12/08/what-have-you-tried/) – Federico Berasategui Sep 09 '13 at 14:22
-
There's nothing special about a startup window, just add a basic window that launches in your app before you do all your expensive loading operations. – Kevin DiTraglia Sep 09 '13 at 14:22
-
Do you want to know how to draw that image, or how to make *an* image appear as your application starts up, or do you want an actual animated start-up window for your application? – Sheridan Sep 09 '13 at 14:23
-
@HighCore: Personally I'm surprised he called Microsoft Expression "famous". I barely even remember it. – BoltClock Sep 09 '13 at 14:28
-
you know when you open program such as Visual Studio or office , there is an startup window tell you the name of program and version without close and minimize..... etc buttons , i want to make one like it – Mohamed Safwat Sep 09 '13 at 14:28
-
@MohamedSafwat change the WindowStyle property to None – Nithin Nayagam Sep 09 '13 at 14:31