Click here to Skip to main content
16,004,836 members
Home / Discussions / C#
   

C#

 
Questionreplace Pin
arkiboys23-Feb-07 3:51
arkiboys23-Feb-07 3:51 
AnswerRe: replace Pin
Stefan Troschuetz23-Feb-07 3:55
Stefan Troschuetz23-Feb-07 3:55 
GeneralRe: replace Pin
arkiboys23-Feb-07 3:58
arkiboys23-Feb-07 3:58 
AnswerRe: replace Pin
Guffa23-Feb-07 4:15
Guffa23-Feb-07 4:15 
GeneralRe: replace Pin
arkiboys23-Feb-07 4:49
arkiboys23-Feb-07 4:49 
AnswerRe: replace Pin
Guffa23-Feb-07 5:47
Guffa23-Feb-07 5:47 
AnswerRe: replace Pin
kubben23-Feb-07 3:58
kubben23-Feb-07 3:58 
QuestionImplementing some broadcast udp protocol Pin
ohad_2923-Feb-07 3:28
ohad_2923-Feb-07 3:28 
Hi !

I need to implement udp protocol in C#/VB.net Win Forms that send some request to the broadcast address from specific port and then change to be client and receive multiple answers from the broadcast on the same specific port.
My questions are:
1.Is the first connection should use blocking (synchronous) functions ?
2.Should I close this first socket,and then open another one on the same port in order to get the broadcast answers ?
3.In which way should I get the broadcast answers:a.using asynchronous function and events like BeginSend/EndSend etc or b.using threads ?
4.How do I get multiple answers on the same port in this case ?

I will be glad to get answers/code snippets.

Tnx
AliJ

Questionscreen capture without DLLs Pin
likefood23-Feb-07 2:53
likefood23-Feb-07 2:53 
AnswerRe: screen capture without DLLs Pin
Martin#23-Feb-07 3:38
Martin#23-Feb-07 3:38 
GeneralRe: screen capture without DLLs Pin
likefood23-Feb-07 7:09
likefood23-Feb-07 7:09 
AnswerRe: screen capture without DLLs Pin
Judah Gabriel Himango23-Feb-07 4:41
sponsorJudah Gabriel Himango23-Feb-07 4:41 
Questionvalidation code Pin
grainneosul23-Feb-07 1:02
grainneosul23-Feb-07 1:02 
AnswerRe: validation code [modified] Pin
Hesham Amin23-Feb-07 1:28
Hesham Amin23-Feb-07 1:28 
GeneralRe: validation code Pin
grainneosul23-Feb-07 1:35
grainneosul23-Feb-07 1:35 
QuestionStopping User Control executing in Designer Pin
AJ12323-Feb-07 0:59
AJ12323-Feb-07 0:59 
AnswerRe: Stopping User Control executing in Designer Pin
Hesham Amin23-Feb-07 1:34
Hesham Amin23-Feb-07 1:34 
QuestionGet many values in a variable from database. Pin
Nekshan22-Feb-07 23:35
Nekshan22-Feb-07 23:35 
AnswerRe: Get many values in a variable from database. Pin
Harini N K22-Feb-07 23:57
Harini N K22-Feb-07 23:57 
AnswerRe: Get many values in a variable from database. Pin
virendra patel23-Feb-07 1:11
virendra patel23-Feb-07 1:11 
GeneralRe: Get many values in a variable from database. Pin
Nekshan25-Feb-07 19:32
Nekshan25-Feb-07 19:32 
GeneralRe: Get many values in a variable from database. Pin
virendra patel25-Feb-07 19:49
virendra patel25-Feb-07 19:49 
GeneralRe: Get many values in a variable from database. Pin
Nekshan25-Feb-07 20:00
Nekshan25-Feb-07 20:00 
GeneralRe: Get many values in a variable from database. Pin
virendra patel25-Feb-07 20:04
virendra patel25-Feb-07 20:04 
GeneralRe: Get many values in a variable from database. Pin
virendra patel25-Feb-07 21:19
virendra patel25-Feb-07 21: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.