Click here to Skip to main content
15,886,075 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: I am fresher in silver light, from where should i start ? Pin
koolprasad200329-Oct-09 23:43
professionalkoolprasad200329-Oct-09 23:43 
AnswerRe: I am fresher in silver light, from where should i start ? Pin
eslsys3-Nov-09 4:01
professionaleslsys3-Nov-09 4:01 
QuestionParsing binary TCP messages Pin
earlgraham28-Oct-09 12:08
earlgraham28-Oct-09 12:08 
AnswerRe: Parsing binary TCP messages Pin
Mark Salsbery29-Oct-09 7:14
Mark Salsbery29-Oct-09 7:14 
GeneralRe: Parsing binary TCP messages Pin
earlgraham29-Oct-09 10:32
earlgraham29-Oct-09 10:32 
GeneralRe: Parsing binary TCP messages Pin
Mark Salsbery29-Oct-09 12:10
Mark Salsbery29-Oct-09 12:10 
GeneralRe: Parsing binary TCP messages Pin
earlgraham30-Oct-09 5:43
earlgraham30-Oct-09 5:43 
GeneralRe: Parsing binary TCP messages Pin
Mark Salsbery30-Oct-09 6:50
Mark Salsbery30-Oct-09 6:50 
earlgraham wrote:
there seem to be support for TCP connectivity in silverlight


Connecting, yes, but listening for connections?


earlgraham wrote:
working through a binary message byte by byte to convert it into my managed code


The BitConverter class is handy for that. For strings,
the Encoding class can help.


Of course, if you're unable to parse and/or decompress the data
from Silverlight code with its limited .NET framework, then you
will probably want to consider serializing the data in a format more
Silverlight-friendly.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Parsing binary TCP messages Pin
earlgraham30-Oct-09 9:33
earlgraham30-Oct-09 9:33 
GeneralRe: Parsing binary TCP messages Pin
Mark Salsbery30-Oct-09 9:54
Mark Salsbery30-Oct-09 9:54 
Questionhow to export wpf datagrid to excel? PinPopular
Viji Raj28-Oct-09 11:44
Viji Raj28-Oct-09 11:44 
AnswerRe: how to export wpf datagrid to excel? Pin
Christian Graus28-Oct-09 13:33
protectorChristian Graus28-Oct-09 13:33 
QuestionListView Column formatting Pin
hb5213421428-Oct-09 9:07
hb5213421428-Oct-09 9:07 
AnswerRe: ListView Column formatting Pin
Death8U29-Oct-09 4:34
Death8U29-Oct-09 4:34 
GeneralRe: ListView Column formatting Pin
hb5213421429-Oct-09 6:34
hb5213421429-Oct-09 6:34 
GeneralRe: ListView Column formatting Pin
Death8U29-Oct-09 7:20
Death8U29-Oct-09 7:20 
GeneralRe: ListView Column formatting Pin
hb5213421429-Oct-09 8:47
hb5213421429-Oct-09 8:47 
GeneralRe: ListView Column formatting Pin
Death8U29-Oct-09 9:19
Death8U29-Oct-09 9:19 
GeneralRe: ListView Column formatting Pin
hb5213421429-Oct-09 9:46
hb5213421429-Oct-09 9:46 
QuestionScaling Polyline w/o scaling thickness Pin
Niklas L28-Oct-09 3:58
Niklas L28-Oct-09 3:58 
QuestionRe: Scaling Polyline w/o scaling thickness Pin
Mark Salsbery29-Oct-09 7:16
Mark Salsbery29-Oct-09 7:16 
AnswerRe: Scaling Polyline w/o scaling thickness Pin
Niklas L29-Oct-09 11:41
Niklas L29-Oct-09 11:41 
GeneralRe: Scaling Polyline w/o scaling thickness Pin
Mark Salsbery29-Oct-09 12:03
Mark Salsbery29-Oct-09 12:03 
GeneralRe: Scaling Polyline w/o scaling thickness Pin
Niklas L29-Oct-09 12:22
Niklas L29-Oct-09 12:22 
QuestionHow to create video chat application in wpf????? Pin
harjindersingh28-Oct-09 0:48
harjindersingh28-Oct-09 0:48 

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.