Jump to content

On Key Yardım


korasoglu
 Share

Recommended Posts

Ben Şunları seç iptal et gibi tuş kombinasyonu oluşturmak istiyorum şu kodları kullandım

if e_Key == 83 then
for bak = 1, 25 do
CheckBox.SetChecked("B" .. bak, checkboxlar_secili_olmasin);
end
if checkboxlar_secili_olmasin == false then
checkboxlar_secili_olmasin = true;
else
checkboxlar_secili_olmasin = false;
end
end

if e_Key == 75 then
for bak = 1, 25 do
CheckBox.SetChecked("B" .. bak, checkboxlar_secili_olmasin);
end
if checkboxlar_secili_olmasin == false then
checkboxlar_secili_olmasin = true;
else
checkboxlar_secili_olmasin = false;
end
end

if e_Key == 16 then
for bak = 1, 25 do
CheckBox.SetChecked("B" .. bak, checkboxlar_secili_olmasin);
end
if checkboxlar_secili_olmasin == false then
checkboxlar_secili_olmasin = true;
else
checkboxlar_secili_olmasin = false;
end
end


Ek olarak


denedim

veya

if nSayi == 0 then
nSayi = 1;
if e_Key == 83 then
CheckBox.SetChecked("CheckBox1", true)
CheckBox.SetChecked("CheckBox2", true)

else
nSayi = 0;
if e_Key == 83 then
CheckBox.SetChecked("CheckBox1", true)
CheckBox.SetChecked("CheckBox2", true)
end

bunuda denedim tuşla birinci seçim tamam ikinci seçimde tersini yapmıyor.

===========================================================================

Win 7 için run komutu nasıl olmalı yani yöneti olarak çalıştır nasıl yapılabilir
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...