Click here to Skip to main content
15,898,773 members
Home / Discussions / WPF
   

WPF

 
QuestionDragMove() method for other elements ? Pin
Mohammad Dayyan5-Jan-09 20:41
Mohammad Dayyan5-Jan-09 20:41 
AnswerRe: DragMove() method for other elements ? Pin
User 2710096-Jan-09 3:20
User 2710096-Jan-09 3:20 
GeneralRe: DragMove() method for other elements ? Pin
Mohammad Dayyan7-Jan-09 23:38
Mohammad Dayyan7-Jan-09 23:38 
GeneralRe: DragMove() method for other elements ? Pin
User 2710098-Jan-09 1:24
User 2710098-Jan-09 1:24 
QuestionIntegrating Onlinehelp(.chm file) with xbap application Pin
hemakrishnan5-Jan-09 19:19
hemakrishnan5-Jan-09 19:19 
QuestionHow to customize built in Commands in WPF C# Pin
Emir Gracanin5-Jan-09 16:11
Emir Gracanin5-Jan-09 16:11 
AnswerRe: How to customize built in Commands in WPF C# Pin
Jani Giannoudis5-Jan-09 20:12
mvaJani Giannoudis5-Jan-09 20:12 
QuestionHow to retrieve object from a web page to create WPF dynamically Pin
vsaratkar5-Jan-09 15:16
vsaratkar5-Jan-09 15:16 
I have JSON string as a out put of some http://localhost:1586/Versentia.Web.UI/DataHandler.ashx
where requestAction = GetAll and requestType: ObjectInstances.
When I see the response using firebug, I can see the data returned by GetAll method,
But when I write follwing code, I don't get data;

var url = new Uri("http://localhost:1586/Versentia.Web.UI/DataHandler.ashx/");


WebRequest request = WebRequest.Create(url);
var response = (HttpWebResponse)request.GetResponse();
Stream dataStream = response.GetResponseStream();
var reader = new StreamReader(dataStream);
string responseFromServer = reader.ReadToEnd();
var metaData =responseFromServer.Deserialize<dictionary><string,object>>();

I don't know how to access the GetAll method to retrieve the ObjectInstances object. I want to create WPF based on the retrived object. I am very new to programming and need to achieve this asap.
Please help.

Veena
QuestionDyanmically creating tab items with similar input fields to the existing tab page Pin
atl_5-Jan-09 11:35
atl_5-Jan-09 11:35 
AnswerRe: Dyanmically creating tab items with similar input fields to the existing tab page Pin
ColinM1235-Jan-09 15:56
ColinM1235-Jan-09 15:56 
QuestionHow to correctly bind to BLL objects in WPF Pin
darthBug5-Jan-09 11:23
darthBug5-Jan-09 11:23 
QuestionDo we have a something like <i>z-index</i> (HTML) in XAML ? Pin
Mohammad Dayyan5-Jan-09 10:03
Mohammad Dayyan5-Jan-09 10:03 
AnswerRe: Do we have a something like z-index (HTML) in XAML ? Pin
Pete O'Hanlon5-Jan-09 10:08
mvePete O'Hanlon5-Jan-09 10:08 
GeneralRe: Do we have a something like z-index (HTML) in XAML ? Pin
Mohammad Dayyan5-Jan-09 10:12
Mohammad Dayyan5-Jan-09 10:12 
GeneralRe: Do we have a something like z-index (HTML) in XAML ? Pin
Pete O'Hanlon5-Jan-09 10:33
mvePete O'Hanlon5-Jan-09 10:33 
AnswerRe: Do we have a something like z-index (HTML) in XAML ? Pin
Mark Salsbery5-Jan-09 11:23
Mark Salsbery5-Jan-09 11:23 
AnswerRe: Do we have a something like z-index (HTML) in XAML ? Pin
Insincere Dave5-Jan-09 13:26
Insincere Dave5-Jan-09 13:26 
QuestionSilverlight using Visual Studio 2005? Pin
Bottomless Wisdom5-Jan-09 5:54
Bottomless Wisdom5-Jan-09 5:54 
AnswerRe: Silverlight using Visual Studio 2005? Pin
ColinM1235-Jan-09 12:57
ColinM1235-Jan-09 12:57 
AnswerRe: Silverlight using Visual Studio 2005? Pin
Aman Bhullar6-Jan-09 5:26
Aman Bhullar6-Jan-09 5:26 
AnswerRe: Silverlight using Visual Studio 2005? Pin
Mohammad Dayyan19-Jan-09 19:39
Mohammad Dayyan19-Jan-09 19:39 
AnswerRe: Silverlight using Visual Studio 2005? Pin
Michael Sync29-Jan-09 2:39
Michael Sync29-Jan-09 2:39 
QuestionSilver Light Tools Information Required Pin
mr_muskurahat5-Jan-09 1:05
mr_muskurahat5-Jan-09 1:05 
AnswerRe: Silver Light Tools Information Required Pin
Lev Danielyan5-Jan-09 20:49
Lev Danielyan5-Jan-09 20:49 
GeneralRe: Silver Light Tools Information Required Pin
mr_muskurahat5-Jan-09 23:43
mr_muskurahat5-Jan-09 23:43 

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.