1337.Ibrahim Posted October 11, 2017 Share Posted October 11, 2017 السلام عليكم الحين انا عندي 2 تكست بوكس وبوتون ابغى اذا حطيت رابط في التكست بوكس ومثلا حطيت 100000 في التكست الثاني وضغطت بوتون تتحدث الصفحة 100000 مرة كل 10 ثواني @iMr.WiFi..! Link to comment
Jupi Posted October 12, 2017 Share Posted October 12, 2017 (edited) مثال مطبق علي مشروع من نوع كونسل using System; using System.Threading; namespace Test { class MainClass { public static void Main(string[] args) { for (int Index = 0; Index <= 100000; Index++) { Console.WriteLine(Index); Thread.Sleep(1000); // نوقف تنفيذ الثريد الحالي فترة مقدارها ثانية قبل الانتقال للدورة الاخرى من الحلقة } Console.ReadKey(); } } } بلتوفيق Edited October 12, 2017 by #DABL 2 Link to comment
1337.Ibrahim Posted October 12, 2017 Author Share Posted October 12, 2017 16 minutes ago, #DABL said: مثال مطبق علي مشروع من نوع كونسل using System; using System.Threading; namespace Test { class MainClass { public static void Main(string[] args) { for (int Index = 0; Index <= 100000; Index++) { Console.WriteLine(Index); Thread.Sleep(1000); // نوقف تنفيذ الثريد الحالي فترة مقدارها ثانية قبل الانتقال للدورة الاخرى من الحلقة } Console.ReadKey(); } } } بلتوفيق تمام الله يعطيك العافية الحين كيف احط رابط موقع ؟ Link to comment
1337.Ibrahim Posted October 12, 2017 Author Share Posted October 12, 2017 (edited) 29 minutes ago, #DABL said: وش قصدك ب احط رابط ابغى اذا حطيت رابط موقع في تكست بوكس وضغطت بوتون يسوي رفرش للموقع زي نظام auto refresh Edited October 12, 2017 by Talis Link to comment
shwaeki Posted October 13, 2017 Share Posted October 13, 2017 يعني زي نظام الدوس اتاك صح ؟ Link to comment
1337.Ibrahim Posted October 13, 2017 Author Share Posted October 13, 2017 5 hours ago, shwaeki said: يعني زي نظام الدوس اتاك صح ؟ yes 1 Link to comment
1337.Ibrahim Posted October 25, 2017 Author Share Posted October 25, 2017 شكرا ماحد فادني 1 Link to comment
Doffy Posted October 25, 2017 Share Posted October 25, 2017 3 hours ago, Talis said: شكرا ماحد فادني Jupiter عطاك مثال فوق 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