Runtime Error 438
Object doesn't support this property or method
I'm developing an online game, i trying to send all this data in a constructor, that's why i created player class.
an apology for my bad english.
Object doesn't support this property or method
Code:
Dim player As New player
player.nivel = 1
player.nombre = "Yuekio"
player.x = 23
player.y = 23
Winsock1.SendData (player) <--
an apology for my bad english.