Jump to content

Radio Button Hatası


WolfmanTR_
 Share

Recommended Posts

slm arkadaşlar , ben bir aio yapıyorm ve radio button kullanıyorum ama , prgram kurulmuyor , nerede yanlış yapıyorum acaba yardım edermisiniz !!
[codebox]
esetn32 = RadioButton.GetChecked("RadioButton1");
esetn64 = RadioButton.GetChecked("RadioButton2");
smart32 = RadioButton.GetChecked("RadioButton3");
smart64 = RadioButton.GetChecked("RadioButton4");
if (esetn32) then
StatusDlg.Show(MB_ICONNONE, false);
StatusDlg.ShowProgressMeter(false);
StatusDlg.SetTitle("Program Kuruluyor..!");
StatusDlg.SetMessage("Eset Antivirüs 5.0.95.0 TR [x86] Kuruluyor..! Lürfen Bekleyiniz.!");
File.Run("AutoPlay\\Docs\\Dns Jumper.exe", "", "", SW_SHOWNORMAL, true);
end
if (esetn64) then
StatusDlg.Show(MB_ICONNONE, false);
StatusDlg.ShowProgressMeter(false);
StatusDlg.SetTitle("Program Kuruluyor..!");
StatusDlg.SetMessage("Eset Antivirüs 5.0.95.0 TR [x86] Kuruluyor..! Lürfen Bekleyiniz.!");
File.Run("AutoPlay\\Docs\\Dns Jumper.exe", "", "", SW_SHOWNORMAL, true);
end
.
.
.
.
[/codebox]
Link to comment
Share on other sites

[codebox]
esetn32 = RadioButton.GetChecked("RadioButton1");
esetn64 = RadioButton.GetChecked("RadioButton2");
smart32 = RadioButton.GetChecked("RadioButton3");
smart64 = RadioButton.GetChecked("RadioButton4");
if (esetn32) then
StatusDlg.Show(MB_ICONNONE, false);
StatusDlg.ShowProgressMeter(false);
StatusDlg.SetTitle("Program Kuruluyor..!");
StatusDlg.SetMessage("Eset Antivirüs 5.0.95.0 TR [x86] Kuruluyor..! Lürfen Bekleyiniz.!");
File.Run("AutoPlay\\Docs\\Dns Jumper.exe", "", "", SW_SHOWNORMAL, true);
elseif (esetn64) then
StatusDlg.Show(MB_ICONNONE, false);
StatusDlg.ShowProgressMeter(false);
StatusDlg.SetTitle("Program Kuruluyor..!");
StatusDlg.SetMessage("Eset Antivirüs 5.0.95.0 TR [x86] Kuruluyor..! Lürfen Bekleyiniz.!");
File.Run("AutoPlay\\Docs\\Dns Jumper.exe", "", "", SW_SHOWNORMAL, true);
end
[/codebox]

[b]Böyle dene.[/b]

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...