Supercool
Supercool
CC#
Created by Supercool on 3/30/2025 in #help
how do I send data back and forth
ok how do i use strings to connect
13 replies
CC#
Created by Supercool on 3/30/2025 in #help
how do I send data back and forth
namespace cool_admin_tool { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { string ip = richTextBox1.Text; string port = richTextBox2.Text; //I need to connnect the stuff and open a new form if the connection is successful to send data } } }
13 replies
CC#
Created by Supercool on 3/30/2025 in #help
how do I send data back and forth
I'm trying to make an admin system I'm trying to send data back and forth to run commands on employees work computers the administration is receiving the data
13 replies