SA-MP Forums Archive
[Tool/Web/Other] Character Counter By Otacon - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Character Counter By Otacon (/showthread.php?tid=376712)



Character Counter By Otacon - OTACON - 11.09.2012

Character Counter By Otacon
(My first application with Visual Basic 2010)
[*] Screenshots:



[*] Information:

[*] Is an application to count the characters of any text string and created The New With String , the maximum characters that are detected 500.

[] Code Contents:
* TextBox
* TextLabel
* Boton
* Timer
* LinkLabel
* BoxImagen


[*] Downloads:

[Ejxecutable]


[Source]


[*] Password :

Otacon

[*] Credits:
OTACON (I'm) ¬¬


Re : Character Counter By Otacon - R@f - 11.09.2012

Sorry but this kind of releases are very easy to do and useless as many known tools like Notepad++ or even Pawno are doing the same (http://forum.sa-mp.com/showpost.php?...7&postcount=15).
And there are already many character counters...
https://sampforum.blast.hk/showthread.php?tid=375215
https://sampforum.blast.hk/showthread.php?tid=321776
https://sampforum.blast.hk/showthread.php?tid=362874
https://sampforum.blast.hk/showthread.php?tid=193832
https://sampforum.blast.hk/showthread.php?tid=359342
https://sampforum.blast.hk/showthread.php?tid=322053

Try to do something more original.

Ps: I took ****** links from another subject.


Respuesta: Character Counter By Otacon - OTACON - 11.09.2012

In my first application, be patient, then I'll make one more elaborate and original

Thanks for the comment :P


Re: Character Counter By Otacon - doreto - 12.09.2012

Here you suggestion : it will be great if you could post one more textbox down after "new octan[256]" wich everythng you type from large box its create ready for use

if you havent understand here example how its should look

pawn Код:
new string[126]; // random number
format(string,sizeof(string)," your message from large box");
And they only need to copy and paste it