Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
Generalcustom paging through a DataView Pin
clayne10-Sep-03 10:09
clayne10-Sep-03 10:09 
QuestionCreating a .tif tag with PropertyItem? Pin
RHamilton10-Sep-03 9:33
RHamilton10-Sep-03 9:33 
GeneralKeyboard hook + C# problem Pin
Ylis10-Sep-03 9:28
Ylis10-Sep-03 9:28 
GeneralRe: Keyboard hook + C# problem Pin
Donald_a10-Sep-03 23:51
Donald_a10-Sep-03 23:51 
GeneralRe: Keyboard hook + C# problem Pin
Donald_a10-Sep-03 23:56
Donald_a10-Sep-03 23:56 
GeneralRe: Keyboard hook + C# problem Pin
Ylis11-Sep-03 5:05
Ylis11-Sep-03 5:05 
GeneralRe: Keyboard hook + C# problem Pin
Anonymous12-Sep-03 6:01
Anonymous12-Sep-03 6:01 
Generalconvert ASCII into char Pin
devvvy10-Sep-03 7:17
devvvy10-Sep-03 7:17 
GeneralRe: convert ASCII into char Pin
Julian Bucknall [MSFT]10-Sep-03 8:50
Julian Bucknall [MSFT]10-Sep-03 8:50 
GeneralRe: convert ASCII into char Pin
berndg10-Sep-03 8:53
berndg10-Sep-03 8:53 
GeneralGet Content of Panel as Bitmap Pin
Mazdak10-Sep-03 6:28
Mazdak10-Sep-03 6:28 
GeneralText processing and parsing Pin
Den2Fly10-Sep-03 5:34
Den2Fly10-Sep-03 5:34 
GeneralRe: Text processing and parsing Pin
David Stone10-Sep-03 5:39
sitebuilderDavid Stone10-Sep-03 5:39 
GeneralThank you so much. /nt Pin
Den2Fly10-Sep-03 6:24
Den2Fly10-Sep-03 6:24 
GeneralWebService called by Java client Pin
Anonymous10-Sep-03 5:28
Anonymous10-Sep-03 5:28 
GeneralRe: WebService called by Java client Pin
Xiangyang Liu 刘向阳10-Sep-03 15:38
Xiangyang Liu 刘向阳10-Sep-03 15:38 
GeneralAsync model question Pin
Ryan Cromwell10-Sep-03 5:05
Ryan Cromwell10-Sep-03 5:05 
GeneralRe: Async model question Pin
Eric Gunnerson (msft)10-Sep-03 12:16
Eric Gunnerson (msft)10-Sep-03 12:16 
GeneralRe: Async model question Pin
Ryan Cromwell10-Sep-03 13:35
Ryan Cromwell10-Sep-03 13:35 
The problem arises when the client wants to stop listening. They've decided they no longer want to be a part of the chat session or the video stream or in my case the Trace/Debug broadcast. There very well may be more data "in a while", but the client/subscriber has chosen not to receive that data. I've implemented the Listener loop such that it handles ThreadAbort and does the socket.Shutdown and socket.Close in the finally of try...catch, but it doesn't seem right. I feel as if there should be an interrupt in there somewhere in the ReceiveFrom call on the socket. That's about the only other way to do it, but that's not built into the socket class, so oh well. Anyways, here's what we've got instead...


Generalsimple question... Pin
.gonad10-Sep-03 4:28
.gonad10-Sep-03 4:28 
GeneralRe: simple question... Pin
Nick Seng10-Sep-03 16:12
Nick Seng10-Sep-03 16:12 
GeneralEuros and decimal.Parse Pin
Simon_uk10-Sep-03 3:23
Simon_uk10-Sep-03 3:23 
GeneralRe: Euros and decimal.Parse Pin
Simon_uk10-Sep-03 22:34
Simon_uk10-Sep-03 22:34 
GeneralRe: Euros and decimal.Parse Pin
Member 9611-Sep-03 18:30
Member 9611-Sep-03 18:30 
GeneralStandardPrinter Pin
gecko2310-Sep-03 3:14
gecko2310-Sep-03 3:14 

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.