function t_htkey()
if t.Enabled==false then
t.Enabled=true
else
t.Enabled=false
end
end
--A hot key was assigned for the "F8" timer. (stop - start click F8)
if tKey then tKey.destroy() end
tKey=createHotkey(t_htkey, VK_F8)
or
Code:
function t_htkey()
if CETrainer.CECheckBox1.Checked==false then
--t.Enabled=true
CETrainer.CECheckBox1.Checked = true
else
--t.Enabled=false
CETrainer.CECheckBox1.Checked = false
end
end
function t_htkey()
if t.Enabled==false then
t.Enabled=true
else
t.Enabled=false
end
end
--A hot key was assigned for the "F8" timer. (stop - start click F8)
if tKey then tKey.destroy() end
tKey=createHotkey(t_htkey, VK_F8)
or
Code:
function t_htkey()
if CETrainer.CECheckBox1.Checked==false then
--t.Enabled=true
CETrainer.CECheckBox1.Checked = true
else
--t.Enabled=false
CETrainer.CECheckBox1.Checked = false
end
end
All times are GMT - 6 Hours Goto page Previous1, 2
Page 2 of 2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum