Click here to Skip to main content
15,925,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: setup project Pin
Lisana21-Apr-05 2:55
Lisana21-Apr-05 2:55 
QuestionHow To Make An Application A Service In VB 6 Pin
usmanmir18-Apr-05 0:13
usmanmir18-Apr-05 0:13 
AnswerRe: How To Make An Application A Service In VB 6 Pin
jonathan1518-Apr-05 1:45
jonathan1518-Apr-05 1:45 
AnswerRe: How To Make An Application A Service In VB 6 Pin
GuruPandian18-Apr-05 2:15
GuruPandian18-Apr-05 2:15 
GeneralSockets - Client IP Address in VB.Net Pin
bgm229117-Apr-05 23:04
bgm229117-Apr-05 23:04 
GeneralRe: Sockets - Client IP Address in VB.Net Pin
Dave Kreskowiak18-Apr-05 4:27
mveDave Kreskowiak18-Apr-05 4:27 
GeneralRe: Sockets - Client IP Address in VB.Net Pin
bgm229118-Apr-05 5:18
bgm229118-Apr-05 5:18 
GeneralRe: Sockets - Client IP Address in VB.Net Pin
Dave Kreskowiak18-Apr-05 6:09
mveDave Kreskowiak18-Apr-05 6:09 
Your code is calling AcceptTcpClient, which returns a TcpClient object, which exposes a protected property called Client, which returns the underlying socket connection that is automatically created and managed for you by the TcpClient object.

The code I posted wasn't meant to be copyed and pasted into your code. You have to follow the object chain, using your own object names, to figure out the exact syntax. There IS a socket underlying a TcpClient object. Just get your hands on it and use its RemoteEndPoint property to get at the Address

Client property docs[^]


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Sockets - Client IP Address in VB.Net Pin
bgm229118-Apr-05 8:26
bgm229118-Apr-05 8:26 
GeneralRe: Sockets - Client IP Address in VB.Net Pin
Dave Kreskowiak18-Apr-05 17:22
mveDave Kreskowiak18-Apr-05 17:22 
GeneralVisual Basic form Pin
husman17-Apr-05 22:57
husman17-Apr-05 22:57 
GeneralRe: Visual Basic form Pin
Anonymous18-Apr-05 0:19
Anonymous18-Apr-05 0:19 
GeneralVisual Basic 6.0 Pin
husman17-Apr-05 22:53
husman17-Apr-05 22:53 
GeneralRe: Visual Basic 6.0 Pin
Dave Kreskowiak18-Apr-05 4:16
mveDave Kreskowiak18-Apr-05 4:16 
GeneralRe: Visual Basic 6.0 Pin
jonathan1518-Apr-05 22:54
jonathan1518-Apr-05 22:54 
GeneralRe: Visual Basic 6.0 Pin
Dave Kreskowiak19-Apr-05 2:27
mveDave Kreskowiak19-Apr-05 2:27 
GeneralDisplaying mdi child forms from within dynamic plugins Pin
Madvanman17-Apr-05 22:43
Madvanman17-Apr-05 22:43 
GeneralRe: Displaying mdi child forms from within dynamic plugins Pin
Dave Kreskowiak18-Apr-05 4:11
mveDave Kreskowiak18-Apr-05 4:11 
GeneralRe: Displaying mdi child forms from within dynamic plugins Pin
Madvanman18-Apr-05 5:45
Madvanman18-Apr-05 5:45 
GeneralRe: Displaying mdi child forms from within dynamic plugins Pin
Dave Kreskowiak18-Apr-05 6:31
mveDave Kreskowiak18-Apr-05 6:31 
Generallistview Pin
ingwaar17-Apr-05 21:51
ingwaar17-Apr-05 21:51 
GeneralRe: listview Pin
Dave Kreskowiak18-Apr-05 4:08
mveDave Kreskowiak18-Apr-05 4:08 
GeneralColor of ScrollBar Pin
Anonymous17-Apr-05 21:39
Anonymous17-Apr-05 21:39 
GeneralRe: Color of ScrollBar Pin
Dave Kreskowiak18-Apr-05 4:07
mveDave Kreskowiak18-Apr-05 4:07 
GeneralGetting Values From another Form dialog Pin
Anonymous17-Apr-05 20:36
Anonymous17-Apr-05 20:36 

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.