L
lcl_003
Unregistered / Unconfirmed
GUEST, unregistred user!
我想用SOCKET控件实现网络通信,CLIENT与SERVER在同一窗体,由CLIENT发出命令,
弹出另外一个窗体,输入数据后返回,一般返回用的SOCKET.SENDTEXT,但我在这个新的
窗体中调用不了SOCKET!请高手帮帮忙!很急!
data:=tStringList.Create;
data.Clear;
data.Values['1']:=Edit1.Text;
data.Values['2']:=Edit2.Text;
data.Values['3']:=Edit3.Text;
data.Values['4']:=Edit4.Text;
data.Values['5']:=Edit5.Text;
socket.sendtext(data.Text); //就是这里
NETForm3.Close;
弹出另外一个窗体,输入数据后返回,一般返回用的SOCKET.SENDTEXT,但我在这个新的
窗体中调用不了SOCKET!请高手帮帮忙!很急!
data:=tStringList.Create;
data.Clear;
data.Values['1']:=Edit1.Text;
data.Values['2']:=Edit2.Text;
data.Values['3']:=Edit3.Text;
data.Values['4']:=Edit4.Text;
data.Values['5']:=Edit5.Text;
socket.sendtext(data.Text); //就是这里
NETForm3.Close;