Stopping A Trial Application From Running?
Oct 21, 2009Ive created a trial application , but how do i stop that application from running again on the same ip address? Just so the user cant re-install it and use it again.
View 15 RepliesIve created a trial application , but how do i stop that application from running again on the same ip address? Just so the user cant re-install it and use it again.
View 15 RepliesIs there a way to stop other subs from running while in a separate sub.
for instance say your in the sub
CreateNumber()
and the subs are setup like
CreateNumber()
AddNumber()
DeleteNumber()
Is there a way to be in CreateNumber() and call a function to stop AddNumber from running after creaetNumber() is finished? i just want my program to sit there to wait for an event to happen.
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 Replieshow can i make a trial period application in visual basic 2010
View 3 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 have an application in which there is a do...loop. I need the do...loop to perform some code and then stop for .1 of a second. When i try using System.Threading.Thread.sleep(), a wait cursot comes up and the application stops working. I was wondering if there was any way to get the thread to stop without stopping the application.
View 5 RepliesI am working on a Windows Service application in VB.net 2008. The main objective of the application is to monitor starting and stopping of applications listed in a file. I build the service as system level by using
mManagementStartWatcher = New ManagementEventWatcher("Select * From Win32_ProcessStartTrace")
AddHandler mManagementStartWatcher.EventArrived, AddressOf
[code].....
I had done one application using api which send the message to given number. The working of software is very fine without any error working on windows XP SP2. I heard that vista already contain the .net frame work so didnt installed .net frame work in machine. I checked in vista it shows .net frame work is in machine. But when same code i tried to run on Vista it gives the error. Error is as follows
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at SmsSendingApplication.frmSingleMessage.InternetOpenUrl(Int64 hInternetSession, String& lpszUrl, String& lpszHeaders, Int64 dwHeadersLength, Int64 dwFlags, Int64
[Code].....
what account for this error message in ls beta 2?'' The last change wasn't successfully persisted.Please shot down the running application.
View 1 RepliesWhich is the best way to store application and user settings of an application running with multiple instances?My problem is that using the vb's "Application Settings" one instance would overwrite the other one.I want to identify each instance with a number passed via command line argument. I could use this number to identify the appropriate settings of the running instance, but I see in a local INI o XML file a better way to handle that.
View 1 RepliesLet's say 10 desktop shortcuts, all with different names/icons, point to and can start the same exe application from the same directory. Is there any means for the application to know the distinct name of the shortcut that was doubled_clicked. Also is there any means for a running application to know if it was started by command line, by a double_click on the exe, by a double_click on a shortcut that points to it, or by another process' call?
View 4 RepliesI am trying to use Setup project. Want my setup to create a desktop shortcut with my application.I donot understand how to do it. Clicked on User's desktop, I created Shortcut to User's desktop, changed the properties Target and Working Folder as 'Application Folder'But it does not connect with MyApplication.exe When I ran the setup and tested Desktop short cut, it took me to the folder where application was installed, instead of running the application.How to make the application run using this shortcut?
View 1 RepliesI need to run an external JAR file (which is minecraft) within the window (form) of a VB.NET application, so like having the program in the center and additional text I like around it.
Is this possible, and if so, how?
Is it possible to reload a form of the running application from one computer when I executed a function from my other computer with the same application? co'z I want to see the changes of data on my datagrid view?
View 2 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 Replieshow can i add a trial with random serials or single serial and once it get registered expire it after 6-12 months....and also if user change its clock time to some day back it remains expire.....
View 1 Repliesi want my software have trial like 30 days or 60 day ... ?
View 6 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 develop a project in visual basic 2010 can there is any way to limit this project for trial version
View 2 RepliesHow to make a trial versin software in vb.net 2005 for expiration of software after a certain days?
View 1 RepliesJust today I've completed a trial version of my application - I then uploaded it to my webserver, and to my surprise a user already (almost one hour after I uploaded it) bypassed the protection and used the software 8 times (instead of the limit of 1 use)!
My "protection" was pretty weak. After the program has been used, it just writes a value to a single registry key. The user just deletes this registry key and can use the program once more, and so if someone does this enough times, he can use the software for as much time as needed.
Anyway, since I'm not really experienced in programming, do you guys have some nice working and possible easy to implement trial protection? I'm not looking for anything too serious, but it shouldn't be as easy to bypass as my current protection.
I have seen a similar thread. But it is not answered. The Auto uninstall tool link given in that answer is not working. I want to uninstall .Net Pro Trial and going to install express edition. can anyone please tell me the order of programs to be removed?. Or please give the link for Auto uninstall tool for .Net Pro 2010.
Note: I have some software which are based on .Net Framework. so I should not remove the Framework. Is it possible to install Express Edition without removing this Framework?.
I want to make my program as a trial for 30 days or any number of days (you get the point) ,Kindly suggest me how can i achieve this.
View 2 RepliesI am not sure if it proper forum for this question. anyone explain how to run a easy VB.net program in a website.I know there are other programming tools for this purpose but I'd like to use VB.net.
View 3 RepliesI have an application that provides core services for a series of other applications.When another of these applications is started, I want to check that the service application is running and if not shutdown.What is the best method to check for the existence of the other app? I'm thinking that I should be using a global mutex in the services app and checking for it's existence in the other apps. Is this the correct way to proceed?
View 4 Replieshow to get the name of control on the screen that is running in a different appliation. The getwindowname only gets the title bar and controls don't have title bars. I can get the text from each control , but I can seem to find a way to get the name of it.
View 6 RepliesI am using Windows XP and Visual Studio 2008. Now, i am writing an application which under testing runs fine under XP but when i try to run it under Vista, when i click on the program i keep getting an error saying:System File Intergrator has stopped working.How do i get my application to run on Vista as well as XP?
View 11 RepliesI'd like to block unwanted application from running in my system, mostly setup until given access by my application. I would have a white list of allowed application.
how do i imoplemnt this in vb.net