Zexor
Well-known member
- Joined
- Nov 28, 2008
- Messages
- 520
- Programming Experience
- 3-5
I have a queue that i want to save it to the Settings of the app, what type do i use to save it? I dont see a system.collections.generic.queue
This is the queue
Dim dlQueue As New Queue(Of ListViewItem)
and the Settings
My.Settings.dlQueue
This is the queue
Dim dlQueue As New Queue(Of ListViewItem)
and the Settings
My.Settings.dlQueue