Hey All,
Some of you might know about the AutoTalker I released last week or so... I am now trying to make it work while minimized, and I stumbled on the ControlSend function. Now here is what I wrote
$text being the text that we are trying to send...
Ok and the Edit1 is the ControlID... This is what I didn't get. Would it be TextBox1 in the case of conquer?
EDIT: Wouldn't it be TextBox2 accually because I don't want it going in the name to talk to box... Or would it just be Text2?)[/code]
Ok and the Edit1 is the ControlID... This is what I didn't get. Would it be TextBox1 in the case of conquer?
EDIT: Wouldn't it be TextBox2 accually because I don't want it going in the name to talk to box... Or would it just be Text2?
Some of you might know about the AutoTalker I released last week or so... I am now trying to make it work while minimized, and I stumbled on the ControlSend function. Now here is what I wrote
$text being the text that we are trying to send...
Code:
ControlSend("[Conquer 2.0]", "", "Edit1", "" &Hey All,
Some of you might know about the AutoTalker I released last week or so... I am now trying to make it work while minimized, and I stumbled on the ControlSend function. Now here is what I wrote
$text being the text that we are trying to send...
[code]ControlSend("[Conquer 2.0]", "", "Edit1", "" &$text)
EDIT: Wouldn't it be TextBox2 accually because I don't want it going in the name to talk to box... Or would it just be Text2?)[/code]
Ok and the Edit1 is the ControlID... This is what I didn't get. Would it be TextBox1 in the case of conquer?
EDIT: Wouldn't it be TextBox2 accually because I don't want it going in the name to talk to box... Or would it just be Text2?