greetings,
just getting my first steps in esignal api and i cannot even get in!! i seem to be not entitled, though support confirmed that i am. here is the code
esignal = new IESignal.HooksClass();
esignal.SetApplication("here goes my username");
if (esignal.IsEntitled ==0)
{
MessageBox.Show("ESIGNAL Not entitled");
}
and i see the message every other time.
any suggestions?
just getting my first steps in esignal api and i cannot even get in!! i seem to be not entitled, though support confirmed that i am. here is the code
esignal = new IESignal.HooksClass();
esignal.SetApplication("here goes my username");
if (esignal.IsEntitled ==0)
{
MessageBox.Show("ESIGNAL Not entitled");
}
and i see the message every other time.
any suggestions?
Comment