Click here to Skip to main content
15,887,434 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF Drawing an Image on a Rotated Canvas Pin
bontempi29-Mar-15 12:43
bontempi29-Mar-15 12:43 
QuestionRegarding WPF Pin
Member 1146122218-Feb-15 3:36
Member 1146122218-Feb-15 3:36 
AnswerRe: Regarding WPF Pin
Pete O'Hanlon18-Feb-15 4:44
mvePete O'Hanlon18-Feb-15 4:44 
AnswerRe: Regarding WPF Pin
Abhinav S21-Feb-15 18:03
Abhinav S21-Feb-15 18:03 
AnswerRe: Regarding WPF Pin
Subramanyam Shankar17-Mar-15 1:01
professionalSubramanyam Shankar17-Mar-15 1:01 
AnswerRe: Regarding WPF Pin
Elegantly Wasted24-Mar-15 23:06
Elegantly Wasted24-Mar-15 23:06 
QuestionChanging a Label Content of Page 2 from Page in WPF Pin
Vimalsoft(Pty) Ltd17-Feb-15 2:04
professionalVimalsoft(Pty) Ltd17-Feb-15 2:04 
QuestionHow to call from Nested UserControl another UserControl Pin
LAPEC16-Feb-15 10:44
LAPEC16-Feb-15 10:44 
Hello Everyone

I'm struggling to solve the problem with my nested UserControl.

When I run the application the main window opens, inside the main window is a button, when I click that button it calls up a UserControl (called Applic).

Inside the Applic UserControl is another nested UserControl called PasswordScreen.

Within the PasswordScreen there is a button called Login, when I press this button to call another UserControl (called SwitchboardView) it is not firing nothing (here is the sample code)
C#
private void btnLogin_Click(object sender, RoutedEventArgs e)
        {
            Applic ap = new Applic();
            SwitchboardView sbv = new SwitchboardView();
            
            ap.MainGridApplic.Children.Add(sbv);
 
        }

Could someone please help me solve this problem, I have been struggling for a long time to solve this problem but I just can't get it around.

Thanks in advance...

Kind regards

Roni
Answer[REPOST]: How to call from Nested UserControl another UserControl Pin
Richard Deeming16-Feb-15 11:12
mveRichard Deeming16-Feb-15 11:12 
AnswerRe: How to call from Nested UserControl another UserControl Pin
Elegantly Wasted24-Mar-15 23:53
Elegantly Wasted24-Mar-15 23:53 
QuestionXamOutlookBar and XamDataTree. Pin
micromortu16-Feb-15 3:33
micromortu16-Feb-15 3:33 
QuestionHow to convert byte arrays to excel and download it in silverlight ? Pin
Member 1088301311-Feb-15 3:56
Member 1088301311-Feb-15 3:56 
AnswerRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Kenneth Haugland11-Feb-15 11:56
mvaKenneth Haugland11-Feb-15 11:56 
AnswerRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Richard MacCutchan11-Feb-15 21:45
mveRichard MacCutchan11-Feb-15 21:45 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
manchanx8-Mar-15 14:04
professionalmanchanx8-Mar-15 14:04 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Richard MacCutchan8-Mar-15 22:27
mveRichard MacCutchan8-Mar-15 22:27 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
manchanx9-Mar-15 5:20
professionalmanchanx9-Mar-15 5:20 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Richard MacCutchan9-Mar-15 5:22
mveRichard MacCutchan9-Mar-15 5:22 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
manchanx9-Mar-15 5:30
professionalmanchanx9-Mar-15 5:30 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Richard MacCutchan9-Mar-15 5:35
mveRichard MacCutchan9-Mar-15 5:35 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
manchanx9-Mar-15 7:49
professionalmanchanx9-Mar-15 7:49 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
Richard MacCutchan9-Mar-15 7:53
mveRichard MacCutchan9-Mar-15 7:53 
GeneralRe: How to convert byte arrays to excel and download it in silverlight ? Pin
manchanx9-Mar-15 10:18
professionalmanchanx9-Mar-15 10:18 
QuestionMove Rectangle with TranslateTransform Pin
Kenneth Haugland4-Feb-15 2:36
mvaKenneth Haugland4-Feb-15 2:36 
AnswerRe: Move Rectangle with TranslateTransform Pin
Kenneth Haugland4-Feb-15 2:59
mvaKenneth Haugland4-Feb-15 2:59 

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.