Home

Buy Now

Products
  InaAuthenticate
  InaAuthenticate.Net
  InaCalcStd (Free)
  InaCalcPro
  InaCalc.Net
  InaCardCheck
  InaCardCheck.Net
  InaClock
  InaClockCtrl
  InaClockCtrl.Net
  InaCryptCompress.Net
  InaEmailCheck
  InaEmailCheck.Net
  InaEmailSend
  InaFileConverter
  InaGrid
  InaSysTray
  InaUploadFile
  InaXplorer

  XComp (Free)

Support

About

Press Releases
   .Net
   InaAuthenticate
   InaCalc
   InaCardCheck
   InaClock
   InaEmailCheck
   InaEmailSend
   InaGrid
   InaUploadFile

ComponentSource Professional Partner

InaClockCtrl Frequently Asked Questions (FAQ)


How do I contact Inabyte Inc?
What’s in the evaluation version of InaClockCtrl?
Is time.nist.gov the only time server?
I'm using a firewall and InaClockCtrl doesn't work?
How do I create an InaClockCtrl control in an application?

What’s in the evaluation version of InaClockCtrl?

The evaluation version of InaClock is a full version of the product that expires 30 days after installation.

(Back to top)

Is time.nist.gov the only time server?

No, time.nist.gov is the default that InaClockCtrl uses. You can use time-nw.nist.gov or nist1.datum.com for example. A good source for time servers is:

http://www.boulder.nist.gov/timefreq/service/time-servers.html

(Back to top)

I'm using a firewall and InaClockCtrl doesn't work?

InaClockCtrl uses Internet port 13. If the program does not work under your firewall, it's most likely that port 13 has been restricted.

(Back to top)

How do I create an InaClockCtrl control in an application?

Visual Basic:

To add the control to your project, select Project | References... Select InaClockCtrl from the list.

Dim ob As InaClock

Set ob = CreateObject("Inabyte.InaClockCtrl")

If ob Is Nothing Then
    MsgBox "Evaluation Period Expired"
End If

Visual C++:

To add the control to your project use the #import directive in stdafx.h.

#import "InaClockCtrl.dll" no_namespace

Then use

IInaClockPtr pClock;

hResult = pClock.CreateInstance("Inabyte.InaClockCtrl");

if (hResult != S_OK)
    AfxMessageBox(hResult == E_ACCESSDENIED ? _T("Control Evaluation Period Expired") : _T("Control Not Registered"));

(Back to top)

How do I contact Inabyte Inc.?

By Phone   415-898-7905
By Fax   415-898-1652
By Email   support@inabyte.com
   info@inabyte.com
By Internet   http://www.inabyte.com/support.html
   http://www.inabyte.com
By US Mail   Inabyte Inc.
   PO Box 728
   Novato CA 94948-0728
   USA

(Back to top)

Samples Provided

See what InaClockCtrl can do for you. Download InaClockCtrl and its samples (MFC, VB, J++ and ASP) and see it’s capabilities


Home Products Support About Press Releases

Copyright © 1996 - 2005 by Inabyte Inc., Novato, California, USA
Last modified: Saturday, August 04, 2001 10:52

Inabyte Inc.
5 Betty Lane
Novato CA 94947
Phone: +1 415 898 7905
Fax: +1 415 898 1652