03-04-16, 07:24 PM
(03-04-16, 06:53 PM)mawad كتب :(03-04-16, 06:04 PM)الماجيك مسعد كتب :كود :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
For Each mItem As ListViewItem In ListView1.Items
Dim t As String = mItem.SubItems(0).Text & mItem.SubItems(1).Text
For Each mRow As DataGridViewRow In DataGridView1.Rows
ListBox1.Items.Add(
mItem.SubItems(0).Text & mItem.SubItems(1).Text &
String.Join("", (From mCell In mRow.Cells Select mCell.Value)))
Next
Next
End Sub
لو سمحت يا غالى
ممكن طريقة للتواصل معك
عشان اشرحلك الفكرة اكتر وارسل لك السورس تعدله
لانه خاص ومش هينفع ارفعه هنا
او افتح الرسايل الخاصة لبضع دقائق ان استطعت
بانتظار ردك

