Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichTextBox- :(( Pin
RongNK17-Jul-09 5:39
RongNK17-Jul-09 5:39 
GeneralRe: RichTextBox- :(( Pin
DoctorMick17-Jul-09 6:19
DoctorMick17-Jul-09 6:19 
AnswerRe: RichTextBox- :(( Pin
Luc Pattyn17-Jul-09 10:07
sitebuilderLuc Pattyn17-Jul-09 10:07 
QuestionControl Timer is not work ?? Pin
anhhuynokia17-Jul-09 4:17
anhhuynokia17-Jul-09 4:17 
AnswerRe: Control Timer is not work ?? Pin
musefan17-Jul-09 4:25
musefan17-Jul-09 4:25 
AnswerRe: Control Timer is not work ?? Pin
ddecoy17-Jul-09 4:27
ddecoy17-Jul-09 4:27 
AnswerRe: Control Timer is not work ?? Pin
OriginalGriff17-Jul-09 4:27
mveOriginalGriff17-Jul-09 4:27 
AnswerRe: Control Timer is not work ?? Pin
Luc Pattyn17-Jul-09 10:29
sitebuilderLuc Pattyn17-Jul-09 10:29 
Hi,

"is not work" doesn't tell us anything, we need hard facts in order to provide specific help.
Lacking that, one can only provide general advice, such as:

- learn how to debug
- improve the observability of your code, i.e. make visible what is going on. You can insert extra statements for that purpose, such as Console.WriteLine("I am here"); when running inside Visual Studio; or MessageBox.Show which I don't like because you only see one at a time, and don't get a historic summary.

Things to look for:
- is Received running at all?
- what is the value of byteRead?
- what is the value of sReply?
- what is the value of sProtocol?

Did you notice I covered your code top-down? The goal is to see which parts work fine, and what is the first statement that doesn't perform as you expect.

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: Control Timer is not work ?? Pin
anhhuynokia17-Jul-09 18:06
anhhuynokia17-Jul-09 18:06 
Questionenumerate local group membership on a member server Pin
caiena17-Jul-09 3:55
caiena17-Jul-09 3:55 
QuestionText size in WebBrowser control Pin
Branislav Vidovic17-Jul-09 2:44
Branislav Vidovic17-Jul-09 2:44 
AnswerRe: Text size in WebBrowser control Pin
Adam R Harris17-Jul-09 8:46
Adam R Harris17-Jul-09 8:46 
GeneralRe: Text size in WebBrowser control Pin
Adam R Harris17-Jul-09 10:53
Adam R Harris17-Jul-09 10:53 
GeneralRe: Text size in WebBrowser control Pin
Branislav Vidovic19-Jul-09 12:42
Branislav Vidovic19-Jul-09 12:42 
AnswerRe: Text size in WebBrowser control Pin
Luc Pattyn17-Jul-09 10:33
sitebuilderLuc Pattyn17-Jul-09 10:33 
QuestionAdding items at bottom in List View Pin
BalajiRamasamy17-Jul-09 1:44
BalajiRamasamy17-Jul-09 1:44 
AnswerRe: Adding items at bottom in List View Pin
OriginalGriff17-Jul-09 1:46
mveOriginalGriff17-Jul-09 1:46 
AnswerRe: Adding items at bottom in List View Pin
Baeltazor17-Jul-09 1:55
Baeltazor17-Jul-09 1:55 
GeneralRe: Adding items at bottom in List View Pin
BalajiRamasamy17-Jul-09 2:10
BalajiRamasamy17-Jul-09 2:10 
AnswerRe: Adding items at bottom in List View Pin
OkkiePepernoot17-Jul-09 2:36
OkkiePepernoot17-Jul-09 2:36 
QuestionFind Internet Server IP address Pin
vasanth arivali17-Jul-09 1:25
vasanth arivali17-Jul-09 1:25 
AnswerRe: Find Internet Server IP address Pin
Luc Pattyn17-Jul-09 1:44
sitebuilderLuc Pattyn17-Jul-09 1:44 
GeneralRe: Find Internet Server IP address Pin
vasanth arivali17-Jul-09 2:30
vasanth arivali17-Jul-09 2:30 
AnswerRe: Find Internet Server IP address Pin
OriginalGriff17-Jul-09 1:44
mveOriginalGriff17-Jul-09 1:44 
AnswerRe: Find Internet Server IP address Pin
Mirko198017-Jul-09 1:52
Mirko198017-Jul-09 1:52 

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.