Question
ADM GetPoint ShowToolTip equivalent for Acrobat X, XI & DC?
Hi,
I'm updating some old code which shows a tooltip when hovering the mouse over an annotation and i'm trying to find what has replaced these ADM functions below?
ASPoint inWhere;
sADMTracker->GetPoint(NULL,&inWhere);
sADMBasic->ShowToolTip(&inWhere,"tooltip here");
Any ideas?
Lee.