Re: Finding IP address
- From: v-phuang@xxxxxxxxxxxxxxxxxxxx ("Peter Huang" [MSFT])
- Date: Mon, 11 Sep 2006 06:27:39 GMT
Hi Michael,
For the other Debug.Print, it is simple.
Change the Debug.WriteLine to LabelX.Text =
For the code below.
For Each s As String In ss
Debug.WriteLine(" " + s)
Next
We need to decided how many labels or which element we want in the ss
string array.
e.g.
If ss.Length > 1 Then
Label1.Text = ss(0)
End If
You may have a try and let me know the result. :)
Best regards,
Peter Huang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Re: Finding IP address
- From: "Peter Huang" [MSFT]
- Re: Finding IP address
- Prev by Date: Re: Async socket connection ends up in Unable to read data from....
- Next by Date: Re: Try to delete a worksheet in Excel
- Previous by thread: Re: Finding IP address
- Next by thread: Omar Abid
- Index(es):
Relevant Pages
|