|
||||
![]()
I made my first fairly crappy program on my own, yaaay!
![]() First time ever distributing a program, so if I somehow left out a data signature or anything that prevents anti-virus software from mistaking a program as a virus, I apologize in advance. No idea how to prevent that. Anyway, you just enter the names of your party members and get back a random team. I made this for people like myself who can never decide on a team to use when there are multiple party members. I originally intended it for the Tales series to assist in hunting down Vesperia's elusive group victory quotes and to break out of using the same party over and over. If need be, I can increase the number of party slots if 12 isn't enough, but I don't recommend using this for Pokemon. I might make a separate program for that (I can feel my fingers hurting already...) So anyway, here's the download link: http://www.mediafire.com/download/68...m+Selector.exe
__________________
"Ideas are only stupid if they fail. And ideas fail once they have been given up on. Last edited by sonic260; 07-04-2014 at 05:36 PM. Reason: Update |
|
|||
![]()
What language did you use to develop this?
Visual Basic? C#? C++? It has to be one of these three. Also, here's some virus scan results: https://www.virustotal.com/en/file/a...is/1404446364/ |
|
|||
![]() Quote:
It's one of your first programs, right? Looks good for a starter. Good luck with your upcoming programs! |
|
||||
![]()
Le derp. I tested the application again, and I found out that sometimes the last party member will show up as a blank line in the results list when you're fighting with an odd-numbered party. Here's the updated version (It's already in the first post if you've downloaded it already). Now everything should work as intended:
http://www.mediafire.com/download/68...m+Selector.exe
__________________
"Ideas are only stupid if they fail. And ideas fail once they have been given up on. Last edited by sonic260; 07-04-2014 at 05:47 PM. |
|
|||
![]() |
|
|||
![]()
Looks good for a first program. One thing you should keep in mind if you haven't already is always use good naming conventions for controls for example form is frm, button is btn, it makes your program easier to keep organised, give things names like txtPartyMember1 rather than label1.
I use http://en.wikipedia.org/wiki/Hungarian_notation |
|
||||
![]() Quote:
__________________
"Ideas are only stupid if they fail. And ideas fail once they have been given up on. |