Re: [Gambas-user] Using MD5Sum On File

2012-11-09 Thread Rob Kudla
On 11/09/2012 10:34 PM, Christian DaGeek247 Stephens wrote: > command button. What I want to do is get the md5sum of the file chosen > shown in the label when the user clicks the button. I can > use properties_md5.caption = Crypt.MD5(fchoose.Name) to get a random hash, > but i want to get the hash

[Gambas-user] Using MD5Sum On File

2012-11-09 Thread Christian DaGeek247 Stephens
*alright, so I have set up three things; a file chooser, a label, and a command button. What I want to do is get the md5sum of the file chosen shown in the label when the user clicks the button. I can use properties_md5.caption = Crypt.MD5(fchoose.Name) to get a random hash, but i want to get the h