Distribute Programs For Money?
Dec 15, 2010
I have had a lot of trouble trying to distribute my programs for money. The way they are set up, you type in one product key, and it is activated. Now you can do this for any amount of installations or computers. What I would like to be able to do is have it so they can only use a product key 5 times. For example, you would host a text file on a server like this:
" XOTS3-G4SIT-HJ58GS-HMG52J, 1, 5" where the random characters are the product key, 1 is the amount of times it has been used, and 5 is the maximum limit. Something tells me that this is going to tie in with ASP.NET somehow, which I have no experience in, so if we could stay away from that it would be great. Also, I am having lots of trouble hosting a website from my house, so if there is a way to host it on another server like ripway.com that would be good too. I know I am supposed to post a source, but I really just want to know how to read and write to a text file on another computer using vb.net. I could figure out the rest.
View 7 Replies
ADVERTISEMENT
Jan 22, 2011
If we made programs in Visual Basic Express 2010 Trial are we allowed to keep the programs and distribute them freely on our sites and if we unistalled visual Basic can we keep the programs etc...
View 2 Replies
May 27, 2011
I am sure this can be done, as Visual Studio is basically built this way. What I want to do is simply make a class that my other workmates can use. But rather than have it in a code form, I want to build it (partially), and then my workmate can add it into their programs (sort of, like the add reference for the .NET stuff).
View 4 Replies
Nov 7, 2011
I am currently building an app using net framework 4 I am aware that if I want to distribute it for Windows XP, I have to include this as part of the setup
Which versions of windows has which net framework in the operating system which means I do not have to include it in the setup
ie What does Vista 32 & 64 bit have, What does windows 7 32 & 64 bit have
Also, is there a step by step tuition to create a setup package
View 11 Replies
Jun 3, 2011
My Employer want's me to create a program that will auto distribute accounts.[code]...
View 2 Replies
Apr 10, 2009
How do I create a .NET component as a DLL and distribute it?
View 3 Replies
May 30, 2009
What is the best way to distribute application file of VB.NET 2005?This what I am trying to do.
Sever - Windows 2008 standard(Web Server)
Application - VB.net 2005
DB- SQL server 2005(Installed on same web server)
[code].....
View 7 Replies
May 21, 2009
I create Win32 DLL using vb.net (VS2005), for later use in vb6 application. I've try and it's workout (on my pc). I'm wondering if theres a way to distribute that dll files with my vb6 application, without installing net framwework on target pc.
If you wonder why i'm doing this, the answer The current application on target computer still using application that i've develop with vb6. My company have a plan to migrate to VB.net so i have to update a litle by litle so the old application still running until the new one (which i developed using vb.net) is ready to lunch. By the time new application running, my plan/target is i only update a minor change/installation.
View 1 Replies
Aug 31, 2009
Maybe it's because I'm using Express that I can't publish my program in any fashion to my friend? I've tried using Clickonce to send it by email, I've tried publishing my program on a webpage, but whatever I try ends in errors.
View 8 Replies
Feb 2, 2010
I started with VB 6.0 back when i was 14, I was mostly into coding programs that interacted with other programs. Recently I installed VB.net 2005 pro i got from school, and i grabbed few source codes that teach show interaction, I feel so dumb, i dont remember anything lol. It be great if you guys can share some source codes and other stuff in this field. also other day i was in dream spark and i am able to get copy of VS.net 2010 ultimate edition, are there a lot of major changes, cause i got 2 thick book for VB.net 2005..
View 1 Replies
Feb 23, 2009
When you've finished a program and you're trying to distribute it to the mass public. How is the best way to go about doing this? What sites would you post your program on and getting the word out that there is a new program on the block and it does xyz. This is directed to freeware so there wouldn't be any advertising.
Sorry for not explaining it very well the first time.
View 2 Replies
Dec 6, 2010
I'm on VS 2008 I have one form contains many textboxes,when I write in one textbox (UserName) the letters and numbers should distribute to the other texts where each textbox has only one letter or number from the original text to get them ready to be encrypted.
What code I can use in text change event that takes the whole text and throw it in the other textboxes so each textbox has only one value ?
View 9 Replies
Apr 30, 2011
How to distribute required *.dll files with your application ?
I want to include System.Data.SQLite.DLL file
View 1 Replies
Oct 5, 2010
So I have been searching around the next and keep finding solutions that all have errors due to upgrades. Basically what I want to do is load the following type of XML file when a button is pushed:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file -->
<DATA version="1.0" xsi:schemaLocation="[URL]" xmlns="[URL]" xmlns:xsi="[URL]">
<NOTES> <NOTE NameId="Name1" Colour="13" PNotes="Test7" />
[Code] .....
But after that I want to sort out the attributes. I want all of the NameId's to go into a ListBox. After I get that problem sovled I am wanting to have the info in the PNotes attribute to be displayed in a TextBox when the connecting NameId is selected in the ListBox.
View 1 Replies
Feb 3, 2012
My application writes to the event log if there is an error or other status updates.
The application checks to see if there is an event source named "applicationName"and if not, it creates the source (see code below).
This works fine if the user is an administrator.
If the user is not an administrator, an error is thrown when SourceExists is called:
{"The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security."}
In my environment, the typical user is NOT an admin. Therefore, I cannot use the event log in my application.
Is there a way around this, or is the event log effectively useless for distributed applications?
View 9 Replies
Mar 11, 2010
I've used VB2008EE to create a Windows Forms app which includes a Help form. The helpform contains a Treeview for navigation and a WebBrowser control which displays the relevant part of an HTML page containg the help information.The app is intended to be used offline - so I need to include the HTML page file as part of the published app, and I need to be able to specify where this HTML file will be installed on the target computer so that the URI in my Helpform which loads the Help page will locate this file.
(I expect the HTML file should live in the directory pointed to by the:
My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData property)
how to specify the Project settings and Publish Wizard etc. (& whatever else is necessary) in order to achieve the above.
View 3 Replies
Mar 31, 2011
I'm an old programmer who knows VB6. I want to write an application and distribute it to a friend. I have not enough time to learn now Visual Basic Express 2010. What can I do ? How may I obtain a license for this ?
View 3 Replies
Jun 2, 2011
how to deploy or to distribute the completed application in clients' machine in vb.net.. what if the dbms used in sql server 2005.. how about ms access.
View 1 Replies
Jul 13, 2010
I am developing a winforms application that will have an offline mode, so that it can access the data if an internet connection (or more accurately, a connection to my WCF service) cannot be established. I have decided to utilize SQL Server Compact edition on the client side of the application & was wondering what the general consensus is on the "best" practice for making the client application (Sql Server Compact) subscribe to the master database (MSSQL 2008).
Management enters information into a web based administration panel that I developed and is stored in a MSSQL 2008 database.After adding / modifying information, they can click a release "datapack" button which will increment a "datapack" version number, which will later be used by the client application to determine if they are in sync or not. When the client application is started, it connects to the internet and determines if the version numbers are in sync. If not, it pulls the information from the server.
That third step is where I'm a bit lost I thought about simply developing a web service that will expose a dataset containing all of the data and just iterating through it doing inserts, but that seems terribly inefficient to me. The full database probably wouldn't amount to much more than 5 MB total, so that led me to think it would be great if when management clicks the release datapack button, it would store the database in a file that could simply be downloaded and would replace the embedded database. Again, I'm a little lost on how that would work. This is my first time working with an embedded database, most of my work has been web/win apps that have real-time access to the data.
View 1 Replies
Dec 5, 2011
I have a visual studio solution written using VB.net. The solution contains 4 projects.
[Code]...
View 1 Replies
Mar 30, 2010
I'm making a program with a few text boxes that are for cents, nickels, dimes, quarters, dollars and I want them to all add up which works but when you leave one text box blank you get an error. This is my code:
Dim Cents As Double
Cents = tbCents.Text * 0.01
Dim Nickels As Double
Nickels = tbDimes.Text * 0.05
[code]....
View 8 Replies
Jun 14, 2012
how can i breakdown the amount of money into available denominations. for example, i will input 7,542, the program will output how many thousands, hundreds and 1 coins are in the amount. im thinking the trimming functions of VB but no idea how to start.
View 9 Replies
Apr 18, 2011
I have in Sql a money filed named value, and the data looks like this: 234.0000 .
I use this data trough a vb application, and so I store it in a double variable named dfValue, but I only get 234.0, even if I use: select round(value,2,1) and then Format (dfValue,"#.00").
View 8 Replies
Nov 11, 2011
I have a textbox and a label, on the label it shows the current price and it in the text box im allowing the user to enter a price aslong as its higher then the current price,once they have entered there relevant bid and clicked the button "Bid" i wont to automatically show them the new bid and show a relevant message saying "Congratulations your the highest bidder" or something along them lines...
Can some one point me or tell what i should use to calculate the current bid value and the value they enter add them together and show the new amount?Just for additional information they can bid as little as 1p as long as it increases the current value....
View 9 Replies
Feb 21, 2010
I am creating a roulette wheel using microsoft excel visual basic. I want to create a table with the amount of money you have that goes up or down based on wheter you win/lose. This is what I have so far:
Public Sub spin()
Dim speed As Double
Dim spin As Double
Dim maxspeed As Double
[Code]...
View 4 Replies
Feb 13, 2012
I'm trying to convert a mathematical result of money format example:
Dim num1 As Integer = 2000
Dim num2 As Integer = 500
msgbox(cDbl(num1 + num2))
It only returns 2500, which I need to return my 2,500.00?
View 6 Replies
Jan 18, 2011
I want to format the contents of my textbox while typing.I know that I can do this in LostFocus event, but I want it to be done while I am typing. Does anyone have any suggestions on how to implement this?
View 1 Replies
May 10, 2011
I'm trying to insert data into a table but I get the error "Cannot convert char value to money. The char value has incorrect syntax". Here is my
[Code]...
View 3 Replies
Sep 17, 2009
i am supposed to calculate change. well this works fine but i need to know how to make it show how to breakdown the money in dollars quarters nickels dimes and pennies. [Code]
View 5 Replies
Aug 4, 2010
I usually have a check to see if a certain database column is DBNull and if it is convert it. Current with a datatype of money in SQL 2008 with the row column containing
Null, i declare the equivalent value as Decimal (in .Net) then get the error "'DBNull' to type 'Decimal' is not valid".... How could i check this column for null and convert it?
View 4 Replies