Code
 

About the code tcp/ip code compression and encryption code other code

  • XML Parser v1.2
    An xml parser completely written in Power Basic. It will compile with either PBCC 2.1+ or PBDLL 6.1+
  • Extended stored procedure sample for M$SQL. This is a very simple extended stored procedure that compiles to a dll for registration in sql server.
  • RTF routines Wrappers for loading, saving, and printing from the Windows RTF common control. PBDLL Sample program included.
  • Input box module
    An alternative to the InputBox function in PBDLL.
  • Progress bar module
    Wrapper around creating and displaying a progress pop-up window.
  • EZ Twain
    My translation of the free EZ-Twain library header files. This should be considered beta as I only tested a few of the routines that I translated. The eztwain dll is not encluded. Download it from here.
  • .INI file
    Wrappers around windows .ini file routines.
  • Registry
    Wrappers around the windows registry manipulation routines.
  • Memory Sharing
    An example of passing data between processes using the WM_COPYDATA message. Demo requires pbdll and pbcc.
  • Base 36 numbers
    Functions to create and store base 36 numbers in a file. A base 36 number is composed of "digits" from 0-9 and A-Z. A 7-byte base36 number goes up to over 78 billion.
  • Bar codes
    Generate a number of different bar code formats. Function returns a string of 0's and 1's representing the lines and spaces of the bar code.
  • Memory Allocation
    GetMem and FreeMem functions for use with pointers. Like malloc, etc. in C.