![]() |
|
C# KeyGen - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: C# KeyGen (/Thread-C-KeyGen) Pages:
1
2
|
C# KeyGen - ShawnReynolds - 07-31-2014 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 RE: C# KeyGen - Isaac - 07-31-2014 Why not convert the VB code into C# code? Try using this tool for the job : http://www.developerfusion.com/tools/convert/vb-to-csharp/ RE: C# KeyGen - ShawnReynolds - 08-01-2014 (07-31-2014, 09:42 PM)XrpmX13 Wrote: Why not convert the VB code into C# code? 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. RE: C# KeyGen - Isaac - 08-01-2014 (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? 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-Visual-Basic-and-NET-Framework-Family RE: C# KeyGen - ShawnReynolds - 08-02-2014 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. RE: C# KeyGen - Lynux - 08-03-2014 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
RE: C# KeyGen - ShawnReynolds - 08-03-2014 (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 That is the only one I can find that actually tells me that there is an error in the code. RE: C# KeyGen - Lynux - 08-03-2014 (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 hmm it might be an issue with converting it using what ever method they are using rather than an actual error in the code. RE: C# KeyGen - ShawnReynolds - 08-03-2014 I found one that works for me though, but thanks for the suggestions. RE: C# KeyGen - ArkPhaze - 08-14-2014 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. |