Cesar_Morisco Active Member May 13, 2023 #1 Hello Is there a way to connect using automatic Socket without using the connect button Examples using IP PORT Thanks
Hello Is there a way to connect using automatic Socket without using the connect button Examples using IP PORT Thanks
Erel B4X founder Staff member Licensed User Longtime User May 14, 2023 #2 I'm not sure that I understand the question. If your device is connected to a wifi network then you don't need a button in order to make a TCP/IP connection. Upvote 0
I'm not sure that I understand the question. If your device is connected to a wifi network then you don't need a button in order to make a TCP/IP connection.
Cesar_Morisco Active Member May 14, 2023 #3 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
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
Cesar_Morisco Active Member May 14, 2023 #4 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
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