Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Project Ideas (http://www.programmingforums.org/forum50.html)
-   -   Got an idea... not sure how to go about it (http://www.programmingforums.org/showthread.php?t=9487)

Robb4248 Apr 22nd, 2006 8:55 PM

Got an idea... not sure how to go about it
 
Hey all, I'm new to these forums. I am an owner of a medium business and have a volume licensing contract with microsoft. I'm getting annoyed with having to keep track of all of the peices of paper with the keys on it. I'm looking to create a program where I can enter all of my serials into a single program that will cycle through them so I can keep them on my flash drive for easy access, instead of risk loosing all of my serial numbers on my papers. THIS IS IN NO WAY a keygen of any sort, it is just a program for my business PCs. Can anyone help me with a toturial for going about this?

OpenLoop Apr 22nd, 2006 9:06 PM

So you want a serials Database? If the number of serials is relatively small, just type it in a text file. A database would be an overkill in that case.
Or you can create an MS Access Database with forms, real easy to work with yet enough for the functionality you're asking.

Booooze Apr 22nd, 2006 9:10 PM

Look at it this way. Your not going to hard code them into the program are you? Because that would simply not be logical if you are going to add and remove one at some point in time. Therefore you are going to have to save them to some data file, and load them intoa program. If it's a small number, you might as well use a textfile, but thenw hat would be the point of loading them into a program just to view it. The question to ask is what else do you need to store besides serial keys?

Robb4248 Apr 22nd, 2006 9:22 PM

its about 125 volume serials, and I would like to integrate them into a small program. I would not be removing them out of the program. I mainly want it to be in this form for the looks.

King Apr 23rd, 2006 12:10 AM

Couldn't you just use a spread sheet, or am I missing something? I would write a program for this, but only because I am a nerd and looking for something to code lol.

Robb4248 Apr 23rd, 2006 12:27 AM

lol... do you have AIM, maybe we can discuss this in a little more content

Ooble Apr 23rd, 2006 9:17 AM

I would suggest encrypting the serials in some way so that you need a password to read them.

zorin Apr 23rd, 2006 12:11 PM

you could do this in visual basic in about 30 minuites. Just create a combo box with the name of that program and then do another combo box next to that with the serials. If you don't want to so all that, you could just enter them manually into a notepad with all the details. And like Ooble said make sure to encrypt them, you can do this with PGP or just put it into a .RAR file archive file and password protect it.

Ooble Apr 23rd, 2006 12:58 PM

Please, do it in Visual Basic .NET or C#, not Visual Basic. You'll get it done just as quickly, and they're not crappy. :)

piercy Apr 23rd, 2006 2:25 PM

ms access
 
as said above MS access! there does not seem to much point creating a program (unless you want something to do) for it when it can done be much easier in MS access and can still look good.


All times are GMT -5. The time now is 10:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC