Page 1 of 1

Posted: Wed Jul 24, 2002 7:26 am
by BackupUser
Restored from previous forum. Originally posted by tranquil.

Howdy ho.

As mentioned in the beginnersforum I would like to see a command which returns the handle of an entry an a listview or treegadget so that it can be use together with the Windows API.

Something like:

Handle=GetItemHandle(GadgetNr,Item) >> Returns 0 if the Item does not exists otherwise the handle.

Handle=GetGadgetHandle(GadgetNr) >> Same as GetItemHandle

I know I can get the Handle of a Gadget during creating it but for readable sources this command would possibly fine to.


As mentioned in an earlier request I would like to see streaming commands for the cipher libs MD5 and CRC32 commands for hashing huge files "on the fly" directly from harddisk.


Okay, all for now.

See you soon.
Mike

Tranquilizer/ Secretly!
http://www.secretly.de
Registred PureBasic User

Posted: Sat Jul 27, 2002 8:28 am
by BackupUser
Restored from previous forum. Originally posted by horst.

For the CRC32 problem I have an ASM coded IncludeFile that
can handle files by chunks.

see http://home.mnet-online.de/horst.muc/pb/



Horst

Posted: Sat Jul 27, 2002 12:25 pm
by BackupUser
Restored from previous forum. Originally posted by tranquil.

Hi Horst!

Thanks a lot for that hint, I will use it till Fred implement streamingsupport for CRC and MD5.

As long there is still MD5Streaming missing we have to wait...

Mike

Tranquilizer/ Secretly!
http://www.secretly.de
Registred PureBasic User