Android Question connect using automatic Socket without using the connect button

Cesar_Morisco

Active Member
Licensed User
Longtime User
Hello Is there a way to connect using automatic Socket without using the connect button Examples using IP PORT
Thanks
 

Cesar_Morisco

Active Member
Licensed User
Longtime User
Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("1") Socket1.Initialize("Socket1") IP_Conect = IP_Text.Text Port_Conect = Port_text. Texto Socket1.Connect(IP_Conect,Port_Conect,500000) Sub final:
[/CÓDIGO]Obrigado pela resposta. Posso usar Exemplos
 
Upvote 0

Cesar_Morisco

Active Member
Licensed User
Longtime User
Muito Obrigado
Eu fiz essa pergunta porque quase todo App que eu vejo tem um botão para se conectar ao IP
eu agradeço
 
Upvote 0
Top