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

C#

 
AnswerRe: Changing the colour & font of (null) value datagrid entries Pin
Heath Stewart5-Oct-05 8:43
protectorHeath Stewart5-Oct-05 8:43 
QuestionAdding a chart to my form Pin
james3775-Oct-05 6:25
james3775-Oct-05 6:25 
AnswerRe: Adding a chart to my form Pin
enjoycrack5-Oct-05 14:24
enjoycrack5-Oct-05 14:24 
GeneralRe: Adding a chart to my form Pin
james3776-Oct-05 7:16
james3776-Oct-05 7:16 
GeneralRe: Adding a chart to my form Pin
enjoycrack6-Oct-05 10:43
enjoycrack6-Oct-05 10:43 
Questionpaste/insert text at cursor position in a rich text box Pin
Agyeman5-Oct-05 6:13
Agyeman5-Oct-05 6:13 
AnswerRe: paste/insert text at cursor position in a rich text box Pin
Heath Stewart5-Oct-05 8:39
protectorHeath Stewart5-Oct-05 8:39 
QuestionSocket.BeginSend and AsyncCallBack Delegate problems Pin
Lilli Alexis5-Oct-05 5:57
Lilli Alexis5-Oct-05 5:57 
I have an asynchronis socket class written by my manager that uses Socket.BeginSend(...) to send messages over the socket. He uses this overload of the function:
public IAsyncResult BeginSend(
byte[] buffer,
int offset,
int size,
SocketFlags socketFlags,
AsyncCallback callback,
object state
);
where the delegate callBack should call another function in the code, HandleSend, which does some important things after a packet is sent. The program goes all the way through the BeginSend function, but randomly, the callBack delegate seems to stop calling HandleSend. I am not sure if this is the problem, but it really looks that way. I don't think I understand how the function BeginSend works in conjunction with the AsyncCallBack delegate. Could there be a thread safe problem with this logic?
Please help!
Thanks,
Lilli
Questionpaste/insert text at cursor position in a rich text box Pin
Agyeman5-Oct-05 5:34
Agyeman5-Oct-05 5:34 
AnswerRe: paste/insert text at cursor position in a rich text box Pin
mav.northwind5-Oct-05 8:24
mav.northwind5-Oct-05 8:24 
GeneralRe: paste/insert text at cursor position in a rich text box Pin
Agyeman5-Oct-05 8:34
Agyeman5-Oct-05 8:34 
QuestionHow to place line cap code for arrow?? Pin
...---...5-Oct-05 5:13
...---...5-Oct-05 5:13 
AnswerRe: How to place line cap code for arrow?? Pin
Andy Moore5-Oct-05 6:37
Andy Moore5-Oct-05 6:37 
GeneralRe: How to place line cap code for arrow?? Pin
...---...5-Oct-05 6:45
...---...5-Oct-05 6:45 
GeneralRe: How to place line cap code for arrow?? Pin
Andy Moore5-Oct-05 6:57
Andy Moore5-Oct-05 6:57 
AnswerRe: How to place line cap code for arrow?? Pin
Robert Rohde5-Oct-05 8:31
Robert Rohde5-Oct-05 8:31 
GeneralRe: How to place line cap code for arrow?? Pin
...---...5-Oct-05 8:36
...---...5-Oct-05 8:36 
GeneralRe: How to place line cap code for arrow?? Pin
Robert Rohde5-Oct-05 11:04
Robert Rohde5-Oct-05 11:04 
QuestionSuggestions for modeling Pin
mikker_1235-Oct-05 4:30
mikker_1235-Oct-05 4:30 
QuestionPictureBox Pin
PHDENG815-Oct-05 4:24
PHDENG815-Oct-05 4:24 
AnswerRe: PictureBox Pin
Niklas Ulvinge5-Oct-05 5:03
Niklas Ulvinge5-Oct-05 5:03 
AnswerRe: PictureBox Pin
Anudeep Jaiswal - MCA7-Sep-10 7:10
Anudeep Jaiswal - MCA7-Sep-10 7:10 
QuestionApache & C# Web Pages Pin
StrayGrey5-Oct-05 3:24
StrayGrey5-Oct-05 3:24 
AnswerRe: Apache & C# Web Pages Pin
enjoycrack5-Oct-05 14:28
enjoycrack5-Oct-05 14:28 
QuestionApache & C# Web Pages Pin
StrayGrey5-Oct-05 3:19
StrayGrey5-Oct-05 3:19 

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.