Jump to content

Parola Yöntemi [Başarıyla Giriş Yaptınız]


avLa
 Share

Recommended Posts

[quote name='ReaLyMaN' date='11 February 2012 - 12:52 ' timestamp='1328957526' post='1153443']
kodu versen hiç fena olmaz ?
[/quote]
:)

Hemen

[quote]Parola = Input.GetText("Input1");

if Parola == "HTHK-5KLM-SL95-M4Z5" then
Page.Jump("Page1");
else
result = Dialog.Message("Uyarı", "Key Gecersiz..", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1);


end[/quote]

Link to comment
Share on other sites

[quote]Parola = Input.GetText("Input1");
if Parola == "HTHK-5KLM-SL95-M4Z5" then
Page.Jump("Page1");
Dialog.Message("Bilgilendirme", "Başarıyla Giriş Yaptınız !", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1);
else
Dialog.Message("Uyarı", "Key Gecersiz..", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1);
end[/quote]

Link to comment
Share on other sites

  • 4 ay sonra...

Parola = Input.GetText("Input1");

if Parola == "HTHK-5KLM-SL95-M4Z5" then
Page.Jump("Page1");
else
result = Dialog.Message("Uyarı", "Key Gecersiz..", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1);


end

--------------------------------------
Böyle Olmalı:
Parola = Input.GetText("Input1");

if (Parola == "HTHK-5KLM-SL95-M4Z5") then
Page.Jump("Page1");
else
if (Parola ~= "HTHK-5KLM-SL95-M4Z5") then
result = Dialog.Message("Uyarı", "Key Gecersiz..", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1);


end
end

Link to comment
Share on other sites

@superhalit

[member=ReaLyMaN] arkadaşımızın kodları gayet düzgün. Sen gereksiz koşullanma ve parantezler eklemişsin. Artısından çok eksisi var yani senin kodların.

Edited by Baba_
Link to comment
Share on other sites

çorbada benimde tuzum bulunsun
bi proje yaptım hem görsel hem işitseldir
umarım beğenirsiniz


programın şifresi = [color="#FF0000"]tnctr-muhammet[/color]
şifreyi değiştirmek istersen genel işlevler bölümünden değiştirebilirisn

[code]http://www.mediafire.com/?u8bnf759p449bn3[/code]

Edited by MuhammetAka.
Link to comment
Share on other sites

  • 2 ay sonra...

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