Custom Silverlight splash screen [closed] - silverlight

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Has anyone created a custom Silverlight Splash screen to replace the blue balls circular progress?
Does anyone have a sample or the best way to do this?

Take a look at this how to:-
How to: Define a Simple Silverlight Splash Screen

This looks quite useful too
Pro Silverlight 2 in C# 2008 (Google Book preview)

Have a look at this project on CodePlex link text

Related

Simple Face Detection Recourses [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am looking for a way to start detecting faces in an image.
Any recourses that you use or find best for beginners?
Thanks.
Generally there are at least two approaches.
Finding a face based on the color (e.g face color and hair color)
Based on characteristics of the face (we have two eyes, and a nose below etc.)
Try this page that describes basic techniques of face detection

How to create circular Slider WPF [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I was wondering how to create a scroll that looks something similar to this:
I'm really interested on being able to build one like this, and I'm not sure on what elemnt is this one and how to implement it. I've been searching, but I can't find any information... So any tutorial, guide or clue will be really appreciated.
Take a look at "A Knob Slider Control". It doesn't look as nice as your example, but that's just a matter of styling. Maybe you could use it as a starting point?
See the tutorial of Charles Petzold. It gives a nice introduction how to create curved sliders and scrollbars.

how to convert a application which is built under WPF 3.0 to 4.5 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I built an application in WPF 3.0 but I want to switch to WPF 4.5 how it become possible and is there are any issues of switching?
Please guide me
Just Go to Project -> Properties Change target framework to .NET 4.5.
Visual studio will convert the project to relevant version

How do I view a report in WPF? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How do I view a report in WPF without a third party app?
VB.NET, Visual Studio 2010.
You can use dynamic reports without a 3rd party add-on, though if you are looking for rich features like PDF, excel export or just a good zoom or pagination engine you should use a third party solution.
Edit: My answer is a bit simplistic but without knowing the source of your data and the format you want to view it in, it is hard to be more specific.
I would start by looking into using a FlowDocument, see this MSDN Magazine article with some samples.

SImple WPF Example that describes DATA Binding and Validation [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am New to WPF.
I want Simple WPF Application Example, that have some textboxes and validation(numeric range,Email) on it
If all the Validation are true then ok button will be enable otherwise disable
Detail Example will be Appreciated
Thank You
Please see WPF: simple TextBox data binding Do google before posting questions.There are lots of examples and tutorials out there
also
WPF Basic Data Binding FAQ

Resources