Programmatically
Member
- Joined
- Feb 2, 2008
- Messages
- 8
- Programming Experience
- 5-10
I'm a vb6 programmer, i know it took me a long time to hop to .net but i finally did it. I'm having a problem now with synchronizing data between multiple "threads". I used to just run multiple instances of timers and controls, and align them with public types.. I.E.
s(index).Name = "Alfred Hitchcock"
s(index).Genre = "Movies"
Each "thread" had it's own variable set and it ran nicely together because of control indexes.. I heard they turned control indexes into controlcontainers.. I'm trying to find the best way to convert this to Vb.net..
If i use controlcontainers what's the best way to synchronize the data between them? I hope this isn't too confusing.. Thanks.
Edit/Delete Message
s(index).Name = "Alfred Hitchcock"
s(index).Genre = "Movies"
Each "thread" had it's own variable set and it ran nicely together because of control indexes.. I heard they turned control indexes into controlcontainers.. I'm trying to find the best way to convert this to Vb.net..
If i use controlcontainers what's the best way to synchronize the data between them? I hope this isn't too confusing.. Thanks.
Edit/Delete Message