473,395 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Any one know how to make users pay for your software

I want to sell a application I'm making, I want to know how to add some sort
of license key or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in visual
Studio 2008

Anyone know how to do this?

Jul 15 '08 #1
9 1036
On Jul 15, 9:16*am, "ThatsIT.net.au" <me@workwrote:
I want to sell a application I'm making, I want to know how to add some sort
of license key or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in visual
Studio 2008

Anyone know how to do this?
This is basically a C# NG, so it's not the best place to ask this
question.

There are various ways of doing what you want, you could provide a
trial version with only a few functions active, or you could limit the
amount of data the app can process.

I'm sure that if you look into the archives you will find plenty of
suggestions as this is a recurrent question
Jul 15 '08 #2
On Jul 15, 5:16*pm, "ThatsIT.net.au" <me@workwrote:
I want to sell a application I'm making, I want to know how to add some sort
of license key or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in visual
Studio 2008

Anyone know how to do this?
Google for "visual basic .net copy protection" for a start. It gives
plenty of seemingly relevant links on the first page already.
Jul 15 '08 #3
Change your name to Tony Soprano.
"ThatsIT.net.au" <me@workwrote in message
news:A1**********************************@microsof t.com...
>I want to sell a application I'm making, I want to know how to add some
sort
of license key or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in
visual
Studio 2008

Anyone know how to do this?
Jul 15 '08 #4
ThatsIT.net.au wrote:
I want to sell a application I'm making, I want to know how to add some
sort
of license key or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in visual
Studio 2008

Anyone know how to do this?
You know, Microsoft offers a free shareware starter kit. Why not
download it and see how they do it?

Todd

Jul 15 '08 #5
There's a number of solutions on the CodeProject. Just search on
Licensing or some such. You'll find it.

"Todd Carnes" <to********@gmail.comwrote in message
news:g5**********@aioe.org:
ThatsIT.net.au wrote:
I want to sell a application I'm making, I want to know how to add some
sort
of license key or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in visual
Studio 2008

Anyone know how to do this?

You know, Microsoft offers a free shareware starter kit. Why not
download it and see how they do it?

Todd
Jul 16 '08 #6
On Jul 15, 11:16*pm, "ThatsIT.net.au" <me@workwrote:
I want to sell a application I'm making, I want to know how to add some sort
oflicensekey or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in visual
Studio 2008

Anyone know how to do this?
If you are open to a commercial solution then take a look at
Infralution's Licensing System. It's simple, cost effective and would
save you a lot of work. You can get more information and download an
evaluation version from:

www.infralution.com/licensing.html

Regards
Grant Frisken
Infralution
Jul 16 '08 #7
Thanks everyone, I will look into the solutions offered.

"Todd Carnes" <to********@gmail.comwrote in message
news:g5**********@aioe.org...
ThatsIT.net.au wrote:
>I want to sell a application I'm making, I want to know how to add some
sort
of license key or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in
visual
Studio 2008

Anyone know how to do this?

You know, Microsoft offers a free shareware starter kit. Why not download
it and see how they do it?

Todd
Jul 16 '08 #8
This is "microsoft.public.dotnet.languages.vb". How does that make this
"basically a C# NG"?

"Ignacio Machin ( .NET/ C# MVP )" <ig************@gmail.comwrote in
message
news:47**********************************@y38g2000 hsy.googlegroups.com...
On Jul 15, 9:16 am, "ThatsIT.net.au" <me@workwrote:
I want to sell a application I'm making, I want to know how to add some
sort
of license key or something to the app so that it can not be used without
payment.

I'm VB.Net and want to distribute it thought the web publish tool in
visual
Studio 2008

Anyone know how to do this?
This is basically a C# NG, so it's not the best place to ask this
question.

There are various ways of doing what you want, you could provide a
trial version with only a few functions active, or you could limit the
amount of data the app can process.

I'm sure that if you look into the archives you will find plenty of
suggestions as this is a recurrent question
Jul 19 '08 #9
Bruce W. Roeser wrote:
"Ignacio Machin ( .NET/ C# MVP )" <ig************@gmail.comwrote in
message news:47**********************************@y38g2000 hsy.googlegroups.com...
>On Jul 15, 9:16 am, "ThatsIT.net.au" <me@workwrote:
>>I'm VB.Net
This is basically a C# NG, so it's not the best place to ask this
question.
This is "microsoft.public.dotnet.languages.vb". How does that make this
"basically a C# NG"?
This thread is cross posted to both the C# and the VB.NET group.

Ignacio reads the C# group and you read the VB.NET group.

So you are both right or both wrong depending on how you define it.

Arne
Jul 19 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Thomas Miller | last post by:
I am deploying some software. I want the installer (wise, installshield, or whatever you reccommend) to smartly analyze the users computer and look to see if the .net framework is installed. If it...
7
by: Bryan | last post by:
is there a rough estimate somewhere that shows currently how many python 1.5 vs 2.2 vs 2.3 vs 2.4 users there are? have a majority moved to 2.4? or are they still using 2.3? etc... thanks, ...
9
by: Jim H | last post by:
In one of my functions I create a char string s, of dynamic allocated length. I want to free the memory before my function returns. Everywhere I find says free(s) is the way to do this, but I'm...
5
by: M15t3r M4g1c | last post by:
All I have an issue with a deployment of VB.NET I'd be interested in your thoughts please. I have rolled out VB.NET onto a box running W2K Advanced Server in standalone mode running TSWeb. ...
8
by: Mike9900 | last post by:
Hello, We want to add a secret code which is the expiration date and the number of uses of the trial software in storage. Saving this code in the Windows Registry is not a good choice, because...
0
by: bray | last post by:
Learn, share, and have fun at ChiPy's Monthly meeting this Thurs, April 13 at 7pm. This is sure to be our best meeting yet. Confirm your attendance: mtobis aat gmail doot com with "ChiPy April"...
3
by: Chakkaradeep | last post by:
Hi all, How to retrieve Users Names and also restrict internet access to a specific users using C# ? Thanks. Regards, C.C.Chakkaradeep
4
by: Daniel | last post by:
is there a way to detect if a user tries to access a php file? For instance, db.config.php is called in many php pages but should never actually be open directly. Is there a way to know if...
4
by: johnguilbert | last post by:
Hi, I have developed an application that I want to make an Evaluation Copy for 1 week. In the past I have used one of the following techniques with each having a drawback: 1. Write to...
11
by: ThatsIT.net.au | last post by:
I want to sell a application I'm making, I want to know how to add some sort of license key or something to the app so that it can not be used without payment. I'm VB.Net and want to distribute...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.