|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Help on threads
hi
I need some help on using and implementing threads in VB This is my probs I have one text file which is indexed, i have data in that file like this from certain place there are indixes store and data for those is also stored in the same file . Let us say from 20th position i start writing indexes for X and from 30th position i have index values for Y, data will start writing from 100th position. Now i want to read data from that file like this My plan is to read that file wit two different threads that is one for reading indexes of X and data , other is for index of Y and data , so how to do that parallely I need code example also Thanks |
|
#2
|
||||
|
||||
|
I could be wrong, but there really isn't actual threads in VB, but you can simulate threads with timers. Use two timers to trigger the subroutines you want to execute at the same time.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Help on threads |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|