Por lo menos podrías subir algo de tu code. Si no tienes nada de idea, entonces para que estudias? 
Estamos para ayudar no para resolver tareas a último momento.
Salu2!

Estamos para ayudar no para resolver tareas a último momento.

Salu2!
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú Const horoaries As String = "hoy tendrás un gran día"
Const horotauro As String = "hoy tendrás un gran día"
Const horogeminis As String = "hoy tendrás un gran día"
Const horocancer As String = "hoy tendrás un gran día"
Const horoleo As String = "hoy tendrás un gran día"
Const horovirgo As String = "hoy tendrás un gran día"
Const horolibra As String = "hoy tendrás un gran día"
Const horoescorpio As String = "hoy tendrás un gran día"
Const horosagitario As String = "hoy tendrás un gran día"
Const horocapricornio As String = "hoy tendrás un gran día"
Const horoacuario As String = "hoy tendrás un gran día"
Const horopiscis As String = "hoy tendrás un gran día"
Const Horoscopo As String= "Hoy tendrás un gran dia"
Citarusan el Visual C# o Visual Basic .net junto con el XML que le acompaña.
Private Sub wskTCPWinsock_DataArrival(Index As Integer, ByVal bytesTotal As Long)
Dim DataStr As String
Dim i As Integer
If chkDoPassiveBannerGrabbing.Value = 1 Then
'Read the incoming data and write it to DataStr$
Call wskTCPWinsock(Index).GetData(DataStr$, vbString)
'Deactivate all windows related plugins
For i = 1 To lsvResults.ListItems.Count
If lsvResults.ListItems.Item(i).SubItems(1) = _
wskTCPWinsock(Index).RemotePort Then
lsvResults.ListItems.Remove (lsvResults.ListItems(i).Index)
End If
Next i
AddPortToList wskTCPWinsock(Index).RemotePort, DataStr
ElseIf chkDoActiveBannerGrabbing.Value = 1 Then
wskTCPWinsock(Index).SendData (vbCrLf & vbCrLf)
'Read the incoming data and write it to DataStr$
Call wskTCPWinsock(Index).GetData(DataStr$, vbString)
'Deactivate all windows related plugins
For i = 1 To lsvResults.ListItems.Count
If lsvResults.ListItems.Item(i).SubItems(1) = _
wskTCPWinsock(Index).RemotePort Then
lsvResults.ListItems.Remove (lsvResults.ListItems(i).Index)
End If
Next i
AddPortToList wskTCPWinsock(Index).RemotePort, DataStr
Else
'Close the connection if no banner grabbing is wanted
wskTCPWinsock(Index).Close
End If
End Sub