Hexa class – format correct hexa string
This class will help you to get correct hexa string to save in a file. eg, 10 in decimal is “A” in hexadecimal, but when creating an hexa string to save it in a file you need to give the…
This class will help you to get correct hexa string to save in a file. eg, 10 in decimal is “A” in hexadecimal, but when creating an hexa string to save it in a file you need to give the…
This class will help you to have a string in hexadecimal format to save it in a file. It creates the header of the file, the header of the bitmap and the data. This class require the Hexa class. Be…
Today I have to finish an application I’m developing for my company. This application is downloading external parts of a house (png files) and displaying them on top of the house image. Thus the user can see the different texture…
This class has been made to be able to listen to the events of a CLASS not to the on of an instance.
Today I check my rss feeder and I’ve seen that michael has posted a Vector class here. Which reminds me that I have done one as well. So I’m posting it here. Hope you’ll like it
Hello… Still my old stuff that I re-publishing. This class will let you scan your hd. You have optional parameters: forceRoot : String, force the root of the scan ( eg : C:\data\image\ ) so then eg the folder “C:\data\image\test”…
Ok, here is a class to be able to get the same date format for your files on your system and on the ftp (not the case for now)