hello
i'm using GrFinger ActiveX, when i declarean object i have an error
here is the code :
.....
private AxGrFingerXLib.AxGrFingerXCtrl g1;
g1= new AxGrFingerXLib.AxGrFingerXCtrl();
.....
the error is on the line 2 : it says
Impossible to instance the controle ActiveX '71944dd6-b5d2-4558-ad02-0435cb2b39df', becaus the actua thread is not a cloisonne thread (STA, Single-Threaded Apartment).
what do you say?