الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

مساعده لمن لديه المعرفة في .. Vb

Featured Replies

بتاريخ:

السلام عليكم ورحمة الله وبركاته


أهلا بكم أعزائي

أود بمساعدة منكم إن أمكن .. وذلك لإتمام الأسايمنت بلغه فيجول بيسك

طُلب :
أن يتم تصميم برنانج .، يحتوي على اسم المستخدم والرقم السري .. وما في ذلك أن يمنح للمستخدم إن كان غلط إداخل الرقم السري واسم المستخدم ثلاث مرات متتاليه بعد ذلك إغلاق البرنامج

هذا هو النص
You have been asked to prepare a login form in which 2 types of users can login with different accessibility of the application. Both types of users will have three attempts to login. If the entered username and password is invalid after 3rd attempt, the application will automatically close.

اتمنى مساعدتي فالكود لي ممكن أستخدمه في هذه الخطوة .. بأقرب وقت ممكن
لكم مني جزيل الشكر ..

تم تعديل بواسطة بستان المعرفة

بتاريخ:

dim v_flag as intger
=================
if v_flag = 3 then
v_flag = 0
unload me
end
end if
=================
if text_username = "username" and text_passwoed = "password" then
form.show
v_flag = 0
else
v_flag = v_flag + 1
msgbox " You have entered wrong username or password",critical,"wrong attidude"
textusername = ""
textpassword = ""
textusername.setfocuse
end if

تم تعديل بواسطة mido128

بتاريخ:
  • كاتب الموضوع

mido
الجبالي

لكما جزيل الشكر على حسن التوضيح وحسن تعاونكم معي

ولكن ما هو مطلوب منا بأن نستخدم For Loop


بارك الله فيكم

بتاريخ:
  • كاتب الموضوع

لكم مني خالص الشكر على عطركم الفواح
لقد عملت على حل مشكلة الباسورد

ولآن توقفة في الخطوة التاليه
6844bd857a36e116.jpg

ألا وهي
اني اريد مجموع Total Price لي بلون الأحمر يظهر في خانة Total لي بلون الأزرق
عملت الخطوة التاليه بس ما يظهر معي الناتج صح ..؟؟ هل من كود يوصلني لناتج الصحيح ..؟؟

Txt_total.Text = (CDbl(TxtTotalPrice.Text) + CDbl(TxtTotalPrice.Text))

داخل Button


بارك الله فيكم

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.