Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
hello guys
can anyone tell me how to create a serial key gen program that will get system info and computer ID to create a serial key.I am a beginner in this so please dont answer me about c++ or something else just in vb10 if u can.I use VB 2010 express.Appreciate your help!
Posted
Comments
Sergey Alexandrovich Kryukov 9-Feb-12 17:31pm    
What exactly system info?
--SA

Why couldn't you type in the keywords I gave you the other day in to google ? I did it for you

http://www.vb-helper.com/howto_net_get_cpu_serial_number_id.html[^]

Don't work too hard, most people who get super stressed about securing their software, are vastly overestimating the likelihood of anyone wanting to steal it.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Feb-12 17:47pm    
My 5 just for the last sentence. I just missed my chance to say the same in my answer.
--SA
For example, see this code sample: http://www.vbforums.com/showthread.php?t=508069[^].

You can find a lot more: http://bit.ly/yFYgUP[^].

So, you got the solution.

You may ask: "Why would you include "C#" and ".NET" in the search if I strongly ordered VB.NET and nothing else, because I'm the beginner?".

I'll explain it. Because this answer can be viewed by other members who can be more practical and reasonable then your are. Begin a beginner is just a useful excuse for getting bad result. If you are a beginner, you are supposed to begin, not to stay beginner all the time. How this is related to VB.NET? The fact of real life is: there are too many advanced developers who just don't take anything related to Basic seriously. Even though VB.NET is a decent language having almost nothing in common with legacy VB, it is proprietary, not standard, and probably will never be, while C# and C++/CLI are strictly standardized under ECMA and ISO.

Do to this and other factors, often purely social factors, if you want to find something about .NET, the best answers will be in C#. So, any .NET developers hoping for help just needs at least basic understanding of C#, realistically, to be successful.

Besides, you can always try to translate what you cannot understand:
http://www.developerfusion.com/tools/convert/csharp-to-vb/[^].

It works not in 100% cases, but usually helpful.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900