12-08-19, 04:55 PM
السلام عليكم .. اضحى مبارك
تفضل اخي
كود :
Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
Dim arr As Array = VPN()
If arr.GetValue(0) = True Then
MsgBox(String.Format("name: {0}address: {1}description: {2}", arr.GetValue(1), arr.GetValue(2), arr.GetValue(3)))
Else
MsgBox("لايوجد اتصال")
End If
End Subاعمل الخير وأجرك لا تنتظره فالله خير من إليك يرده
البرمجة ليست مجرد كود بل هي منهج تفكير منطقي لحل المشكلات
