Component for handling Recent files list and Open, Save, Save As, Exit Commands. Has a recent list (MRU) if you want with ini. Will call your file handlers only when needed so you dont have to worry about changed files, loading Open/Save dialog boxe
HKMessageReceiver is a non visual component, that added to a form, makes it able to receive messages sent or posted at application.handle. It has an event that is called when all WM_USER messages are broadcast. This way you can give large programs
HKHelp is a pseudo-visual component to add help to any program, without help compilers etc. When a user selects a control, a customized pop-up window opens which can contain any text, even with different bullets, fonts, sizes, colors. Can also be use
HKSetup is a template project to create self-extracting zip files. The program Unzip's the zip with internal routines in the windows temporary directory, asks for confirmation, and executes (all of these are options) an exe file in the zip. This is
HKProgressbar is a completely different approach to long loops that you might do sometime. You set up the component and it starts your process in a different thread (or not), so you can continue using your program if wanted. If you want, a progress b
HKSafeForm is a component that you can add on any form. Just add, nothing else. After that all of the form's controls captions will be protected from editing with a hex editor. EVERYTHING with a caption property gets protected, even non borland
HKStreams is a component that enables you to easily save and load many streams into one file. The streams can be stored with LHA compression if wanted, and can also be encrypted with blowfish. THKStreams is also smart, if you load afterwards an encry
HKHelp is a pseudo-visual component to add help to any program, without help compilers etc. When a user selects a control, a customized pop-up window opens which can contain any text, even with different bullets, fonts, sizes, colors. Can also be use |