2
Answers

Create a Windows application with serial validation at run time

Prasath S

Prasath S

14y
4.1k
1

Hi Friends. ,
          I need one help. . How to create a windows application with serial key validation. . I create a setup and deployment project and sets the serial key format. . But it doesn't validate at run time. . Applications any key. .

      I need an Application which accepts the serial key which i specified in the program and allow the user to proceed. . For that, where i have to validate the serial key. . Tell me procedure or class to validate. .

Reply me. .


Regards
Prasath

Answers (2)
0
Aarti

Aarti

NA 1.6k 79.6k 13y
Hi Monika,


Pragma automatic_index command is by deafult true in Sqlite.

so when you  used Pragma automatic_index=true, its mean indexing will be continue


to stop default indexing use 

sqlite> Pragma automatic_index=false.