If you're using the TurboActivate wizard, then the activation request form is built right in.
If you want to add a custom form in your app, then use the TurboActivate.ActivationRequestToFile() function.
Dear sir, i can't find any sample api in vb.net that have activation request form... please help...
"First get the "activation request" (or "deactivation request") XML file from your user. Then either upload the file or paste the XML contents into the text box."
i hope u can include the sample of offline activation in vb.net
If you're using the TurboActivate wizard, then the activation request form is built right in.
If you want to add a custom form in your app, then use the TurboActivate.ActivationRequestToFile() function.
i'm using vb.net sample.. any code sample with explaination to doTurboActivate.ActivationRequestToFile() ?
atleast it faster to me to use it right away..... hope u will understand...
Pass in a filename to the ActivationRequestToFile() function. This is where the activation request will be saved. For example in VB it would look something like this:
TurboActivate.ActivationRequestToFile("C:\Location\To\Store\The\ActivationRequest.xml")
Of course you shouldn't hardcode the file path. Instead prompt the user with a "Save" dialog and then save to the location the user chooses.