HADE Posted May 30, 2019 Posted May 30, 2019 (edited) hello tôi đang dùng google dịch nên có gì sai sót bỏ qua giúp tôi nhé tôi muốn làm cái lisense để login app và lisense để trên host thì làm thế nào vậy đây là gui login của tôi #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 373, 200, 1022, 291) $Input1 = GUICtrlCreateInput("Input1", 8, 48, 353, 21) $Button1 = GUICtrlCreateButton("Button1", 72, 80, 131, 33, $WS_GROUP) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Edited May 30, 2019 by HADE
Developers Jos Posted May 30, 2019 Developers Posted May 30, 2019 @HADE, This is an English forum so please post your text in English. .. and just posting a basic Koda script and expecting other to do the coding for you is not going to work! You will find ample examples how to use a password and many discussions around licencing, so start searching & reading and post something you have tried that isn't working. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Exit Posted May 30, 2019 Posted May 30, 2019 (edited) @HADE And if you already write that you use the google translator, then at least copy the English part into your post. Translation into Vietnamese: Và nếu bạn đã viết rằng bạn sử dụng trình dịch google, thì ít nhất hãy sao chép phần tiếng Anh vào bài đăng của bạn. Edited May 30, 2019 by Exit App: Au3toCmd UDF: _SingleScript()
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now