Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to record keyboard Pin
Mazdak28-Jan-04 9:43
Mazdak28-Jan-04 9:43 
GeneralRe: How to record keyboard Pin
jacal9928-Jan-04 9:54
jacal9928-Jan-04 9:54 
GeneralTextBox Capture property is automatically set to false Pin
Manobal28-Jan-04 8:27
Manobal28-Jan-04 8:27 
GeneralRe: TextBox Capture property is automatically set to false Pin
Heath Stewart28-Jan-04 11:34
protectorHeath Stewart28-Jan-04 11:34 
GeneralRe: TextBox Capture property is automatically set to false Pin
Manobal28-Jan-04 12:18
Manobal28-Jan-04 12:18 
GeneralRe: TextBox Capture property is automatically set to false Pin
Heath Stewart28-Jan-04 12:21
protectorHeath Stewart28-Jan-04 12:21 
Generalon which port the applacition is running Pin
obaidullah28-Jan-04 8:00
obaidullah28-Jan-04 8:00 
GeneralRe: on which port the applacition is running Pin
Heath Stewart28-Jan-04 11:43
protectorHeath Stewart28-Jan-04 11:43 
If your application binds to a port in order to listen, your application should already know which port and / or address it's binding to, or if you specify 0 for the port and IPAddress.Any for the address, you can retrieve the Socket.LocalEndPoint property to determine which address and port were selected by the service provider.

If you're connecting to another sock (and have not used Bind to pick a specific port), you should still be able to use Socket.LocalEndPoint to determine which address and port were used.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralFrontPage Web Connection Pin
Adam Hable28-Jan-04 7:27
Adam Hable28-Jan-04 7:27 
GeneralRe: FrontPage Web Connection Pin
Heath Stewart28-Jan-04 11:39
protectorHeath Stewart28-Jan-04 11:39 
GeneralRe: FrontPage Web Connection Pin
Adam Hable28-Jan-04 15:36
Adam Hable28-Jan-04 15:36 
GeneralRe: FrontPage Web Connection Pin
Heath Stewart29-Jan-04 2:18
protectorHeath Stewart29-Jan-04 2:18 
GeneralRe: FrontPage Web Connection Pin
Adam Hable29-Jan-04 4:02
Adam Hable29-Jan-04 4:02 
GeneralRe: FrontPage Web Connection Pin
Heath Stewart29-Jan-04 4:31
protectorHeath Stewart29-Jan-04 4:31 
QuestionIs COM Interop futureproof? Pin
DavidDunning28-Jan-04 6:40
DavidDunning28-Jan-04 6:40 
AnswerRe: Is COM Interop futureproof? Pin
Heath Stewart28-Jan-04 6:52
protectorHeath Stewart28-Jan-04 6:52 
GeneralC# DataBase Question Pin
mweston28-Jan-04 5:34
mweston28-Jan-04 5:34 
GeneralRe: C# DataBase Question Pin
Mazdak28-Jan-04 5:49
Mazdak28-Jan-04 5:49 
GeneralRe: C# DataBase Question Pin
Heath Stewart28-Jan-04 6:38
protectorHeath Stewart28-Jan-04 6:38 
GeneralRe: C# DataBase Question Pin
scadaguy28-Jan-04 7:26
scadaguy28-Jan-04 7:26 
GeneralRe: C# DataBase Question Pin
Anonymous28-Jan-04 16:06
Anonymous28-Jan-04 16:06 
GeneralresX Files Pin
gordingin28-Jan-04 5:30
gordingin28-Jan-04 5:30 
GeneralRe: resX Files Pin
Heath Stewart28-Jan-04 6:32
protectorHeath Stewart28-Jan-04 6:32 
GeneralRe: resX Files Pin
gordingin28-Jan-04 6:37
gordingin28-Jan-04 6:37 
GeneralRe: resX Files Pin
Heath Stewart28-Jan-04 6:42
protectorHeath Stewart28-Jan-04 6:42 

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.