Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
QuestionHow can I add , update , delete a row Pin
skywen16-Sep-04 16:51
skywen16-Sep-04 16:51 
AnswerRe: How can I add , update , delete a row Pin
sreejith ss nair16-Sep-04 23:59
sreejith ss nair16-Sep-04 23:59 
AnswerRe: How can I add , update , delete a row Pin
Kodanda Pani17-Sep-04 21:06
Kodanda Pani17-Sep-04 21:06 
QuestionHow do i force a control to only exist in the component tray? Pin
FocusedWolf16-Sep-04 15:59
FocusedWolf16-Sep-04 15:59 
GeneralServer application Pin
qigong516-Sep-04 13:37
qigong516-Sep-04 13:37 
GeneralRe: Server application Pin
Salil Khedkar20-Sep-04 1:18
Salil Khedkar20-Sep-04 1:18 
GeneralRe: Server application Pin
qigong516-Sep-04 16:57
qigong516-Sep-04 16:57 
GeneralRe: Server application Pin
Tim Kohler17-Sep-04 9:57
Tim Kohler17-Sep-04 9:57 
Check out some of the socket example here in the networking section for C#. You will basically need to set up an asynchronous socket listener on the port # you want the UNIX clients to send messages to. It's a good thing they all send on the same port as that means you will only need to listen on one.

In addition you'll need to format your application level messages to make sure you get a whole message before doing something with it. I suspect your UNIX clients will terminate each individual transmission with some sort of control character. So on your end you'll need to receive until you read in that control char.

Hope this helps!
GeneralComboBox within a Listbox Pin
pkunkrocker16-Sep-04 13:19
pkunkrocker16-Sep-04 13:19 
GeneralRe: ComboBox within a Listbox Pin
sreejith ss nair16-Sep-04 20:29
sreejith ss nair16-Sep-04 20:29 
GeneralSimple Console App. Pin
Milan200716-Sep-04 13:12
Milan200716-Sep-04 13:12 
GeneralRe: Simple Console App. Pin
Heath Stewart16-Sep-04 13:29
protectorHeath Stewart16-Sep-04 13:29 
GeneralCopy Nonstandard Type to Clipboard Pin
McClamm16-Sep-04 11:17
McClamm16-Sep-04 11:17 
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Nick Parker16-Sep-04 11:34
protectorNick Parker16-Sep-04 11:34 
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Heath Stewart16-Sep-04 13:18
protectorHeath Stewart16-Sep-04 13:18 
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Anonymous17-Sep-04 5:23
Anonymous17-Sep-04 5:23 
Generalhelp in find and show a list of files Pin
Anonymous16-Sep-04 10:07
Anonymous16-Sep-04 10:07 
GeneralMP3 Duration Pin
RichGuk16-Sep-04 9:19
RichGuk16-Sep-04 9:19 
GeneralRe: MP3 Duration Pin
Heath Stewart16-Sep-04 9:32
protectorHeath Stewart16-Sep-04 9:32 
GeneralDTS Programming Pin
stan2816-Sep-04 8:57
stan2816-Sep-04 8:57 
GeneralRe: DTS Programming Pin
Daniel Turini16-Sep-04 12:02
Daniel Turini16-Sep-04 12:02 
GeneralRe: DTS Programming Pin
stan2817-Sep-04 2:59
stan2817-Sep-04 2:59 
GeneralRe: DTS Programming Pin
stan2817-Sep-04 13:34
stan2817-Sep-04 13:34 
GeneralRe: DTS Programming Pin
stan288-Oct-04 2:40
stan288-Oct-04 2:40 
GeneralWhich Row/Col When Mouse Hovers/Moves over DataGrid? Please! Pin
Khang Nguyen16-Sep-04 6:17
Khang Nguyen16-Sep-04 6:17 

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.