Click here to Skip to main content
15,921,351 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Using Java api in Silverlight.. Pin
Abhinav S19-Mar-10 0:03
Abhinav S19-Mar-10 0:03 
Questionhow to get WriteableBitmap of Canvas & on canvas I have placed a Control?? Pin
urooj_mahmood18-Mar-10 22:38
urooj_mahmood18-Mar-10 22:38 
QuestionVideo On Web Pin
Mark Walter Smith18-Mar-10 21:58
Mark Walter Smith18-Mar-10 21:58 
AnswerRe: Video On Web Pin
Abhinav S18-Mar-10 22:38
Abhinav S18-Mar-10 22:38 
QuestionWhat is WCF? Pin
Dhanaraj130618-Mar-10 21:32
Dhanaraj130618-Mar-10 21:32 
AnswerRe: What is WCF? Pin
Pete O'Hanlon18-Mar-10 22:16
mvePete O'Hanlon18-Mar-10 22:16 
GeneralRe: What is WCF? [modified] Pin
Dhanaraj130618-Mar-10 22:22
Dhanaraj130618-Mar-10 22:22 
GeneralRe: What is WCF? Pin
Pete O'Hanlon18-Mar-10 23:45
mvePete O'Hanlon18-Mar-10 23:45 
GeneralRe: What is WCF? Pin
Dhanaraj130619-Mar-10 0:40
Dhanaraj130619-Mar-10 0:40 
QuestionWindows forms application popup dialog? Pin
Mattzimmerer18-Mar-10 8:12
Mattzimmerer18-Mar-10 8:12 
AnswerRe: Windows forms application popup dialog? Pin
Super Lloyd18-Mar-10 11:20
Super Lloyd18-Mar-10 11:20 
GeneralRe: Windows forms application popup dialog? Pin
Mattzimmerer18-Mar-10 12:03
Mattzimmerer18-Mar-10 12:03 
GeneralRe: Windows forms application popup dialog? Pin
Saiyed Alam18-Mar-10 19:23
Saiyed Alam18-Mar-10 19:23 
GeneralRe: Windows forms application popup dialog? Pin
Mattzimmerer19-Mar-10 7:53
Mattzimmerer19-Mar-10 7:53 
GeneralRe: Windows forms application popup dialog? Pin
darkelv18-Mar-10 22:00
darkelv18-Mar-10 22:00 
GeneralRe: Windows forms application popup dialog? Pin
Mattzimmerer19-Mar-10 7:47
Mattzimmerer19-Mar-10 7:47 
QuestionCreate UserControl DependencyProperty of which value can be chosen in dropdown list (as combo box) Pin
vongocviet18-Mar-10 6:45
vongocviet18-Mar-10 6:45 
AnswerRe: Create UserControl DependencyProperty of which value can be chosen in dropdown list (as combo box) Pin
Super Lloyd18-Mar-10 11:16
Super Lloyd18-Mar-10 11:16 
QuestionHow to display Northwind Product Image? Pin
Gene Arnold17-Mar-10 9:00
Gene Arnold17-Mar-10 9:00 
AnswerRe: How to display Northwind Product Image? Pin
fred_17-Mar-10 9:42
fred_17-Mar-10 9:42 
QuestionHow can i add a User Control to another User Control?? Pin
urooj_mahmood17-Mar-10 3:34
urooj_mahmood17-Mar-10 3:34 
AnswerRe: How can i add a User Control to another User Control?? Pin
Abhinav S18-Mar-10 0:30
Abhinav S18-Mar-10 0:30 
AnswerRe: How can i add a User Control to another User Control?? Pin
Kunal Chowdhury «IN»23-Mar-10 7:31
professionalKunal Chowdhury «IN»23-Mar-10 7:31 
Hi Mahmood,

You can design your first UserControl and then you can add it inside your second UserControl which you placed inside your main page. Just check the following code structure:

UserControl 1: SmallLoader
============================

<UserControl x:Name="ucSmallLoader"
.
.
.
</UserControl>



UserControl 2: BigLoader
============================

<UserControl x:Name="ucBigLoader"
.
.
.
<myUc:SmallLoader ... />
.
.
.
</UserControl>



Silverlight Page: MainPage
============================

<UserControl ...
.
.
.
<myUc:BigLoader ... />
.
.
.
</UserControl>



Let's know if you have any queries. Cheers... Thumbs Up | :thumbsup:

<b>Regards -</b> Kunal Chowdhury | Software Developer | Chennai | India | <a href="http://kunal2383.blogspot.com" alt="Visit my Blog posts">My Blog</a> | <a href="http://twitter.com/kunal2383" alt="Follow my Tweets">My Tweets</a>
QuestionSilverlight map control localized to india Pin
p_mnj17-Mar-10 2:59
p_mnj17-Mar-10 2:59 
Questionhow do use multiple grid in UserControl??? Pin
urooj_mahmood16-Mar-10 0:47
urooj_mahmood16-Mar-10 0:47 

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.