Page 1 of 3

[Apps]-My first apps *Look Inside*-T1. *Update Page 2*

Posted: Sun Jul 09, 2006 9:00 pm
by T1xAnton
Well Guys these are my first applications I have ever done. I Know they are simple and easy to do but now that I have done them I realize they were easy. So please don't flame. Tell me how I can improve Etc Etc. Thanks for your time.


Credits:
Anthony of course
Dark Metal
EVAN-Dont know his halomods name omfco or something
And anyone I forgot.

Posted: Sun Jul 09, 2006 9:01 pm
by SerpentKnights
awsome :)

now i don't have to go through dothalo just to find these tags :)

Posted: Sun Jul 09, 2006 9:02 pm
by RA1N THE ELITE
ok they sound good but what do they do exactly.

Posted: Sun Jul 09, 2006 9:03 pm
by T1xAnton
They Edit the ligh, jpt!, and mach tags. I am currently extending the ligh and mach tags to the fullest extent now. I will maybe update later. :P

Posted: Sun Jul 09, 2006 9:04 pm
by SerpentKnights
dl them and try them :)

but they just allow u to edit the tag alone... instead of going through tags in dothalo and stuff

EDIT: also, later T1x, put them all together in one apps :)

Posted: Sun Jul 09, 2006 9:05 pm
by T1xAnton
Will do.

Posted: Sun Jul 09, 2006 9:05 pm
by Monkey Terd
Yay, something I could have edited with Entity!1@1!!? :? Good Job on learning to code sort of. Keep it up and mabye you'll make some awesome map editor! 8)

Posted: Sun Jul 09, 2006 9:07 pm
by T1xAnton
ahh monkey.. I knew you loved me. And yeah I am considered the nooby programmer but look on the bright side atleast I can understand most of the genious talk around here now. lol. :P

Posted: Sun Jul 09, 2006 9:09 pm
by RA1N THE ELITE
keep at it. I cant even make a plugin. LOL. even though they gave me the code. LOL.

Posted: Sun Jul 09, 2006 9:45 pm
by F1N3ST
Im not putting this down in any way, but didnt you just copy the values and what not from plugins and put them into these conveinient programs.

Posted: Mon Jul 10, 2006 1:52 am
by Beserker
you have a minor bug when you open a map and then you open another one the map that was opened stays there and the tags become more and more.

to fix this you must put in the code before the open map dialog, the listbox that has the tags you must empty it by saying (listbox(the one with the tags) .text = "" )...and then you load the next map or watever.

Hope i helped :wink:

Posted: Mon Jul 10, 2006 4:12 am
by JesseCuster
Wow...its good to understand that programmer stuff...nice work

mh...for the jpt! APP...can u make the Size of the Window bigger , where u can see all jpt! s? its to little......

Why i asked u...think u know this and fix this :wink:

Posted: Mon Jul 10, 2006 5:14 am
by DarkMetal
Good job man... I'm sorry I couldn't help you out very much. I suck at VB.

Posted: Mon Jul 10, 2006 5:17 am
by ExileLord
Good job on coding, but I don't see the point in releasing an app when a plugin could do the same thing...

Posted: Mon Jul 10, 2006 5:27 am
by SpecOp44
..these are useful..keep at programing and make some really awesome Apps :D

Posted: Mon Jul 10, 2006 6:14 am
by Beserker
ExileLord wrote:Good job on coding, but I don't see the point in releasing an app when a plugin could do the same thing...
i think its a good learning experience :roll:

Posted: Mon Jul 10, 2006 7:51 am
by -DeToX-
Beserker wrote:
ExileLord wrote:Good job on coding, but I don't see the point in releasing an app when a plugin could do the same thing...
i think its a good learning experience :roll:
Ya man... Hey... T1xAnton, nice job.. :wink: PS: Hes right, its part of the learning experience.... Hell we all gotta start somewhere. But ExileLord.. You kinda do have a point, but hell, its all fun and games right? :wink:

Posted: Mon Jul 10, 2006 8:59 am
by 0mfc0
Yes it is 0mfc0 but good job on getting it finished :P

Posted: Mon Jul 10, 2006 9:02 am
by MrBalll
Nice job on the apps T1. Keep up the good work.

Posted: Mon Jul 10, 2006 9:14 am
by LuxuriousMeat
Beserker wrote:to fix this you must put in the code before the open map dialog, the listbox that has the tags you must empty it by saying (listbox(the one with the tags) .text = "" )...and then you load the next map or watever.
just put this on the 1st line after your If openfiledialog1.Showdialog() blah blah

Code: Select all

ListBox1.Items.Clear()