Login Register






C# KeyGen filter_list
Author
Message
C# KeyGen #1
Can someone tell me how to create a KeyGen in C# language? I know how to do it in Visual Basic, but I want to know what the code is in C#.

Thanks,
Vallex Koten

Reply

RE: C# KeyGen #2
Why not convert the VB code into C# code?
Try using this tool for the job : http://www.developerfusion.com/tools/con...to-csharp/
[Image: 5R6Js8r.gif]

Reply

RE: C# KeyGen #3
(07-31-2014, 09:42 PM)XrpmX13 Wrote: Why not convert the VB code into C# code?
Try using this tool for the job : http://www.developerfusion.com/tools/con...to-csharp/

Thank you, I have actually been looking for something like this for a while now.

Edit: I tried it but it freezes at processing. I found this site: http://converter.telerik.com/, but it says that there is an error in the original code.

Reply

RE: C# KeyGen #4
(08-01-2014, 12:06 AM)VallexKoten Wrote:
(07-31-2014, 09:42 PM)XrpmX13 Wrote: Why not convert the VB code into C# code?
Try using this tool for the job : http://www.developerfusion.com/tools/con...to-csharp/

Thank you, I have actually been looking for something like this for a while now.

Edit: I tried it but it freezes at processing. I found this site: http://converter.telerik.com/, but it says that there is an error in the original code.

Well, I can't really help you with that. You can post the code with errors in the .NET coding section and ask if anyone can help you with it : http://www.hackcommunity.com/Forum-Visua...ork-Family
[Image: 5R6Js8r.gif]

Reply

RE: C# KeyGen #5
The code does not have any errors. I have already finished the program in Visual Basic, and it works fine, I found a website that works, but these two unfortunately do not.

Reply

RE: C# KeyGen #6
You could always try this no guarantee that it will work though http://converter.telerik.com/ as it is down to the dev of the site to fix any bugs or problems the may produce in the future of your code Smile
Donations for Alcohol, Hookers & MJ: 1PzvkR3E3RvEMrcsuFV4AWAzWbum7mtVdZ

Reply

RE: C# KeyGen #7
(08-03-2014, 12:06 AM)lynux Wrote: You could always try this no guarantee that it will work though http://converter.telerik.com/ as it is down to the dev of the site to fix any bugs or problems the may produce in the future of your code Smile

That is the only one I can find that actually tells me that there is an error in the code.

Reply

RE: C# KeyGen #8
(08-03-2014, 12:18 AM)VallexKoten Wrote:
(08-03-2014, 12:06 AM)lynux Wrote: You could always try this no guarantee that it will work though http://converter.telerik.com/ as it is down to the dev of the site to fix any bugs or problems the may produce in the future of your code Smile

That is the only one I can find that actually tells me that there is an error in the code.

hmm it might be an issue with converting it using what ever method they are using rather than an actual error in the code.
Donations for Alcohol, Hookers & MJ: 1PzvkR3E3RvEMrcsuFV4AWAzWbum7mtVdZ

Reply

RE: C# KeyGen #9
I found one that works for me though, but thanks for the suggestions.

Reply

RE: C# KeyGen #10
Telerik is the best one I've come across. DeveloperFusion's converter sucks harder than a vacuum. From what I recall, there was an issue with either lambda's, anonymous methods, or event handlers in the conversion, and of which didn't exist when using Telerik's code converter.

Which one did you find? And are you actually creating a KeyGen? Or just some random serial key generator? There is a big difference.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply