Timer control

  • Thread starter Thread starter rena
  • Start date Start date
R

rena

Hi,
Is timer in VB .Net and VB6 using the arhitecture of thread ?
could i use timer as multi-threading purpose? and what would be it's
drawback?

Thanks.
Rena.
 
* "rena said:
Is timer in VB .Net and VB6 using the arhitecture of thread ?
could i use timer as multi-threading purpose? and what would be it's
drawback?

Please describe in more detail what you want to do. You don't need a
timer in .NET to create a new thread.
 
Hi Rena,

Now I readed the message from Herfried I maybe understand your problem
better.
You don't need a thread in .NET to create a timer.

See my previous message for that.

Cor
 
I used the forms.timer to ack as a listener, I will try to retrieve data
from a Access database (real-time demanding),
and there is another client program to update the data when pressing
update(a form button).
However i found that the response time is very slow.

I wonder how it could improved, use threading? use other database? use
faster time interval?
Do any one have ideas about it?

Thanks.
 
Back
Top