If I want to show my dialogs (from inside my application) of days remaining and all other things, without using dialogs displayed after the WinLicense protection. Is that possible?

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Customized Dialogs >

If I want to show my dialogs (from inside my application) of days remaining and all other things, without using dialogs displayed after the WinLicense protection. Is that possible?

Please, go to the “Customized Dialogs” panel and you can see there all messages displayed by WinLicense. For each trial/registration message, you can tell WinLicense to display that message or not. That is, if for example you select the “MSG_ID_TRIAL_DAYS_EXPIRED” and you set it as "Disabled” that means that even if your trial has expired by days, WinLicense will NOT show any message and will KEEP your application running! So, you are the responsible of taking care of that event (by calling the WinLicense SDK API, like WLTrialDaysLeft in this example) and do the proper action when the trial is expired by days.

 

Remember that for each message, you can set if it will be handled by Winlicense or you (by selecting "Disabled" for the specific message). So, you just need to take care of those messages that you want to handle from your application and leave special message/events (like license corrupted, Stolen license key, etc) to be handled by WinLicense.