Multithreading

  • Thread starter Thread starter tracktraining
  • Start date Start date
T

tracktraining

Hi All,

I am having multithreading problem. Can anyone give me some
information/websites that I can check out and read up on?

Thanks,
Tracktraining
 
tracktraining said:
I am having multithreading problem. Can anyone give me some
information/websites that I can check out and read up on?

In what product are you trying to use multithreading? Access?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
especially information on "sleep function in vb 6.5"... I have been searching
but very little luck so far.

Any help is welcome.
 
tracktraining said:
especially information on "sleep function in vb 6.5"... I have been searching
but very little luck so far.

I'm not sure what information you want. If I recall correctly there
is also a similar API call.

What is your objective?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
My friend was able to figure out what was wrong with my code after looking at
it.

All I needed was to add Me.Refresh at the beginning of this one event
procedure.

Thanks for the suggestions.
 
Back
Top