Click here to Skip to main content
15,887,320 members
Home / Discussions / C#
   

C#

 
GeneralRe: Evaluate a String that contains code Pin
Chad Roeder26-Aug-09 8:58
Chad Roeder26-Aug-09 8:58 
QuestionGridview Pin
mjawadkhatri19-Aug-09 20:59
mjawadkhatri19-Aug-09 20:59 
AnswerRe: Gridview Pin
HimanshuJoshi19-Aug-09 21:04
HimanshuJoshi19-Aug-09 21:04 
AnswerRe: Gridview Pin
Vimalsoft(Pty) Ltd19-Aug-09 22:20
professionalVimalsoft(Pty) Ltd19-Aug-09 22:20 
AnswerRe: Gridview Pin
padmanabhan N19-Aug-09 22:43
padmanabhan N19-Aug-09 22:43 
AnswerRe: Gridview Pin
wyj12020-Aug-09 0:40
wyj12020-Aug-09 0:40 
QuestionNetworkStream problem... Pin
Trapper-Hell19-Aug-09 20:43
Trapper-Hell19-Aug-09 20:43 
AnswerRe: NetworkStream problem... Pin
Luc Pattyn19-Aug-09 22:51
sitebuilderLuc Pattyn19-Aug-09 22:51 
So from two lines of code, each running on a different PC, someone should come up with a solution?

We would need:
- the entire code of the method that writes the data, and its context (which thread, how is it triggered, etc)
- the entire code of the method that reads the data, and its context
- the declaration and initialization of everything involved in the communication
- information on how both PCs are connected
- information on the data written each time: is it text? binary data? how much? what does it represent?
- at best an example of one data message

Your earlier code was terrible:
- you abused CanRead and CanWrite properties
- you had some kind of throttling with a while loop that could not possibly work reliably.
etc.

So, I suggest you be very much more specific, and you might get a decent answer.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: NetworkStream problem... Pin
Trapper-Hell23-Aug-09 21:07
Trapper-Hell23-Aug-09 21:07 
GeneralRe: NetworkStream problem... Pin
Luc Pattyn24-Aug-09 0:38
sitebuilderLuc Pattyn24-Aug-09 0:38 
GeneralRe: NetworkStream problem... Pin
Trapper-Hell24-Aug-09 2:30
Trapper-Hell24-Aug-09 2:30 
GeneralRe: NetworkStream problem... Pin
Luc Pattyn24-Aug-09 2:36
sitebuilderLuc Pattyn24-Aug-09 2:36 
GeneralRe: NetworkStream problem... Pin
Trapper-Hell24-Aug-09 20:06
Trapper-Hell24-Aug-09 20:06 
GeneralRe: NetworkStream problem... Pin
Luc Pattyn24-Aug-09 23:49
sitebuilderLuc Pattyn24-Aug-09 23:49 
QuestionWin Form - resize form problem Pin
Gindi Bar Yahav19-Aug-09 19:41
Gindi Bar Yahav19-Aug-09 19:41 
AnswerRe: Win Form - resize form problem Pin
dan!sh 19-Aug-09 20:14
professional dan!sh 19-Aug-09 20:14 
AnswerRe: Win Form - resize form problem Pin
darkelv19-Aug-09 20:15
darkelv19-Aug-09 20:15 
GeneralRe: Win Form - resize form problem Pin
Gindi Bar Yahav19-Aug-09 20:30
Gindi Bar Yahav19-Aug-09 20:30 
GeneralRe: Win Form - resize form problem Pin
dan!sh 19-Aug-09 20:42
professional dan!sh 19-Aug-09 20:42 
GeneralRe: Win Form - resize form problem Pin
darkelv19-Aug-09 21:37
darkelv19-Aug-09 21:37 
AnswerRe: Win Form - resize form problem Pin
Trapper-Hell19-Aug-09 20:49
Trapper-Hell19-Aug-09 20:49 
QuestionResource File Help Pin
Dushan12319-Aug-09 18:12
Dushan12319-Aug-09 18:12 
AnswerRe: Resource File Help Pin
Christian Graus19-Aug-09 18:23
protectorChristian Graus19-Aug-09 18:23 
Questionusing DOM how to identify the link that is clicked? Pin
Jacobb Michael19-Aug-09 17:54
Jacobb Michael19-Aug-09 17:54 
QuestionHealth monitoring server up or down and logging to database Pin
ramindya19-Aug-09 13:37
ramindya19-Aug-09 13:37 

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.