Click here to Skip to main content
15,907,687 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Split WPF, WCF, and WF forums? Pin
Luc Pattyn8-Jan-09 8:37
sitebuilderLuc Pattyn8-Jan-09 8:37 
GeneralRe: Split WPF, WCF, and WF forums? Pin
Jon Rista8-Jan-09 10:22
Jon Rista8-Jan-09 10:22 
GeneralRe: Split WPF, WCF, and WF forums? Pin
Luc Pattyn8-Jan-09 10:30
sitebuilderLuc Pattyn8-Jan-09 10:30 
GeneralRe: Split WPF, WCF, and WF forums? Pin
Jon Rista8-Jan-09 10:35
Jon Rista8-Jan-09 10:35 
QuestionAccessing WPF Resources Pin
Snufflufugus8-Jan-09 5:59
Snufflufugus8-Jan-09 5:59 
AnswerRe: Accessing WPF Resources Pin
ColinM1238-Jan-09 11:37
ColinM1238-Jan-09 11:37 
GeneralRe: Accessing WPF Resources Pin
Snufflufugus8-Jan-09 14:44
Snufflufugus8-Jan-09 14:44 
QuestionHow to generate WPF controls Dynamically Pin
vsaratkar8-Jan-09 2:40
vsaratkar8-Jan-09 2:40 
Hi All,
We have to develope a desktop App. using WPF. Our application will be requesting a web service by posting requestAction and requestType .
The response from the web server is somewhat like this {

"TotalCount": 0,

"Data": [

{

"ObjectInstanceID": 1,

"LocationID": 3001,

"ObjectDefinitionID": 1,

"Name": "Boiler",

"Location": {

"LocationID": 3001,

"CompanyID": 3007,

"Name": "Name",

"Description": "Description",

"County": "",

"FIPSCode": "FIPSCode",

"SICCode": "SICCode",

"IsActive": true,

"AccessInfo": "AccessInfo",

"AddressID": 1036,

"HouseNumberLow": "lowHouse",

"City": "city",

"State": "st",

"Street": "street",

"Suite": "suite",

"HouseNumberHigh": "HighHouse",

"Zip": "12345",

"Company": {

"CompanyID": 3007,

"Name": "wunder",

"AddressLine1": "593",

"AddressLine2": "kdfk",

"City": "fair",

"State": "bh",

"Zip": "12345"

}

}

},

{

"ObjectInstanceID": 5,

"LocationID": 3027,

"ObjectDefinitionID": 1,

"Name": "Boiler",

"Location": {

"LocationID": 3027,

"CompanyID": 3007,

"Name": "hhg",

"Description": "hgghfd",

"County": "",

"FIPSCode": "hgdh",

"SICCode": "hgdh",

"IsActive": true,

"AccessInfo": "hgd",

"AddressID": 1139,

"HouseNumberLow": "l",

"City": "l",

"State": "ll",

"Street": "l",

"Suite": "ll",

"HouseNumberHigh": "l",

"Zip": "ll",

"Company": {

"CompanyID": 3007,

"Name": "wunder",

"AddressLine1": "593",

"AddressLine2": "kdfk",

"City": "fair",

"State": "bh",

"Zip": "12345"

}

}

}

],

"success": true,

"GeneralError": null,

"StackTrace": null,

"ItemID": 0,

"errors": [],

"stackTraces": [],

"IsLoggedIn": true

}
We would like to deserialize this response into a dictionary, but because of syntax "Data[", it thinks that it is an array.
I would like to generate wpf controls based on this out put. Does anyone know how to proceed?
Thanks in advance for your help,
Veena
AnswerRe: How to generate WPF controls Dynamically Pin
User 2710098-Jan-09 2:54
User 2710098-Jan-09 2:54 
QuestionWCF BasicHTTPBinding Thoughts Pin
Jammer7-Jan-09 23:38
Jammer7-Jan-09 23:38 
AnswerRe: WCF BasicHTTPBinding Thoughts Pin
Pete O'Hanlon8-Jan-09 1:08
mvePete O'Hanlon8-Jan-09 1:08 
GeneralRe: WCF BasicHTTPBinding Thoughts Pin
Jammer8-Jan-09 7:06
Jammer8-Jan-09 7:06 
AnswerRe: WCF BasicHTTPBinding Thoughts Pin
ColinM1238-Jan-09 11:33
ColinM1238-Jan-09 11:33 
QuestionExecutionEngineException when calling Application.Run Pin
Eslam Afifi7-Jan-09 5:07
Eslam Afifi7-Jan-09 5:07 
GeneralProblem solved. Please ignore. Pin
Eslam Afifi7-Jan-09 6:26
Eslam Afifi7-Jan-09 6:26 
QuestionSilverlight Error in Server Pin
avi_dadi20026-Jan-09 19:31
avi_dadi20026-Jan-09 19:31 
AnswerRe: Silverlight Error in Server Pin
ColinM1237-Jan-09 13:34
ColinM1237-Jan-09 13:34 
QuestionWCF SSL For Newbies Pin
Jammer6-Jan-09 3:26
Jammer6-Jan-09 3:26 
AnswerRe: WCF SSL For Newbies Pin
Mark Salsbery6-Jan-09 6:30
Mark Salsbery6-Jan-09 6:30 
GeneralRe: WCF SSL For Newbies Pin
Jammer6-Jan-09 22:18
Jammer6-Jan-09 22:18 
GeneralRe: WCF SSL For Newbies Pin
Pete O'Hanlon6-Jan-09 22:27
mvePete O'Hanlon6-Jan-09 22:27 
GeneralRe: WCF SSL For Newbies Pin
Jammer6-Jan-09 22:41
Jammer6-Jan-09 22:41 
QuestionWhat is the best solution for User Interface of VC++ app? Pin
xiaolin.lan5-Jan-09 22:22
xiaolin.lan5-Jan-09 22:22 
AnswerRe: What is the best solution for User Interface of VC++ app? Pin
Mark Salsbery6-Jan-09 6:37
Mark Salsbery6-Jan-09 6:37 
QuestionRe: What is the best solution for User Interface of VC++ app? [modified] Pin
xiaolin.lan6-Jan-09 14:33
xiaolin.lan6-Jan-09 14:33 

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.