Advertisement

Results for "Author: peter raddatz"

5_2007-2008 #173312
MSFlexgrid Editing Lite

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.

5_2007-2008 #173313
BinWorks II

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!

5_2007-2008 #173314
BinWorks II.DLL

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.

5_2007-2008 #173315
PBase (Picture Base)

Displays thumbs of all image files in a given folder, a larger view and a description of the selected thumb.

6_2008-2009 #195828
Sentinel v3.0

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

6_2008-2009 #195829
MSFlexgrid Editing

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!

6_2008-2009 #195830
MSFlexgrid Editing Lite

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.

6_2008-2009 #195831
BinWorks II

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!

6_2008-2009 #195832
BinWorks II.DLL

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.

6_2008-2009 #195833
PBase (Picture Base)

Displays thumbs of all image files in a given folder, a larger view and a description of the selected thumb.

7_2009-2012 #218346
Sentinel v3.0

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

7_2009-2012 #218347
MSFlexgrid Editing

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!

7_2009-2012 #218348
MSFlexgrid Editing Lite

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.

7_2009-2012 #218349
BinWorks II

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!

7_2009-2012 #218350
BinWorks II.DLL

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.

7_2009-2012 #218351
PBase (Picture Base)

Displays thumbs of all image files in a given folder, a larger view and a description of the selected thumb.

Languages
Top Categories
Global Discovery