Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hellow Guys,

COuld anyone help me on how to create an trial application in VB.NET,
I have done nothing on this part, but I'm already done with my Application..

Please help...
thanks...
Posted
Comments
aidin Tajadod 7-Nov-10 1:27am    
What do you mean? you want to make a demo version of your program?
jleonorlane 7-Nov-10 1:52am    
yes
Be Yourself 7-Nov-10 2:10am    
See Below...
Be Yourself 7-Nov-10 2:13am    
U Can Also Use some Coding Techniques to develop the Key value that must be Unique....

U can Use A Secret code On the form_load part of the function.

If the code matches then Switch to full version.

U can also use registry programming....:cool:
 
Share this answer
 
Comments
jleonorlane 7-Nov-10 1:52am    
can you show me some...
This is a sample Code I have Used In my Notepad Application...

VB.NET
If str = "226t6672x28590mz" Then'The "Str" value Can be Stored to any Permant Location Previously If registered.
    ContactsToolStripMenuItem.Enabled = True
    AnimateTheClosingToolStripMenuItem.Enabled = True
    AnimateMinToolStripMenuItem.Enabled = True
    CreditsToolStripMenuItem.Enabled = True
    ColourToolStripMenuItem.Enabled = True
    SetMarginToolStripMenuItem.Enabled = True
    BulletedToolStripMenuItem.Enabled = True
    RegisterToolStripMenuItem.Enabled = False
    Me.Text = "Writting Pad-(Registered)"
    save = 1
    load_settings()
Else
    MsgBox("Registration Data Deleted", vbOK + vbInformation, "Register")
    Throw p1
End If


Try Devloping Yourself It's Quite Simple I don't Think It's a Tidy Task.:cool::cool::cool:
 
Share this answer
 
v2
Comments
Be Yourself 7-Nov-10 2:14am    
If U find it Helpful Please Vote and Accept..
Do you mind using a third party commercial scheme? If not, take a look at CryptoLicensing
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900