Click here to Skip to main content
16,018,418 members
Home / Discussions / C#
   

C#

 
AnswerRe: Mouse Capture in a Panel ? Pin
HappyFunBall25-Feb-07 2:28
HappyFunBall25-Feb-07 2:28 
QuestionWebcam & Microphone Pin
Abu Syed Khan24-Feb-07 14:00
Abu Syed Khan24-Feb-07 14:00 
AnswerRe: Webcam & Microphone Pin
zafersavas24-Feb-07 20:50
zafersavas24-Feb-07 20:50 
QuestionRemoting Issue Pin
Tauseef A24-Feb-07 12:21
Tauseef A24-Feb-07 12:21 
AnswerRe: Remoting Issue Pin
S. Senthil Kumar25-Feb-07 6:17
S. Senthil Kumar25-Feb-07 6:17 
QuestionChanging Tab Width in TabControl Pin
royk12324-Feb-07 12:16
royk12324-Feb-07 12:16 
AnswerRe: Changing Tab Width in TabControl Pin
il_masacratore26-Feb-07 3:37
il_masacratore26-Feb-07 3:37 
QuestionUdpClient class question? (How to release the bound port) [modified] Pin
zafersavas24-Feb-07 11:59
zafersavas24-Feb-07 11:59 
Hi all,
I have a problem with the udpClient class. Here are the details.
I am creating an instance of udpClient class with the following constructer;
UdpClient myUdp = new UdpClient();
// I don't want to use the constructer "UdpClient myUdp = new UdpClient(localPortNo);"

So
1) what is the method that I should call to assign my listening port (local port number) for incoming udp packets?
2) How can unbind the port without deallocating all the sources related to the socket? i.e If I close my socket with the "close()" method than all the resources related to the socket are made free. Instead I just want to release the local port.

Best Regards
zafersavas




-- modified at 18:08 Saturday 24th February, 2007
AnswerRe: UdpClient class question? (How to release the bound port) Pin
Wayne Phipps25-Feb-07 5:54
Wayne Phipps25-Feb-07 5:54 
QuestionReferencing Web User Control Pin
Expert Coming24-Feb-07 11:02
Expert Coming24-Feb-07 11:02 
AnswerRe: Referencing Web User Control Pin
Christian Graus24-Feb-07 11:10
protectorChristian Graus24-Feb-07 11:10 
GeneralRe: Referencing Web User Control Pin
Expert Coming24-Feb-07 11:35
Expert Coming24-Feb-07 11:35 
GeneralRe: Referencing Web User Control Pin
Christian Graus24-Feb-07 12:36
protectorChristian Graus24-Feb-07 12:36 
QuestionGeneral question about object reference in C# \ .NET Framework Pin
Yanshof24-Feb-07 10:08
Yanshof24-Feb-07 10:08 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Larantz24-Feb-07 10:49
Larantz24-Feb-07 10:49 
GeneralRe: General question about object reference in C# \ .NET Framework Pin
Guffa24-Feb-07 11:07
Guffa24-Feb-07 11:07 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Guffa24-Feb-07 10:57
Guffa24-Feb-07 10:57 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Christian Graus24-Feb-07 11:05
protectorChristian Graus24-Feb-07 11:05 
Questionaccessing control of one form from another form Pin
Saira Tanwir24-Feb-07 9:51
Saira Tanwir24-Feb-07 9:51 
AnswerRe: accessing control of one form from another form Pin
Larantz24-Feb-07 11:00
Larantz24-Feb-07 11:00 
GeneralRe: accessing control of one form from another form Pin
Saira Tanwir24-Feb-07 22:50
Saira Tanwir24-Feb-07 22:50 
AnswerRe: accessing control of one form from another form Pin
Christian Graus24-Feb-07 11:08
protectorChristian Graus24-Feb-07 11:08 
QuestionMove icon Pin
CodeItWell24-Feb-07 8:38
CodeItWell24-Feb-07 8:38 
AnswerRe: Move icon Pin
Luc Pattyn24-Feb-07 11:11
sitebuilderLuc Pattyn24-Feb-07 11:11 
QuestionIf value true then Button Next, Pin
dayavu24-Feb-07 8:22
dayavu24-Feb-07 8:22 

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.