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
ADVERTISEMENT
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
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
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
Sep 1, 2010
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 Replies
Jun 3, 2009
Where could i download a free full version of an SMS DLL for vb.net?
View 1 Replies
May 27, 2011
Can the full version of NET framework 3.5 be included on the install CD? I have a redistributable license for Sql Server Compact, but I haven't been able to find such an agreement for the NET framework package. Just want to stay legal. In need both of these packages to run the distributed program.hemicro
View 2 Replies
Sep 24, 2010
If I buy the full version of visual sutido, can I then use Crystal Reports and postgresql together? I connect to a postgresql server via net connector (npgsql) written in c#. Can Crystal Reports handle more database types, not only odbc and oledb and sql server?
View 1 Replies
Apr 10, 2010
I Have a project I am currently making in visual basic 2008 express edition. I then tried out visual basic 2010 express beta 2 and found a feature i need for my project in it...
If I convert my Visual basic 2008 project into a 2010 beta 2 project will i later be able to convert the beta 2 project into the full version of visual basic 2010?
View 39 Replies
Aug 2, 2011
I'm trying to write a text strings into a binary file and then call it back from another sub.[code]...
View 6 Replies
Jan 18, 2011
I like to turn Option Strict On I cant figure out how to write the generic version of this function?
Public
Shared
Sub UpdateItem(ByRef
oldValue As
[code]....
View 8 Replies
Jan 17, 2012
So...numeric sorts. Do I really need to write a custom comparer to make a listbox full of numbers sort itself like:
[Code]...
View 4 Replies
Jul 20, 2009
Im doing a FileStream.Write to create a file on a local computer from a file I download from the web.
qq1 =>how can I change the version property of the file after writing it or while writing it?
qq2 => and how can I check the version property of the file?
View 17 Replies
Apr 25, 2011
What I need to do is write VB scripts that will work on any version of Windows, right back to 3.1. I may need to write several files for different Windows versions, I just don't know.
[Code]
This runs on Windows Server 2003 and XP. I've tested it on those systems. But will that run on Windows 7, Vista, 98, 95, NT, 3.1? If not, which language/version do I need to use to do the same job on each system, and could you point me to the language reference?
View 4 Replies
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
Apr 29, 2011
I have made quite a nice and tidy little game. Its based around space invaders and works quite well. however because i have finished my college project almost 2 weeks ahead of the assignments release date, my tutor has asked me to tweak my project and make it better.So far i have added a full main menu to the game and a full splash screen. I would like to add in a section for recorded high scores but have no idea how to attempt this at all.
View 3 Replies
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
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
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
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
Nov 24, 2009
I have done a project were I had to recreate a vb project to match the functions of a demo. In the demo the panda is unable to go through the rock. I have tried hard and am unable to stop the panda going through the rock. Please could someone show me how.
I have attached the project below.
The demo is contained in the folder of the file i have attached.
View 11 Replies
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
Feb 26, 2010
I want to make a trial or demo for my program , how i can do that ??
View 1 Replies
Mar 2, 2010
Does anyone know of a way to create a demo disc (CD) of a Visual Basic ClickOnce application? I used to be able to download the exe file and run it. I'd like to show my work via a disc rather than create a file to install on a users' computer.
View 2 Replies
Oct 21, 2008
This code no longer works in ver 2007:' Obtain max resources available for Excel
[Code]...
View 3 Replies
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
Jul 29, 2009
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
View 1 Replies
Jun 24, 2010
I 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 Replies
Jun 3, 2012
I 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?
View 4 Replies
Jun 16, 2011
I would like my program to overwrite its previous version such that users don't have to uninstall the previous version before installing the new one.
I'm guessing it has something to do with setting Publish Version (Major, Minor, Build, Revision), Assembly Version or File Version.
View 3 Replies