Click here to Skip to main content
15,902,835 members
Home / Discussions / C#
   

C#

 
AnswerRe: VS2010 Chart Control PinPopular
Pete O'Hanlon1-Jul-10 13:13
mvePete O'Hanlon1-Jul-10 13:13 
GeneralRe: VS2010 Chart Control Pin
It_tech1-Jul-10 18:51
It_tech1-Jul-10 18:51 
GeneralRe: VS2010 Chart Control Pin
Daniel Grunwald2-Jul-10 0:37
Daniel Grunwald2-Jul-10 0:37 
GeneralRe: VS2010 Chart Control Pin
DaveyM692-Jul-10 1:35
professionalDaveyM692-Jul-10 1:35 
GeneralRe: VS2010 Chart Control Pin
Pete O'Hanlon2-Jul-10 2:23
mvePete O'Hanlon2-Jul-10 2:23 
Questionto handle Multiple clients.... Pin
yum 20101-Jul-10 8:08
yum 20101-Jul-10 8:08 
AnswerThe hardest part of dealing with mulitple clients Pin
Ennis Ray Lynch, Jr.1-Jul-10 8:27
Ennis Ray Lynch, Jr.1-Jul-10 8:27 
Questionsending serialized listview over tcp Pin
teknolog1231-Jul-10 7:31
teknolog1231-Jul-10 7:31 
hi, I've been looking for a way to send a listview from server to client over tcp. I managed to serialize the listview but stuck on sending it through network.Below is the piece of code I could manage to write and still I don't know what to do how to receive that listview. Any help is appreciated

//Server side code
MemoryStream ms = new MemoryStream();
BinaryFormatter bf = new BinaryFormatter();
bf.Serialize(ms, lst);
byte[] byt = new byte[1024]; 
byt = ms.ToArray(); 
streamWrite.Write(byt); 

AnswerRe: sending serialized listview over tcp Pin
Not Active1-Jul-10 7:50
mentorNot Active1-Jul-10 7:50 
GeneralRe: sending serialized listview over tcp [modified] Pin
teknolog1231-Jul-10 8:10
teknolog1231-Jul-10 8:10 
QuestionHelp in Regular expressions Pin
shankbond1-Jul-10 6:53
shankbond1-Jul-10 6:53 
AnswerRe: Help in Regular expressions Pin
OriginalGriff1-Jul-10 8:46
mveOriginalGriff1-Jul-10 8:46 
GeneralRe: Help in Regular expressions Pin
shankbond1-Jul-10 18:24
shankbond1-Jul-10 18:24 
GeneralRe: Help in Regular expressions Pin
OriginalGriff1-Jul-10 21:49
mveOriginalGriff1-Jul-10 21:49 
GeneralRe: Help in Regular expressions Pin
shankbond4-Jul-10 1:10
shankbond4-Jul-10 1:10 
GeneralRe: Help in Regular expressions Pin
OriginalGriff1-Jul-10 22:04
mveOriginalGriff1-Jul-10 22:04 
GeneralRe: Help in Regular expressions Pin
shankbond4-Jul-10 1:08
shankbond4-Jul-10 1:08 
GeneralRe: Help in Regular expressions Pin
shankbond5-Jul-10 21:31
shankbond5-Jul-10 21:31 
QuestionLogin with access token in C# Pin
Etienne_1231-Jul-10 6:29
Etienne_1231-Jul-10 6:29 
QuestionTrying to Shut Down application Pin
PDTUM1-Jul-10 5:19
PDTUM1-Jul-10 5:19 
AnswerRe: Trying to Shut Down application Pin
I Believe In GOD1-Jul-10 5:37
I Believe In GOD1-Jul-10 5:37 
AnswerRe: Trying to Shut Down application Pin
PDTUM1-Jul-10 6:06
PDTUM1-Jul-10 6:06 
QuestionCant use System.Windows Pin
ayandelhi1-Jul-10 4:46
ayandelhi1-Jul-10 4:46 
AnswerRe: Cant use System.Windows Pin
Pete O'Hanlon1-Jul-10 4:50
mvePete O'Hanlon1-Jul-10 4:50 
GeneralRe: Cant use System.Windows Pin
ayandelhi1-Jul-10 4:53
ayandelhi1-Jul-10 4:53 

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.