K
Khadim
greetings,
i am trying to develop an application which is supposed to show pdf. i
have added the activeX control from the acrobat in my application.
everything was working fine, until i got to test it on another system
which had acrobat 6.0 installed.... there my application gave error
while loading. I have acrobat 7.0.
the solution i this is to get acrobat contorl programatically and not
through adding components at design time.
i belive solution is somewhere in these lines of code, but am unable to
use it properly....
AcrobatType = Type.GetTypeFromCLSID("AcroPDF");
object o =Activator.CreateInstance (AcrobatType);
looking for guidance,
i am trying to develop an application which is supposed to show pdf. i
have added the activeX control from the acrobat in my application.
everything was working fine, until i got to test it on another system
which had acrobat 6.0 installed.... there my application gave error
while loading. I have acrobat 7.0.
the solution i this is to get acrobat contorl programatically and not
through adding components at design time.
i belive solution is somewhere in these lines of code, but am unable to
use it properly....
AcrobatType = Type.GetTypeFromCLSID("AcroPDF");
object o =Activator.CreateInstance (AcrobatType);
looking for guidance,