Securing Software (HWID)? - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9) +----- Thread: Securing Software (HWID)? (/showthread.php?tid=367) |
Securing Software (HWID)? - GeordieBen - 07-25-2011 Hi all, I'm a begginer in vb.net and looking for a little help on solving this annoying problem..... I have been trying to figure out a way to make a hardware id lock for my software in vb.net. i would like to be able to use all hardware and not just the proccessor if thats possible, abit like how winlicense's hwid lock is. here is what code i have atm Code: Public Shared Function gethwid() As String Also, if possible can i get a hwid that looks like this format '12345-1234-12345-12345' instead of the format 'BFEBFBFF000006FB' Look forward to your reply's Thanks Geordie Re: Securing Software (HWID)? - brandonio21 - 07-30-2011 Hey Geordie! First off, welcome to the forums, I hope that you are enjoying your stay. Anyway, I have never tried to lock my applications using HWID... Sorry to say. So I cannot help you with this. However, hopefully another forum member will be able to help! |