Click here to Skip to main content
15,891,725 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Edit MainPage title in Silverlight 5 Pin
roni-in29-Feb-12 3:37
roni-in29-Feb-12 3:37 
QuestionReference a Converter from a template.xaml Pin
Mycroft Holmes27-Feb-12 20:55
professionalMycroft Holmes27-Feb-12 20:55 
AnswerRe: Reference a Converter from a template.xaml Pin
Pete O'Hanlon27-Feb-12 21:03
mvePete O'Hanlon27-Feb-12 21:03 
GeneralRe: Reference a Converter from a template.xaml Pin
Mycroft Holmes27-Feb-12 21:25
professionalMycroft Holmes27-Feb-12 21:25 
GeneralRe: Reference a Converter from a template.xaml Pin
Pete O'Hanlon27-Feb-12 21:34
mvePete O'Hanlon27-Feb-12 21:34 
GeneralRe: Reference a Converter from a template.xaml Pin
Mycroft Holmes27-Feb-12 21:48
professionalMycroft Holmes27-Feb-12 21:48 
GeneralRe: Reference a Converter from a template.xaml Pin
Pete O'Hanlon27-Feb-12 21:50
mvePete O'Hanlon27-Feb-12 21:50 
QuestionWPF Facebook App Pin
Kevin Marois27-Feb-12 13:25
professionalKevin Marois27-Feb-12 13:25 
I need to create a WPF app that posts a message to a Facebook wall. I'm doing it in Win 8/Metro. I have the SDK, I and found this

http://blog.prabir.me/post/Facebook-CSharp-SDK-What%E2%80%99s-new-in-v5-3.aspx[^]

The Facebook Developer site doesn't have any info about Windows Metro development.

I have the project set up, but aside from the link above there's not much help out there. Again, all I want to do is post a message to a Facebook wall.

So far I have this:
public MainWindowViewModel()
{
    try
    {
        Action<object> action = handleTask;

        var fb = new FacebookClient(FACEBOOK_ID, FACEBOK_SECRET);

        var task = fb.GetTaskAsync("4");

        task.ContinueWith(action);
    }
    catch (FacebookApiException ex)
    {
        throw ex;
    }
}

private void handleTask(object data)
{
}


The handleTask method gets called, but I can't figure out the type being passed. The data in it appears to be Zuckerberg's FB info (???).







Can anyone point me in the right direction?
Everything makes sense in someone's mind


modified 27-Feb-12 20:12pm.

QuestionIntersoft ClientUI 6 Pin
LAPEC27-Feb-12 12:19
LAPEC27-Feb-12 12:19 
AnswerRe: Intersoft ClientUI 6 Pin
Mycroft Holmes27-Feb-12 13:51
professionalMycroft Holmes27-Feb-12 13:51 
AnswerRe: Intersoft ClientUI 6 Pin
Wes Aday28-Feb-12 3:10
professionalWes Aday28-Feb-12 3:10 
AnswerRe: Intersoft ClientUI 6 Pin
Pete O'Hanlon28-Feb-12 3:17
mvePete O'Hanlon28-Feb-12 3:17 
AnswerRe: Intersoft ClientUI 6 Pin
usolo5-Mar-12 16:34
usolo5-Mar-12 16:34 
AnswerRe: Intersoft ClientUI 6 Pin
Intersoft Solutions (Business)2-Aug-12 17:07
Intersoft Solutions (Business)2-Aug-12 17:07 
QuestionWPF Handwriting "Preview" Pin
programmervb.netc++27-Feb-12 5:11
programmervb.netc++27-Feb-12 5:11 
QuestionProblem with Prism Pin
radhwane27-Feb-12 0:59
radhwane27-Feb-12 0:59 
AnswerRe: Problem with Prism Pin
Richard MacCutchan27-Feb-12 1:59
mveRichard MacCutchan27-Feb-12 1:59 
AnswerRe: Problem with Prism Pin
Abhinav S27-Feb-12 2:27
Abhinav S27-Feb-12 2:27 
QuestionHow to Use WCF service Pin
MKC00226-Feb-12 22:42
MKC00226-Feb-12 22:42 
AnswerRe: How to Use WCF service Pin
Abhinav S27-Feb-12 2:29
Abhinav S27-Feb-12 2:29 
QuestionSilverlight vs WPF in the Browser Pin
Mycroft Holmes26-Feb-12 13:43
professionalMycroft Holmes26-Feb-12 13:43 
AnswerRe: Silverlight vs WPF in the Browser Pin
Pete O'Hanlon26-Feb-12 19:51
mvePete O'Hanlon26-Feb-12 19:51 
GeneralRe: Silverlight vs WPF in the Browser Pin
Mycroft Holmes26-Feb-12 20:43
professionalMycroft Holmes26-Feb-12 20:43 
AnswerRe: Silverlight vs WPF in the Browser Pin
Abhinav S26-Feb-12 20:17
Abhinav S26-Feb-12 20:17 
GeneralRe: Silverlight vs WPF in the Browser Pin
Mycroft Holmes26-Feb-12 20:38
professionalMycroft Holmes26-Feb-12 20:38 

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.