Jump to content

0mh3r

Üye
  • Posts

    89
  • Joined

  • Last visited

Everything posted by 0mh3r

  1. [code]user_name = ""; -- Loop until a valid user name is entered or the user cancels. while (user_name == "") and (user_name ~= "CANCEL") do --Prompt the user for their user name. user_name = Dialog.Input("User Information", "Please enter your user name:", "", MB_ICONQUESTION); -- If the user does not enter any text, display an error message. The loop will continue from the beginning. if user_name == "" then result = Dialog.Message("Error", "Your information could not be processed as entered. Please try again.", MB_OK, MB_ICONEXCLAMATION, MB_DEFBUTTON1); -- If the user entered a valid user name and didn't cancel, store the value in the Registry. elseif name ~= "CANCEL" then Application.SaveValue("Your_User_Name", "Your_Key", user_name); -- Check to see if there was an error saving. error = Application.GetLastError(); end end -- If the user didn't cancel and there was no error saving, -- Load the user name from the registry and display a welcome dialog. if (user_name ~= "CANCEL") and (error == 0) then loaded_username = Application.LoadValue("Your_User_Name", "Your_Key"); -- If the value loaded successfully. if (Application.GetLastError() == 0) then result = Dialog.Message("Hello", "Welcome "..loaded_username.."!", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1); end end [/code] user_name = Dialog.Input("User Information", "Please enter your user name:", "", MB_ICONQUESTION); Kodu Yerine user_name = Input.GetText("Input1"); Kodunu Kullanmak İsiyorum Input doluyken Çalışıyor ama boş iken donup kalıyor lütfen bi yardımm edin.
  2. [b]Arkadaşlar Yardımlarınız İçin Çok Saolun Özelliklede "ReaLyMaN"[/b]
  3. pigetir sedediqin blugini kulladım ama ben 1.ıcona tıklayınca programı kapatıp açınca 1.ci ıcon duracak
  4. Hayır Deyil Ico Deyiştiriyon Projeyi Açıp Kapatınca Yine Eski Icon Görüküyor ben deyiştirince tamamen deyişmesini istiyorum
  5. Kodlar aynı yalnız ben proje çalısırken Ico istediyim gibi deyiştirmek istiyorum bu konuda yardım edebilirsen çok sevinirim
  6. [b]Arkadaşlar ben Projemin Iconudu Deyiştirmek İstiyorum Ve bunu İçin Şöyle Bir Kod Kullandım[/b] if (HTray ~= 0) then bIconAdded = Tray.SetIcon(HTray, "AutoPlay\\Icons\\globe.ico", "0mh3r"); bBalloon = Tray.ShowBalloonTip(HTray, "Uyarı", "Icon Deyiştirildi.", 5000, NIIF_INFO); if (bIconAdded == false) then Dialog.Message("Hata", "İşlem Gerçekleştirelemedi.", MB_OK, MB_ICONEXCLAMATION, MB_DEFBUTTON1); end end [b]fakat Kalıcı Olmuyor Lütfen Yardım Edermisiniz.[/b]
  7. [b]Aynı İşlemi Bende Yapmak İstiyorum Lütfen Bi Örneyini Paylaşırmısınız Çok Sevinirim.[/b]
  8. Bencede apz Palaşırsan Çok seviniriz sen paylaş birazda biz uraşalım belki bi şeyler yapabiliriz
  9. projeye Beni Hatırla bölümü Yaprmısınız?
  10. Eyer bitirebilirsen Çok Güzel Bir Proje olur
  11. Link Ölü Yeniden Yollarmısınız?
×
×
  • Create New...