HI,
I am having the following problem in Visual Basic, Can any one please suggest a solution.
The problem is:
I am presenting a list of words one at a time, on the screen at a specific interval(say 1 sec) of time using the timer.
Now i need to make a little change to it,i need to introduce a 0.5 s interval between the successive words.

That is the whole process goes as follows...
present:
word1 ---presented for 1 sec, immediately followed by the next word after this word
word2---again presented for 1 sec and so on.

what i need:
word1 presented for 1 sec
0.5sec interval(no word appears during this interval)

word2 presented for 1 sec
0.5 sec interval(no word appears during this interval)
word3 presented and so on..

I would greatly appreciate your suggestions,
Thanks
Vasu