function Main()
WSAStartup()
MsgInfo( GetHostByName( "www.fivetechsoft.com" ) )
WSACleanup()
return nil
Antonio Linares wrote:Vikthor,
If your Pocket PC network is properly setup, then this code should work fine:
- Code: Select all Expand view
function Main()
WSAStartup()
MsgInfo( GetHostByName( "www.fivetechsoft.com" ) )
WSACleanup()
return nil
Return to FiveWin for Pocket PC
Users browsing this forum: No registered users and 11 guests