これが私のコードです:
For Each itema In ListBox3.Items
Dim source As String = getsource(itema)
If source.Contains("blz blz blz") Then
ListBox2.Items.Add(itema & "====> here is one")
Else
ListBox2.Items.Add(itema)
End If
Next
vb.netのすべてのアイテムのループを待たずに、各アイテムの結果を取得するにはどうすればよいですか?? PHP には、メモリをフラッシュするための flush と ob_flush があります。