Booo Posted June 27, 2013 Share Posted June 27, 2013 بسم الله الرحمن الرحيم ياعيال فيه لغه يمكن البعض منكم مايعرفها لغة اوتوات اللغه تشبه لغة لوا لكن تقدر تبرمج فيها برامج exe منتدى الغه http://www.autoitscript.com/forum/forum ... e-scripts/ برنامج كتابة السكربتات : http://www.autoitscript.com/cgi-bin/get ... -setup.exe الغه تدعم gui بعض الاكواد ;; AutoIt Version: 3.0 ; Language: English ; Platform: Win9x/NT ; Author: Jonathan Bennett ([email protected]) ; ; Script Function: ; Demo of using functions ; ; Prompt the user to run the script - use a Yes/No prompt (4 - see help file) Local $answer = MsgBox(4, "AutoIt Example", "This script will call a couple of example functions. Run?") ; Check the user's answer to the prompt (see the help file for MsgBox return values) ; If "No" was clicked (7) then exit the script If $answer = 7 Then MsgBox(0, "AutoIt", "OK. Bye!") Exit EndIf ; Run TestFunc1 TestFunc1() ; Run TestFunc2 TestFunc2(20) ; Finished! MsgBox(0, "AutoIt Example", "Finished!") Exit ; TestFunc1 Func TestFunc1() MsgBox(0, "AutoIt Example", "Inside TestFunc1()") EndFunc ;==>TestFunc1 ; TestFunc2 Func TestFunc2($var) MsgBox(0, "AutoIt Example", "Inside TestFunc2() - $var is: " & $var) EndFunc ;==>TestFunc2 فمآن الله Link to comment
./BlackBird# Posted June 27, 2013 Share Posted June 27, 2013 مشكور بس vb.net is the best Link to comment
AHMAD1234 Posted June 28, 2013 Share Posted June 28, 2013 شكراا بس مافي ويكي ؟؟ http://www.autoitscript.com/wiki Link to comment
فاّرس Posted July 10, 2016 Share Posted July 10, 2016 صراحه اول مره اعرف هاللغه, يعطيك العافيه ماقصرت ببحث عن اللغه يمكن تفيدني . الموضوع قديم بس ماقد شفته. Link to comment
Me[Z]oO Posted July 10, 2016 Share Posted July 10, 2016 م فهمت يعني الـ لوا اقدر استخدمها بأشياء اخري وتكون نفس الارقمنتات الي بالويكي ؟ Link to comment
Anis Posted July 10, 2016 Share Posted July 10, 2016 م فهمتيعني الـ لوا اقدر استخدمها بأشياء اخري وتكون نفس الارقمنتات الي بالويكي ؟ في الحقيقة لوا تقدر تسخدمها في صناعة الالعاب في محركات وفي اشياء اخرى شوف الرابط ذا https://ar.wikipedia.org/wiki/%D9%84%D9%88%D8%A7_(%D9%84%D8%BA%D8%A9_%D8%A8%D8%B1%D9%85%D8%AC%D8%A9) Link to comment
</Mr.Tn6eL> Posted July 11, 2016 Share Posted July 11, 2016 لغة بائسة حاليا افضل لغات لبرامج الديسكتوب vb, c++, c#, java Link to comment
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