Product Key Management System
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
Hi can you please help when ever i click send key it sends a email but when it comes to uploading it give me this error:
The remote server returned an error: (530) Not logged in.
The remote server returned an error: (530) Not logged in.
Maybe you aren't logged in
I don't know , I think its trough ftp, try to login in internet explorer to your ftp and remember password
I don't know , I think its trough ftp, try to login in internet explorer to your ftp and remember password
That error would probably mean your FTP login settings are incorrect. Check your code and make sure you entered the correct username/password/url settings in the code.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
CodenStuff wrote:That error would probably mean your FTP login settings are incorrect. Check your code and make sure you entered the correct username/password/url settings in the code.Thanks for the reply . I managed to do everthing right now but for my application i have a loading form at start then activation comes up then i enter serial key and it restarts again and the main form after the loading is after the activation. How can i make it so i opens the main form after i activate it and in the next launch it doesnt show the activation form and takes it straight from loading to the main form. Please help.
Thanks
You can make a setting in My.Settings, which is a boolean, set it to False, and call it "activated"
Then, after it is activated, add this code under it:
Then, after it is activated, add this code under it:
Code: Select all
Next, on your activation Form_Load event, add this code at the beginning:
My.Settings.activated = True
Code: Select all
If My.Settings.activated Then
'Event that happens when activated
Elseif My.Settings.activated = 0 Then
'Event that happens when not activated
End If
Next, on your activation Form_Load event, add this code at the beginning:Thanks for the reply will this code be on my main form which is after the activation?Code: Select allIf My.Settings.activated Then 'Event that happens when activated Elseif My.Settings.activated = 0 Then 'Event that happens when not activated End If
GoodGuy17 wrote:You can make a setting in My.Settings, which is a boolean, set it to False, and call it "activated"You can't activate an event lol :P
Then, after it is activated, add this code under it:Code: Select allNext, on your activation Form_Load event, add this code at the beginning:My.Settings.activated = True
Code: Select allIf My.Settings.activated Then 'Event that happens when activated Elseif My.Settings.activated = 0 Then 'Event that happens when not activated End If
can anyone please help me add me on msn or something my msn is aqibpervaiz@live.co.uk and aim is gmods100
Thanks
Thanks
Everything is fixed now
Thanks aloooooooooooooooooooooooooooooooooooooooooootttttttttttttttttttttttttttttttttttttttttttttttttttttt to Kevin G! 


This is all great, quality. But what always happens to me is that whenver the user copies the installed app to another directory, the settings (My.Settings) will also be created with their standard value, and in this case it probs will extend their registration for 30 more days ... unlucky mate
Copyright Information
Copyright © Codenstuff.com 2020 - 2023