Page 1 of 1

Something Im Working On

Posted: Wed Jun 25, 2008 1:17 pm
by silentrunner
Hey guys this is the first sorta major thing ive coded since i suck at coding anyway it a little app i been making over the past few hours to help the halo 2 vista community and to save myself some time mainly, just wondered what you guys think ?? its still early so if you don't like something tell me and ill change it :D

Image

Image

Image

Posted: Wed Jun 25, 2008 2:47 pm
by vendetta102
awsome im trying to learn how to mod and make maps and that would real help :D

Posted: Wed Jun 25, 2008 2:55 pm
by silentrunner
vendetta102 wrote:awsome im trying to learn how to mod and make maps and that would real help :D
:D yh i should have it finished pretty soon : )

Posted: Wed Jun 25, 2008 3:09 pm
by Argetlam
Looks cool. Is it going to be able to update or something like that so that you can add new tutorials and stuff later on without us having to redownload the whole app? If you could do that, then it would be awesome.

Posted: Wed Jun 25, 2008 3:31 pm
by silentrunner
Argetlam wrote:Looks cool. Is it going to be able to update or something like that so that you can add new tutorials and stuff later on without us having to redownload the whole app? If you could do that, then it would be awesome.
hmmm yeah i already thought of that but it would be hard considering my bad coding skills. ill see what i can do but im not promising nothing

Posted: Thu Jun 26, 2008 9:35 am
by Unilat
Use a treeview instead of the menustrip. Tutorials can then be extracted from an online XML file just like my old program H2E. I had a php site that let users submit tutorial names and a link. PHP then stored in in an xml. The program read it. Its pretty simple.