koukouroukou
Programmer
Lets say tha my Form1 calls :
dim withevents cl1 as cl
set cl1 = new cl
and do all the stuff that i want .
What if i want to call from another application(or Dll) the cl and raise events; ( i want my form1 to react on the raise event of the second instance of the class)
In other words is there any way to use the same class for 2 different applications ,keep the stored values and also both applications react whith a raise event;
dim withevents cl1 as cl
set cl1 = new cl
and do all the stuff that i want .
What if i want to call from another application(or Dll) the cl and raise events; ( i want my form1 to react on the raise event of the second instance of the class)
In other words is there any way to use the same class for 2 different applications ,keep the stored values and also both applications react whith a raise event;