مشاهدة النسخة كاملة : ليز مساعدتكم عندي اخبار السبت
حاسوبية
02 - 06 - 2011, 00:08
السلام عليكم
كيف حالكم جميعا
بلييييييز الله يخليكم انا عندي اختبار السبت بلغة الــ vb وانحنا فيها مرررره ع اخر الفصل جانا دكتور غير واتلخبط المنهج وووو
المهم لقيت اسئلة للدكتور نفسه الجديد من العام الماضي وحلها مو موجود بالمذكره وبحثت عنه لقيت كلام كثير فـ ابغى منكم الحل المختصر وبالانقلش لو سمحتوا لان دكتورنا باكستاني
explain the tool bar of vb with example -
explain the select statement with example-
explain the if else statement with example-
explain the list box and combo box list the difference-
وجزاااااااااااااكم الله خير يارب لو تساعدوني
ربما غدا أفضل
02 - 06 - 2011, 00:42
مرحبااااااااااااا
الله يعينك .... بس إن شالله موفقة
والشعب ما بيقصر وياج...متعاونين لآخر درجة..لما يسمح الوقت والجهد:)
Hesham
02 - 06 - 2011, 17:13
السؤال الأول حقيقةًً لا أعرفه
السؤال الثاني إذا كنت تقصد Select Case فالإجابة هي كالآتي
Runs one of several groups of statements, depending on the value of an expression.
EX.
Dim Grade As Integer = Me.TextBox1.Text
Select Case Grade
Case Is < 50
MsgBox("Not Good")
Case Is < 80
MsgBox("Good")
Case Is < 100
MsgBox("Keep Up The Good Work")
Case Else
MsgBox("Excellent Keep Up The Good Work")
End Select
Hesham
02 - 06 - 2011, 17:17
السؤال الثالث
Conditionally executes a group of statements, depending on the value of an expression.
EX.
Dim number, digits As Integer
Dim myString As String
number = 53
If number < 10 Then
digits = 1
ElseIf number < 100 Then
digits = 2
Else
digits = 3
End If
If digits = 1 Then myString = "One" Else myString = "More than one"
Hesham
02 - 06 - 2011, 17:27
List Box
Represents a Windows control to display a list of items on each other that you can select one or more of them
Combo Box
Represents a Windows control to display hidden list of items you can select one of them by click on dropdown glyph
A ComboBox is a combination of listbox and edit control. A simple combobox is just a listbox with an edit control at the top; you can select from the list or type. a combobox with style "dropdown" is the same, but the listbox doesn't show up until you click the dropdown glyph. You can dropdown and select or just type in the edit control. a combobox with dropdownlist style is similar, but you can only select from the list presented - you can't type in what you want in the edit control.
Basically, a combobox (non simple style) takes up a lot less screen realestate than a full-on listbox.
حاسوبية
03 - 06 - 2011, 00:14
يعطييييييييييك العآآآآآآآآآفيه اخوووي ماقصرت جزاكـ ربي خييييييييييير
ربما غدا أفضل
04 - 06 - 2011, 15:54
شفتي كيف........قلتلك طيبين ومتعاونيين:)
بالتوفيق
vBulletin® v3.8.4, Copyright ©2000-2012, TranZ by Almuhajir