Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
Programming
 EXP Systems Forum : PDF reDirect : Programming
Topic: Know license number Post Reply Post New Topic
Author Message
SICO
Newbie
Newbie


Joined: 26 Feb 08
Posts: 4
Quote SICO Replybullet Topic: Know license number
    Posted: 31 Jul 13 at 3:57AM
Hello.

We are sofware developers in vb6. We purchase a license of pdf redirect pro.
We want know in vb6 if pdf redirect is registered.

Sorry for my bad english.
Thanks
IP IP Logged
Michel_K17
Moderator Group
Moderator Group
Avatar
Forum Administrator

Joined: 25 Jan 03
Posts: 1673
Quote Michel_K17 Replybullet Posted: 01 Aug 13 at 6:27AM
Hi!

   No worries. Are you affiliated with the "Sico" paint company in Quebec?

   Anyway, there are a couple of ways to find out if PDF reDirect is registered using VB6.

   One way is to read the following entry in the preferences files, and make sure it is not blank or empty. It contains the name of the person or company that the program is registered to.

Group: "General"
Item: "-->Info_RN"

The preferences file is located here:
C:\Users\USERNAME\AppData\Roaming\PDF reDirect\Prefs_v2.ini

You can use the standard Windows API commands to read the INI file.


The other way is to download and install the ActiveX for programmers. With the ActiveX, you can find out if PDF reDirect is registered by using the following command:

Private oPDF As New PDF_reDirect_v25002.Batch_RC_AXD

If oPDF.Registered = True then
   Debug.Print "Registered"
Else
   Debug.Print "NotRegistered"
End If

The ActiveX component is free, and available from here:
http://www.exp-systems.com/Forum_exp/forum_posts.asp?TID=629

Cheers!

Michel Korwin-Szymanowski
EXP Systems LLC
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum