Cannot add PDF-X control in VS2003

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
min_kong
User
Posts: 16
Joined: Mon Jun 16, 2008 9:42 pm

Cannot add PDF-X control in VS2003

Post by min_kong »

Hi,

I cannot add the PDF-X viewer control in my Visual Studio 2003.
It was okay in VS 2005 though.

Image

I tried both 2.0.38 and the latest 2.0.39.2.

Thanks,

-MK
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2353
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: Cannot add PDF-X control in VS2003

Post by Vasyl-Tracker Dev Team »

Hi,

What method are you using for adding our ActiveX control which is being used by you?
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
min_kong
User
Posts: 16
Joined: Mon Jun 16, 2008 9:42 pm

Re: Cannot add PDF-X control in VS2003

Post by min_kong »

Hi,

1. Install 'pdfvSDKFull.exe' package.
2. Add PDF-XChange Control into the Toolbox

Image

3. I had the error message when I applied the control to the Form.

I have no trouble in Visual Studio 2005 with same procedure.

-mk
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2353
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: Cannot add PDF-X control in VS2003

Post by Vasyl-Tracker Dev Team »

We cannot reproduce this trouble. :(
All works properly for VS2003.

Can you send part of your project for testing?

Thanks.
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
min_kong
User
Posts: 16
Joined: Mon Jun 16, 2008 9:42 pm

Re: Cannot add PDF-X control in VS2003

Post by min_kong »

I just tried in a different system and it worked..!! :shock:
I guess my development system is a bit dirty.
Thanks, Vasyl.

-mk
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom
Contact:

Re: Cannot add PDF-X control in VS2003

Post by John - Tracker Supp »

Pleased all is well :)
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com
min_kong
User
Posts: 16
Joined: Mon Jun 16, 2008 9:42 pm

Re: Cannot add PDF-X control in VS2003

Post by min_kong »

Hi,

Another problem in VB2003.

In VB2003 project, some of the .DoVerb() overloading functions are not showing.
I need the one that accepts 4 parameters.
I can see all 3 overloading functions in VB2005 project.

I attached the VB2003 and VB2005 projects.
Please advise.

-mk
Attachments
AXPDF_Test.zip
(60.13 KiB) Downloaded 143 times
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2353
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: Cannot add PDF-X control in VS2003

Post by Vasyl-Tracker Dev Team »

For resolve trouble in VS2003
please replace call:
Me.AxCoPDFXCview1.DoVerb("General.ApplicationTitle", "SET", "Hello World", Nothing)
to call:
Me.AxCoPDFXCview1.CtlDoVerb("General.ApplicationTitle", "SET", "Hello World", Nothing)
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Post Reply