30-06-17, 11:03 AM
سلام عليكم
كيفية وضع ProgressBar1
في هذا الكود
لتدل ع نهاية تنفيذة
PHP كود :
Dim strArray As String() = PV.PVOWN.Text.Split(New Char() {"#"c})
Dim i As Integer = strArray.GetLowerBound(0)
Do While (i <= strArray.GetUpperBound(0))
Try
emad21.Send("<message
xmlns='jabber:client' to='" + room.Text + "@conference.nimbuzz.com/" +
strArray(i) + "' type='chat' id='292'><body>" + mpnone.Text +
"</body><active xmlns='http://jabber.org/protocol/chatstates' /><x
xmlns='jabber:x:event'><composing /></x></message>")
i += 1
Catch ex As Exception
End Try
Loop
