Results for "Author: peter raddatz"
Displays thumbs of all image files in a given folder, a larger view and a description of the selected thumb.
It is a neat way to edit the "display only" MSFlexgrid without locking the user into the TextBox and still permitting "multiple cell entries". Slightly revised and some dead code and typos elimination. Posted as a .vbp & .frm file. Unzip, then load the .vbp file. Added a couple of functions.(9-14-99) (9-23-99) MAJOR ADDITIONS: - (1)In-Cell Cursor control,(2) ADD, DEL, INS, EXTRACT Columns or Rows, (3)"" recovers from accidental OVERTYPE. - Try finding that in MSDN! Please send comments as to useability! 1-4-2001 Backspace annoyance fixed!
This is the 'lite' version of the MSFlexgrid Editing code I posed on the 12th. This version does not use any TextBoxes at all. It has pretty much all the same features as the 'full' code, but a lot less code. Unless you're pickey you'll never know you're being faked out. 9-24-99: Major Additions (1) erases current cell and restores it again. (2) ADD, DELETE, INSERT, EXTRACT rows / cols.
BinWorks was cool. Written in PB it provided Bin$, Rotates etc.. Well step over BinWorks here is BinWorks II with much more speed and a few extras. Mind you the Bindll.dll was written in C, but it was written with VB in mind and the emphasis on SPEED. The Functions are provided for BYTEs, INTEGERs and LONGs... Var2Bin, Bin2Var, VarArray2BinArray, BinArray2VarArray, Var2Hex, Hex2Var, VarArray2HexArray, HexArray2VarArray, VarLeftRotate, VarRightRotate, VarLeftShift, VarRightShift, VarBitToggle. Rotates rotate 15 bit Ints and 31 bit Longs correctly. Enjoy! C - source code for the DLL is to be found in the psc-C section!
Encryption / Decryption. Update from Sentinel v2.x which had a weaker key schedule. Incorporated here is a CRC32 and Timediff function to determine SKeys. This is a much stronger enevelope. Does any type of file and single or multiple files with or without compression (PKZIP2.5). Very fast and very secure! Enjoy
This is a DLL to be used with VB. It is the C companion to the VB BinWorks II program posted there on Jan. 1, 2001. Does BYTE, INT & LONG to bin, hex etc. Mostly shows C programmers how to write DLLs and for VB programmers they can check that I didn't build in any VIRUS code. The accompanying VB code can be found in the psc-VB section.
Displays thumbs of all image files in a given folder, a larger view and a description of the selected thumb.
It is a neat way to edit the "display only" MSFlexgrid without locking the user into the TextBox and still permitting "multiple cell entries". Slightly revised and some dead code and typos elimination. Posted as a .vbp & .frm file. Unzip, then load the .vbp file. Added a couple of functions.(9-14-99) (9-23-99) MAJOR ADDITIONS: - (1)In-Cell Cursor control,(2) ADD, DEL, INS, EXTRACT Columns or Rows, (3)"" recovers from accidental OVERTYPE. - Try finding that in MSDN! Please send comments as to useability! 1-4-2001 Backspace annoyance fixed!
This is the 'lite' version of the MSFlexgrid Editing code I posed on the 12th. This version does not use any TextBoxes at all. It has pretty much all the same features as the 'full' code, but a lot less code. Unless you're pickey you'll never know you're being faked out. 9-24-99: Major Additions (1) erases current cell and restores it again. (2) ADD, DELETE, INSERT, EXTRACT rows / cols.
BinWorks was cool. Written in PB it provided Bin$, Rotates etc.. Well step over BinWorks here is BinWorks II with much more speed and a few extras. Mind you the Bindll.dll was written in C, but it was written with VB in mind and the emphasis on SPEED. The Functions are provided for BYTEs, INTEGERs and LONGs... Var2Bin, Bin2Var, VarArray2BinArray, BinArray2VarArray, Var2Hex, Hex2Var, VarArray2HexArray, HexArray2VarArray, VarLeftRotate, VarRightRotate, VarLeftShift, VarRightShift, VarBitToggle. Rotates rotate 15 bit Ints and 31 bit Longs correctly. Enjoy! C - source code for the DLL is to be found in the psc-C section!
Encryption / Decryption. Update from Sentinel v2.x which had a weaker key schedule. Incorporated here is a CRC32 and Timediff function to determine SKeys. This is a much stronger enevelope. Does any type of file and single or multiple files with or without compression (PKZIP2.5). Very fast and very secure! Enjoy
This is a DLL to be used with VB. It is the C companion to the VB BinWorks II program posted there on Jan. 1, 2001. Does BYTE, INT & LONG to bin, hex etc. Mostly shows C programmers how to write DLLs and for VB programmers they can check that I didn't build in any VIRUS code. The accompanying VB code can be found in the psc-VB section.
Encryption / Decryption. Update from Sentinel v2.x which had a weaker key schedule. Incorporated here is a CRC32 and Timediff function to determine SKeys. This is a much stronger enevelope. Does any type of file and single or multiple files with or without compression (PKZIP2.5). Very fast and very secure! Enjoy
It is a neat way to edit the "display only" MSFlexgrid without locking the user into the TextBox and still permitting "multiple cell entries". Slightly revised and some dead code and typos elimination. Posted as a .vbp & .frm file. Unzip, then load the .vbp file. Added a couple of functions.(9-14-99) (9-23-99) MAJOR ADDITIONS: - (1)In-Cell Cursor control,(2) ADD, DEL, INS, EXTRACT Columns or Rows, (3)"" recovers from accidental OVERTYPE. - Try finding that in MSDN! Please send comments as to useability! 1-4-2001 Backspace annoyance fixed!
This is the 'lite' version of the MSFlexgrid Editing code I posed on the 12th. This version does not use any TextBoxes at all. It has pretty much all the same features as the 'full' code, but a lot less code. Unless you're pickey you'll never know you're being faked out. 9-24-99: Major Additions (1) erases current cell and restores it again. (2) ADD, DELETE, INSERT, EXTRACT rows / cols.
BinWorks was cool. Written in PB it provided Bin$, Rotates etc.. Well step over BinWorks here is BinWorks II with much more speed and a few extras. Mind you the Bindll.dll was written in C, but it was written with VB in mind and the emphasis on SPEED. The Functions are provided for BYTEs, INTEGERs and LONGs... Var2Bin, Bin2Var, VarArray2BinArray, BinArray2VarArray, Var2Hex, Hex2Var, VarArray2HexArray, HexArray2VarArray, VarLeftRotate, VarRightRotate, VarLeftShift, VarRightShift, VarBitToggle. Rotates rotate 15 bit Ints and 31 bit Longs correctly. Enjoy! C - source code for the DLL is to be found in the psc-C section!
This is a DLL to be used with VB. It is the C companion to the VB BinWorks II program posted there on Jan. 1, 2001. Does BYTE, INT & LONG to bin, hex etc. Mostly shows C programmers how to write DLLs and for VB programmers they can check that I didn't build in any VIRUS code. The accompanying VB code can be found in the psc-VB section.
Displays thumbs of all image files in a given folder, a larger view and a description of the selected thumb.
Encryption / Decryption. Update from Sentinel v2.x which had a weaker key schedule. Incorporated here is a CRC32 and Timediff function to determine SKeys. This is a much stronger enevelope. Does any type of file and single or multiple files with or without compression (PKZIP2.5). Very fast and very secure! Enjoy
It is a neat way to edit the "display only" MSFlexgrid without locking the user into the TextBox and still permitting "multiple cell entries". Slightly revised and some dead code and typos elimination. Posted as a .vbp & .frm file. Unzip, then load the .vbp file. Added a couple of functions.(9-14-99) (9-23-99) MAJOR ADDITIONS: - (1)In-Cell Cursor control,(2) ADD, DEL, INS, EXTRACT Columns or Rows, (3)"" recovers from accidental OVERTYPE. - Try finding that in MSDN! Please send comments as to useability! 1-4-2001 Backspace annoyance fixed!