Hello, i do a project in vb.net.
and i want to do demo(TRİAL VERSION).
this codes are not daily. i don't want this codes....
i want trial version the days..
what can i do?
help me please....
and i want to do demo(TRİAL VERSION).
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim free As Integer = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("demo").GetValue("time", 5)
Label1.Text = free& " stay days "
hak -= 1
If hak < 0 Then
MsgBox("THE END please buy this programm")
Me.Close()
Else
Microsoft.Win32.Registry.CurrentUser.CreateSubKey("demo").SetValue("time", free)
End If
End Sub
i want trial version the days..
what can i do?
help me please....
Comment