Make A Trial Version Software?
Jul 27, 2009How to make a trial versin software in vb.net 2005 for expiration of software after a certain days?
View 1 RepliesHow to make a trial versin software in vb.net 2005 for expiration of software after a certain days?
View 1 Repliesdo a project in vb.net.and i want to do demo(TRÄ°AL VERSION).
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
this codes are not daily. i don't want this codes.
I need to know how can I make trial(demo) version of my program. Normally people use date & time to do it. But if user will change his system date I guess it will not work. I need to know the best way of making trial version which will work only 7 or 15 or 30 days. Is it possible to make something like that it(program) will kill all files after passing 30 days
View 3 RepliesI have made an application in vb.net of which I want to make a trial version. It should stop working after a week. Is the ClickOnce manifests used for that? Any best approach for this. Preferably a process that does NOT use system date.
View 5 Repliesam using visual studio 2005 professional edition (vb.net) at front end of my project, my project is completed, i have created the simple setup file, but i want to create its trail version too, i mean a full fledge setup, so how do i made it in vb.net?
View 16 RepliesI am making trial version of my vb .net project but it is not counting the days , date and time . Can u plz give me any suggestions to make it correct. [code]...
View 1 RepliesI want to do trial version of software in vb.net. can you tell how to do it
View 1 RepliesI have searched lots of way to make a 30 day trial limit of my program. They say "Use -Settings- in visual basic application for your variables" to save the information about user (like : registered or not registered or when the program expire). (You can see the 'Settings' when you double-click on "my project" in "solution explorer") Does the data which we use with "settings" saved in our program or somewhere in the computer?
View 5 Repliesi want my software have trial like 30 days or 60 day ... ?
View 6 RepliesI created an application in vb.net using visual studio 2010. I want to create an installation file of the application that will not be free with a license so I want to create a trial of 30 jours.
View 2 Repliesi develop a project in visual basic 2010 can there is any way to limit this project for trial version
View 2 RepliesWhere can I download Visual Basic .net trial version? And is it actually called "Visual Basic .net" or is it "Visual studio 2008" -- ?
View 1 RepliesHow offer a trial version of a application on visual basic ? I looking for something the user can't not uninstall and reinstall the trial and start again the trial period, so when the trial period finish the can not use the application anymore.
View 2 RepliesI have created a windows application in VB.Net 2005 using MS Access as backend.Now before delivering its setup to client I have to create its trial version of 30 days and 60 days.How to do this ?Also my setup should be installed only on one computer.I mean my setup copy should be used for one time only.I know how to deploy the project i.e. I can create a simple setup of my project.
View 12 RepliesI have just completed a custom banking & accounting software application for a stingy client who doesnt wants to pay-up! How do i make the application a trail version that will expire in say 30 days, and also ensure that whenever it is installed, it checks for first installation and indicate remaining trial days.
View 2 RepliesI finally figure out where I could get the imagelibrary.I downloaded the 90 trial version of Visual Studio 2005 Professional Edition: [URL] opened the .img file with winRAR, did a search of the img file for *imagelibrary*.I was able to extract the imageLibrary from this without installing the trial version.Not sure where it was supose to extract to so I put it in:C:Program FilesMicrosoft Visual Studio 9.0Common7VS2005ImageLibraryI can find this folder in the form design and so far, it's working with my version of C# Express.
View 5 RepliesIs there any way to make my programs use a lower version of net.framework other than the newest version 4 that comes with VS2010?I use my programs within a closed network and there isn't an easy way for me to install any software since I'm not the administrator.
View 3 Replieshow can i make a trial period application in visual basic 2010
View 3 RepliesI want to make a trial or demo for my program , how i can do that ??
View 1 RepliesI am a student developer & working on a project. I am using visual studio 2005 professional. My preferred language is visual basic. I want to know how to make the trial software which expires after some use unless right key is entered and also the procedure for making the registration key enabled software.
View 2 RepliesHow they relate and differ from each? What are the best practices for version control? Is there a primer about publish online? Or a good book?
And is it possible to make ClickOnce and a msi in one solution of VS 2008? If so, is there any conflict or pitfall?
BTW I am using VB if that makes any difference.
How do I make the Internet browser in vb.net a 32 bit version? I tried to install Adobe Flash on it, but it won't let me install it, saying it doesn't work on 64 bit internet browsers.
View 3 RepliesCan I make applications in the Free version of VB Express and use them on other machines?
View 9 RepliesI'm trying to make a light version of a Blackjack game. The rules I need to use are as follows:
Ace = 1
Normal Cards = 2-10
Color Cards (king, queen, etc,) = 11
The dealer can keep hitting until it reaches 17 or under 21, he must always stay once it hits 17 or over (without busting obviously).
I know the ace normally should be 1 or 11 normally but I don't want to complicate things, I want to get the main thing of the program working first.
Public Class frmMain
'declaration to help generate number
Dim RandomClass As New Random()
[code]....
I`m making a program.I`d like to know how to make a code which will navigate to my website and find if there's a newer version of my launcher..I`ll search some codes now, If I find some interesting codes i`ll post here so u can upgrade or tell me how to correctly use them for my auto-update.I cannot publish my Launcher unless I`ve an Auto-Update in my Launcher.
View 1 RepliesThis code no longer works in ver 2007:' Obtain max resources available for Excel
[Code]...
I'm trying to add functionality to my application that will disable buttons and checkboxes depending on what version the OS is when the app is launched. I made a test app to test this but unfortunately I can not get it to work. Here is my code:
'OS Check
Dim osValue As Object
osValue =
My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrent Version", "CurrentVersion", "5.2")
[Code]...
*Note - 5.2 is Windows 2003, 6.0 is Vista, 5.1 is Windows XP
I have created a license system for my application with MySql about half a year ago. What it would do is take the serial number and send it to my server if the key was correct it would return a 0 if its wrong the return value would be a 1.The problem was that when the serial number was entered correctly my program would create a "fake file" for example vb.dll in the system.And on run time my program would check for that vb.dll if the file exist it would skip my trial program and run the app as a full version. Half year later i think creating a "fake file" and checking for it on start up is extremely wrong and that's not very good security.How can i check the difference between a full version and unregistered version?
View 23 RepliesI have a XML file with the latest application version number, I have this loaded into a variable, how can i compare this against the application.info.version to see if it's the latest version??
View 3 RepliesI want my application to do something special :D.. jks
I just want it to compare assembly version to the file version something like this (btw i also want it if it is the same i want it to enable a button):
Private Sub StartSplash_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
If Assembly Version = File Version Then
[Code].....
so how do i detect Assembly & File version numbers?