>>> ملخصات عملية <<<
البرمجة المرئية
كل الشكر والتقدير م.ماجد جربوع
دعواتكم
البرمجة المرئية : مرفق مثال أخر الوحدة الثامنة - تطبيق 2
مع اكواد كافة الشاشاات
Private Sub Command1_KeyPress(KeyAscii As Integer)
Text1.Text = Chr(KeyAscii)
MsgBox "The Ascii press is :" & KeyAscii, vbInformation, "Mssage"
End Sub
'MsgBox "hello Word!!", vbQuestion, "Message From System "
'MsgBox "hello Word!!", vbCritical, "Message From System "
'MsgBox "hello Word!!", vbExclamation, "Message From System "
'MsgBox "hello Word!!", vbInformation, "Message From System "
'MsgBox "hello Word!!", vbOKOnly, "Message From System "
'MsgBox "hello Word!!", vbOKCancel, "Message From System "
'MsgBox "hello Word!!", vbAbortRetryIgnore, "Message From System "
'MsgBox "hello Word!!", vbYesNoCancel, "Message From System "
'MsgBox "hello Word!!", vbYesNo, "Message From System "
'MsgBox "hello Word!!", vbRetryCancel, "Message From System "
Private Sub Command1_Click()
MsgBox Asc(Text1.Text), vbInformation, "Convert Char in Ascii"
End Sub
المصدر : مركز الفا للدراسات الاكاديمية
hamad bashir
أكواد من لغة vb6, اكواد من لغة فيجول بيسك, البرمجة المرئية, برامج عملية فيجول بيسك vb6, برمجة مرئية, ملخص العمليات على المصفوفات من لغة VB6,
اطرح اي سؤال خاص بالموضوع في التعليقات