06-09-2009, 12:58 AM
when i try to make a 'server.exe' on the mirage server visual basic it says "Compile error: Metho of data not found*
after that..
it highlights '.Socket'
someone mention registering DLLs but i dont know how to do that
after that..
Code:
Public Function GetPlayerIP(ByVal Index As Long) As String
GetPlayerIP = frmServer.Socket(Index).RemoteHostIP
End Function
someone mention registering DLLs but i dont know how to do that