Server Latency Test

  • Thread starter Thread starter T2B
  • Start date Start date
Check what Randy Birch has at http://vbnet.mvps.org/code/internet/ping.htm

Obligatory warning: Randy's site is aimed at VB programmers. Due to
differences in the controls available for forms in VB and in Access, most of
his samples won't port directly to Access without some changes. For example,
in VB you populate text boxes (or retrieve values from them) by referring to
the .Text propery of the control, whereas in Access you can only refer to a
text box's .Text property if the control has focus (you use its .Value
property instead). That being said, hopefully you'll be able to figure out
what you need to change.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top