How To Make Trial(demo) Version

Jun 22, 2010

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 Replies


ADVERTISEMENT

How To Make Demo(trial Version) .net

Mar 27, 2010

do 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.

View 2 Replies

VS 2008 Make A Trial Or Demo For Program?

Feb 26, 2010

I want to make a trial or demo for my program , how i can do that ??

View 1 Replies

Make A Trial Version Software?

Jul 27, 2009

How to make a trial versin software in vb.net 2005 for expiration of software after a certain days?

View 1 Replies

How To Make Fool Proof Trial Version

Aug 29, 2010

I 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 Replies

VS 2005 How To Make Trial Version Of Software

Feb 14, 2011

am 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 Replies

VS 2008 Create A Trial/Demo Software?

Dec 5, 2009

what is the best and secured free way to create a trial software say 15 days or 15 tries?I have research on the net, some required to use registry and some is base on hardware ID but most of the codes is not in VB.NET.

View 8 Replies

Make Trial Version Of A Program In Program?

Jun 25, 2012

I 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 Replies

Best Way To Write A Demo And Full Version Of App?

Oct 11, 2011

I have an application that I plan to update for the next year or so. However, with the updates I would really like to have the source in 1 location and then have a demo build if you will? Is there a way in vb.net and visual studio to say [code]

View 2 Replies

VS 02 / 03 Creating A Demo Version Of An Application

Oct 13, 2009

Recently i made an application and then i created the set up of my application by this:
Attachment 73704 Now i want to create a demo version of my application in such a way that the application will work properly for 15 days after installation......After 15 days it wont

View 26 Replies

Trial Version Of Software In .net?

Jan 16, 2010

I want to do trial version of software in vb.net. can you tell how to do it

View 1 Replies

.net - Making Trial Version Of Program?

Jun 26, 2011

I 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 Replies

Create Trial Version Of Software?

Jul 28, 2010

i want my software have trial like 30 days or 60 day ... ?

View 6 Replies

Creating A Trial Version Of VB Application?

Sep 25, 2010

I 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 Replies

Limit The Project For Trial Version?

Oct 23, 2011

i develop a project in visual basic 2010 can there is any way to limit this project for trial version

View 2 Replies

Download Visual Basic .net Trial Version?

Mar 29, 2010

Where can I download Visual Basic .net trial version? And is it actually called "Visual Basic .net" or is it "Visual studio 2008" -- ?

View 1 Replies

VS 2010 Trial Version In Visual Basic?

Oct 18, 2011

How 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 Replies

Code For Creating Trial Version Of Software Created In .Net 2005?

Dec 12, 2007

I 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 Replies

VS 2010 Trial Version Application That Expires In A Period After Installation

Jan 19, 2011

I 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 Replies

IDE :: VS2005ImageLibrary Can Be Extracted From The Trial Version Of Visual Studio 2005 Professional Edition

May 26, 2008

I 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 Replies

Make Programs Use A Lower Version Of Net.framework Other Than The Newest Version 4 That Comes With VS2010?

Jun 10, 2010

Is 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 Replies

Make A Trial Period Application In VB 2010?

Oct 23, 2011

how can i make a trial period application in visual basic 2010

View 3 Replies

Make A Trial Software In Visual Studio 2005

Jul 1, 2008

I 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 Replies

IDE :: Assembly Version, File Version And Publish Version In ClickOnce In VS 2008

Mar 31, 2009

How 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.

View 1 Replies

3D FPS Demo Made In .net?

Oct 31, 2011

I finished my first FPS demo level that I created with Visual Basic .net. The source for this game is open source. I went as far as to make a 12 step tutorial on how I did it.

[Code]...

View 1 Replies

Make The Internet Browser In .net A 32 Bit Version?

Nov 2, 2009

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 Replies

Create Client For OPC UA Demo Server ?

Jul 9, 2009

I'm trying to connect to Advosol OPC UA demo server [URL] from vb.net application I'm developing, but i can not create refernece to its service interface. As much as I understand UA specification, server is based on WCF and shold expose WSDL to create web reference to it. The problem is that I can not access that WSDL definition on service url. The only message I get is that MEX is disabled for service and list of instructions how to expose mex in appconfig. I triead all the suggestions, but mex is still disabled.

View 1 Replies

How To Create A Demo With Time Limit

Sep 19, 2010

I have developed a utility which I would like to make available for demo purposes. I would like to allow people use it for full 30 days and stop. Does Visual studio ships any tool to do this? if not can you please point me to a way or piece of code to do this.

View 3 Replies

Moving Lissajous Figures Demo?

Jun 15, 2007

This DEMO will stop itself after a short while,Warning to anyone with photo-epilepsy, it is a bit flickery!!Do you see the peaks as moving clockwise or anti-clockwise from the top?!!ow i am looking to do this without hogging 100% CPU time in a DO LOOP.I would also like to use SetPixel but that is only available with a BITMAP.

View 1 Replies

Make Applications In Free Version Of Express And Use Them On Other Machines?

Nov 19, 2011

Can I make applications in the Free version of VB Express and use them on other machines?

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved