Jump to content

Ekran Kiliti Için Destek Lütfen


x_files_x
 Share

Recommended Posts

Slm arkadaslar biliyorum forumda cok var bu türleri ama birde ben yapayım dedim çok basit birsey ama benim mantıgımda bazı şeylerin eksik oldugunu farkettim öncelikle "Esc" ye basıldıgında programdan cıkıs yapılmasın Görev yöneticisi filan açılmasın yada acılırsa bile arka planda kalsın benim koydugum resim şifreyi girmeden gitmesin istiyorum. bunu yapabilirmiyim?
[code]#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 1050, 790, -10, -40)
$Input1 = GUICtrlCreateInput(" Parola ", 8, 15, 58, 21)
$Button1 = GUICtrlCreateButton("Tamam", 100, 15, 75, 25, $WS_GROUP)
$Pic1 = GUICtrlCreatePic(@ScriptDir & "\TMO.jpg", 0, 0, 12204, 790, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
GUISetState(@SW_SHOW)

#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit ;Gui'yi Olusturduk


Case $Button1 ;Button1 görevi
$oku = GUICtrlRead($Input1) ;;Input1 deki yazıyı oku ve

if $oku = 33 Then ;eger =33 ise
Exit ;çıkış yap
Else ;degil ise
MsgBox(00, "Hata", "Parola Yalnış") ;bu mesajı göster
EndIf


EndSwitch
WEnd
[/code] Edited by x_files_x
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...