.

Downloads:Windows

 
Accessing Strings from a Direct/32 DLL
 
download
2 Kb
Accessing strings from a Direct/32 DLL. Please note that Direct/32 does not work properly with current versions of Visual Basic. Freeware.

 
     
 
Add Windows Resource Info to PB Programs
 
download
14 Kb
Demonstration of how to add Windows version resource information to your PowerBASIC programs and how to read this information from any program file. Freeware by Egbert Zijlema.

 
     
 
Address Book
 
download
94 Kb
Dynamic Dialog Tools example code for an address book application.

 
     
 
Amazon Web Services Addons to PowerBASIC
 
download
556 Kb
Demonstration of Amazon Web Services, XML, SAX, XSLT, FireFly, SacksPB, SacksXSL addons to PowerBasic. Preserve directory structure when unzipping. Public Domain by Chuck Hicks.

 
     
 
ANSI Terminal Program
 
download
189 Kb
An ANSI terminal program with GUI interface elements. Freeware by Lance Edmonds, Georg Potthast, and Py Logan.

 
     
 
API Calls for Microsoft Excell
 
download
31 Kb
Using API calls for Microsoft Excel from PowerBASIC.

 
     
 
Application Tree Diagram
 
download
398 Kb
Dependency Walker 2.1 scans any Windows module (EXE, DLL, OCX, SYS, and so on) and builds a tree diagram of all dependent modules, along with a list of functions called in each module. It can catch all dependency types, including dynamic ones that are loaded at runtime. Use it for building setup scripts, analyzing programs, and troubleshooting load problems. Freeware by Depedency Walker.

 
     
 
Array Sum
 
download
4 Kb
This freeware DLL provides routines to add the specified elements of a numeric array. Freeware.

 
     
 
Autralian Postal Codes
 
download
267 Kb
Search Australian Post database. Enter suburb to get post code, or vice versa. Freeware by Gary Barnes.

 
     
 
B+Tree Database System
 
download
245 Kb
Cheetah 2.19 is a fast, small b+tree database system. It can create standard xBase files or files that include binary data. Preserve the directory structure when unzipping. Freeware by PlanetSquires.

 
     
 
B-Tree Indexing System
 
download
30 Kb
B-Tree indexing system for PB/CC and PB/Win. Public Domain by Richard Mourino.

 
     
 
BINT32 - BASIC Interpreter
 
download
118 Kb
BINT32 v1.2.3 (beta) is a small Basic Interpreter 32-bit DLL designed to be used inside PowerBASIC programs, both PB/CC and PB/Win. BINT32 was written using PB/Win and is still under development. Restore directory structure when extracting. Freeware by Eros Olmi.

 
     
 
Bitmap Splash Screen
 
download
64 Kb
Demonstration of how to display a bitmap as a splash screen.

 
     
 
BoogieBounce Bounced Email Handler
 
download
260 Kb
BoogieBounce enables your application to recognize bounced emails and remove bad addresses from your email lists. Trial version of commercial DLL from BoogieTools. Includes examples for PB/Win and other compilers. Trial by Boogie Tools.

 
     
 
Calculate Date for Easter
 
download
64 Kb
Calculate the date of Easter for a given year. Public Domain by Egbert Zijlema.

 
     
 
Calculate Daylight Savings Time
 
download
1 Kb
Calculate the dates Daylight Savings Time begins in USA and the European Union. Public Domain by Egbert Zijlema.

 
     
 
Calendar Control
 
download
1 Kb
Example of using the Calendar common control with DDT (tm). Public Domain by Borje Hagsten.

 
     
 
Calendar Control
 
download
1 Kb
6-month calendar example using the Calendar common control with DDT. Public Domain by Borje Hagsten.

 
     
 
Call a PB DLL from FoxPro
 
download
2 Kb
Sample code showing how to call a DLL written in PB/DLL or PB/Win from a FoxPro program. Public Domain by Erik Olson.

 
     
 
Call DLL by Ordinal Number
 
download
12 Kb
Call By Ordinal shows how to call a DLL routine by ordinal number, rather than by name. Public Domain by Randall L. Glass.

 
     
 
Calling 16-bit DLL from 32-bit VB
 
download
17 Kb
Direct/32 example: calling a 16-bit DLL from a 32-bit VB application. Please note that Direct/32 does not work properly with current versions of Visual Basic. Freeware.

 
     
 
Card Game Functions DLL
 
download
216 Kb
A freeware DLL with functions for creating card games. Declarations are for VB but should be readily portable to PowerBASIC. Freeware by Stephen Murphy.

 
     
 
Card Trick
 
download
22 Kb
Vanished demonstrates a card trick. Included PB/Win source code shows how to use the CARDS.DLL playing cards provided with Windows and localization using country codes. Public Domain by Egbert Zijlema.

 
     
 
CD Player
 
download
37 Kb
CD Player originally published in PC Magazine. Public Domain by Jeff Prosise.

 
     
 
Charles Petzold's book "Programming Windows" Exa
 
download
753 Kb
All of the example code from Charles Petzold's book "Programming Windows", converted to PB/Win.

 
     
 
Charting and Graphing Tools - Evaluation Version
 
download
12 Kb
Include file for the GigaSoft ProEssentials Custom Controls charting and graphing tools, evaluation version. Contributed by Scott Hauser. Copyrighted, distributed by permission from Gigasoft, Inc. Demo by Gigasoft, Inc..

 
     
 
Check Box List Control
 
download
3 Kb
Check box list example. Public Domain by Borje Hagsten.

 
     
 
Color List Box Control
 
download
3 Kb
Color list box. Public Domain by Borje Hagsten.

 
     
 
Color List Combo Box Control
 
download
3 Kb
Color list combo box. Public Domain by Borje Hagsten.

 
     
 
COM-Automation Application Skeleton
 
download
221 Kb
COM-automation application skeleton for Microsoft Word, showing different techniques of handling Word documents. Public Domain by Herman Kieskamp.

 
     
 
Combine Include Files into Main Source
 
download
35 Kb
PBL 1.0 can combine the source code of your main program and all included files into a single source file for easy portability. It can also tell you how many times each function is called and list functions that are never called. Freeware by David Venable.

 
     
 
Command line FTP
 
download
1.6 Mb
Command line FTP utilities for uploading/download files over the internet.

 
     
 
Compare Win32API.inc
 
download
4KB
Compare two versions of Win32API.inc. Source code for PB/CC 2. Public Domain by Michael Mattias. Public Domain by Michael Mattias.

 
     
 
Context-sensitive Pop-up Help
 
download
3 Kb
How to do context-sensitive pop-up help. Source code for PB/DLL. Public Domain by Borje Hagsten.

 
     
 
Convert.h and.rc Files to PB DDT
 
download
20 Kb
Convert.h and.rc files, as generated by Microsoft Visual Studio, to PowerBASIC DDT code. Freeware by Mike Mayerhoffer.

 
     
 
Convert Any File to PBCC
 
download
67 Kb
File2BAS 2.2 converts any file to powerbasic code for All PB editors. Freeware by JASM Software LLC.

 
     
 
Convert to.from Microsoft Binary Format
 
download
6 Kb
Functions for converting numbers to and from Microsoft's old proprietary floating point format (Microsoft Binary Format).

 
     
 
Convert VB Forms to PowerBASIC DDT
 
download
51 Kb
Convert Visual Basic forms to PowerBASIC DDT code. Works with VB 3 through VB 5. Public Domain by Scott Hauser.

 
     
 
Convert VB.NET / ASCII String
 
download
28 Kb
How to convert a VB.Net string to ANSI and pass it to PB/Win. Restore directory structure when unzipping. Public Domain by Bob Plymale.

 
     
 
Copy Forum Source Code Listing to IDE
 
download
71 Kb
PowerBASIC Forum for Masses v1.0 helps you copy source code from the PowerBASIC Forums into the IDE (a nuisance if you're using Microsoft Internet Explorer). Freeware by Aslan Babakhanov.

 
     
 
Create a COM Object Server
 
download
68 Kb
Use this code to create a COM object server in PowerBASIC 8 for Windows. Freeware by Charles Pegge.

 
     
 
Create BIFF 2.1-compatible Excel Files
 
download
49 Kb
Create BIFF 2.1-compatible Excel files directly without needing any DLLs, JET, or ADO/DAO. Freeware by PlanetSquires.

 
     
 
Custom Control Editor
 
download
119 Kb
A custom control editor with source code. Case handling routines, word count, bookmarks, file loading, font handling, keyboard shortcuts, search and replace, color syntax parser, much more. Public Domain by Borje Hagsten.

 
     
 
Custome Control - Launch Web Browser
 
download
2 Kb
Custom control to display a web address (URL) and launch a web browser when clicked.

 
     
 
Database Manager
 
download
1.1 Mb
Pulsar 3.0 Lite is a database manager DLL for use with PowerBASIC. A commercial version is also available.Preserve the directory structure when unzipping. Freeware by Hepika Solutions.

 
     
 
Date Time Functions
 
download
4 Kb
Assorted time and date manipulation functions. Freeware by PowerBASIC Inc.

 
     
 
Date/Time Display
 
download
4 Kb
Display the time and date of a file using local time/date conventions.

 
     
 
DECLARE statements for the Btrieve DLL
 
download
2 Kb
DECLARE statements for the Btrieve DLL.

 
     
 
Demo Push Buttons
 
download
253 Kb
Demo push buttons with skin bitmaps, using the DDT GUI interface. Public Domain by Jules Marchildon.

 
     
 
Device Driver: Directly Address Hardware
 
download
1.2 Mb
A device driver for Windows NT that enables direct hardware access for your existing software without any programming effort on your part. Freeware.

 
     
 
Digital Clock
 
download
22 Kb
Display a digital clock. Includes PB/DLL source code. Freeware.

 
     
 
Direct Draw
 
download
15 Kb
Demonstration of a simple Direct Draw application.

 
     
 
Directory and File Compare Utility
 
download
859 Kb
Beyond Compare® 1.9f is a Windows utility that combines directory compare and file compare functions in one package. Use it to manage source code, keep directories in sync, compare program output, etc. 45-day demo version Demo by Scooter Software.

 
     
 
Display Animated Bitmaps
 
download
93 Kb
Code for displaying animated bitmaps. Public Domain by Patrice Terrier.

 
     
 
DLL Example - Modal Dialog
 
download
10 Kb
Example DLL to display a modal dialog and return a value to the calling application.

 
     
 
DLL Reporter
 
download
339 Kb
Software to determine which DLL modules are loaded by current program and from which path they were loaded. This software is intended to be used as a debugging tool. Includes PB/Win source code and executable, plus a VB version. Public Domain by Michael Mattias and Balthasar Indermuehle.

 
     
 
DNS services in Winsock
 
download
38 Kb
Accessing DNS services in Winsock Freeware by Raymond Penas.

 
     
 
Docking Child Window Example
 
download
8 Kb
Example of how to create and use a docking child window. Public Domain by Jules Marchildon.

 
     
 
Drag and Drop Demo
 
download
25 Kb
Drag & Drop demo for Tree View. Public Domain by Paul Noble.

 
     
 
Drag and Drop Files to a Dialog.
 
download
2 Kb
Drag and drop files to a dialog. Public Domain by Peter Scheutz.

 
     
 
Dragon ButtonPusher
 
download
49 Kb
The Dragon ButtonPusher 2.56 extends and/or replaces the functionality of various Windows API routines, especially those that interact with other application windows. Shareware by B V Woodward.

 
     
 
Drawing Program
 
download
21 Kb
Prototype drawing program. Scribble, spray-paint, draw rectangles, ellipses, and lines. Public Domain by Tony Burcham.

 
     
 
Encapsulation of Control APIs
 
download
18 Kb
Encapsulation of list box, button, combo box, edit and other control APIs.

 
     
 
Enhanced RichEdit Control
 
download
175 Kb
An enhanced RichEdit control with support for graphics, changing fonts, text attributes and more. Download freeware here. Visit author's web site to purchase source code and additional features. Public Domain by Hepika Soluciones.

 
     
 
Enhanced Terminal Program
 
download
128 Kb
An enhanced terminal program based on the Comm.bas PowerBASIC sample program. Freeware by Patrick Logan.

 
     
 
Euro Currency Converter
 
download
34 Kb
Euro Currency Converter for use in the countries of the European Monetary Union or Eurozone. Shows how to display the results of a calculation while input is being entered. Freeware by Egbert Zijlema.

 
     
 
Example Source Code: PB/DLL 5.00
 
download
58 Kb
All example source code from PB/DLL 5.00.

 
     
 
Example Source Code: PB/DLL 6.00
 
download
170 Kb
All example source code from PB/DLL 6.00.

 
     
 
Example Source Code: PB/DLL 6.11
 
download
134 Kb
All example source code from PB/DLL 6.11.

 
     
 
Example Source Code: PB/Forms 1.5
 
download
211 Kb
All example source code for PowerBASIC Forms 1.5, plus compiled executables. Preserve directory structure when unzipping.

 
     
 
Example Source Code: PB/Forms 1.51
 
download
255 Kb
All example source code for PowerBASIC Forms 1.51, plus compiled executables. Preserve directory structure when unzipping.

 
     
 
Example Source Code: PB/Win 7.00
 
download
911 Kb
All example source code from PB/Win 7.00, with executables. Preserve directory structure when unzipping.

 
     
 
Example Source Code: PB/Win 7.01
 
download
856 Kb
All example source code for PowerBASIC for Windows 7.01. plus compiled executables. Preserve directory structure when unzipping.

 
     
 
Example Source Code: PB/Win 7.02
 
download
870 Kb
All example source code for PowerBASIC for Windows 7.02. plus compiled executables. Preserve directory structure when unzipping.

 
     
 
Example Source Code: PB/Win 7.03
 
download
881 Kb
All example source code for PowerBASIC for Windows 7.03, plus compiled executables. Preserve directory structure when unzipping.

 
     
 
Example Source Code: PB/Win 7.04
 
download
881 Kb
All example source code for PowerBASIC for Windows 7.04, plus compiled executables. Preserve directory structure when unzipping.

 
     
 
Example Source Code: PB/Win 8.0
 
download
1.1 Mb
All example source code for PowerBASIC for Windows 8.00, plus compiled executables. Preserve directory structure when unzipping.

 
     
 
Example Source Code: PB/Win 8.01
 
download
1.1 Mb
All example source code for PowerBASIC for Windows 8.01, plus compiled executables. Preserve directory structure when unzipping.

 
     
 
Extract Stocks
 
download
150Kb
This extracts Stocks from the overall listing of USA Daily Stock Data. Public Domain by John Zubrinich.

 
     
 
File Compression:.gz Files
 
download
61 Kb
gzip 1.2.4 lets you create and extract from Unix-style ".gz" compressed files. Note that this archive contains only gzip.exe -- to get gunzip.exe, you must copy gzip.exe to gunzip.exe (a silly Unix trick-- don't ask). Freeware.

 
     
 
File Compression: PKZIP Explorer
 
download
4.5 Mb
PKZIP Explorer 1.1 for Windows. Shareware by PKWARE, Inc..

 
     
 
Fill VB Array
 
download
15 Kb
Open a text file and fill a Visual Basic string array with the contents. For 16-bit versions of Visual Basic. Freeware by PowerBASIC Inc.

 
     
 
Fractals
 
download
458 Kb
Fractalus 4.03 generates high-resolution color fractals. Mandelbrot and Julia fractal types are supported with various drawing styles. Preserve the directory structure when unzipping. Freeware by Karu Korkeila.

 
     
 
Functions for CARDS.DLL
 
download
87 Kb
Assorted functions for manipulating the CARDS.DLL playing cards provided with Windows. Public Domain by Egbert Zijlema.

 
     
 
Generic Service Example
 
download
17 Kb
Shows how to do a generic service, a Control Panel applet to control the settings and an EventLog writer to see what's happening in the service. Freeware by Adrian Aitken.

 
     
 
Graphics via API
 
download
18 Kb
Examples of using API calls in the GDI to do graphics. Displays geometric shapes.

 
     
 
Graphics via API
 
download
12 Kb
Example of using API calls in the GDI to do graphics. Displays a pie chart with text. Public Domain by Erik Christensen.

 
     
 
Hard Drive Lister
 
download
1 Kb
Display a list of valid hard drive letters. Public Domain by Donald R. Darden.

 
     
 
Hello World
 
download
9 Kb
"Hello, World!" examples for PB/Win.

 
     
 
How to Create Wizards
 
download
42 Kb
How to create Wizards using property sheets and dialog templates. Requires common controls v5.80 or later (Windows 2000 or later, or Internet Explorer 5 or later). Public Domain by Bob Plymale.

 
     
 
How to Scroll a Bitmap
 
download
2MB
This application demonstrates the use of scrollbars to scroll a bitmap in a graphic control. The scrollbars are used to horizontally and vertically position an image in a graphic window when the image is larger than the size of the graphic window. There is support for moving the thumb, the arrow buttons, mouse wheel, and the keyboard to interact with the horizontal and vertical scrollbars. Public Domain by Steve Rossell, PowerBASIC Inc..

 
     
 
HTML Help File Tutorial
 
download
58 Kb
A tutorial on how to build and use HTML help files. Public Domain by Bob Plymale.

 
     
 
Icon Extractor
 
download
272 Kb
Allows you to extract icons from EXE and DLL files on your computer using a Windows Explorer-type interface. You can see all the icons in all the files in a folder, or you can double-click on a file to see the icons in only that file. Then simply tick which icons you want to save, and click on Save! You can select whether you want to save the icons as bitmap or icon files.

 
     
 
IDE for PowerBASIC for Windows Compiler
 
download
308 Kb
An Integrated Development Environment for the PowerBASIC compilers for Windows. Freeware by Bruce Brown.

 
     
 
IDE Lookup
 
download
47 Kb
IDELookup 1.2 creates a hotkey that can search all your source and include files for definitions of API declares, constants, types, functions, or subs. Public Domain by William Burns.

 
     
 
Image Processing DLL
 
download
762 Kb
ImgSource 2.2.8.1, a multi-function image processing DLL. Shareware by Smaller Animals Software, Inc..

 
     
 
IO Port Access
 
download
23Kb
A small low level DLL for accessing memory and io ports of the pc for WIN-2000 up to WIN-Vista. The dll is written in powerbasic. There is no need to install any driver (the driver is included into the dll) and is automaticly installed at the first call. That driver dll should be a substitute for the old functions peek, poke, inp and outp. Freeware by Ralf Künstler.

 
     
 
ISAPI DLL
 
download
6 Kb
Example ISAPI DLL extension Public Domain by Dave Navarro, Jr.

 
     
 
Kazaa Lite Extensions
 
download
289 Kb
Kazaa Lite Extensions 0.56a adds many new features to Kazaa. Preserve directory structure when unzipping. Freeware by Rocko.

 
     
 
Keyword List: PB/DLL
 
download
10 Kb
PB/DLL keyword file for UltraEdit, with some Windows SDK calls. Public Domain by Fred Oxenby.

 
     
 
Keyword List: PB/DLL 6
 
download
2 Kb
PB/DLL 6.0 keyword file for TextPad. Public Domain by Richard M. Bouse.

 
     
 
Keyword List: PB/Win 7
 
download
18 Kb
PB/Win 7 keyword file for Light Edit. Freeware by Tony Burcham.

 
     
 
Keyword List: PB/Win 7
 
download
18 Kb
PB/Win 7 keyword file for UltraEdit. Public Domain by Tino Kremer.

 
     
 
Keyword Lists: PB/CC 2 and PB/DLL 6
 
download
4 Kb
Keyword lists for PB/CC 2 and PB/DLL 6.

 
     
 
Keyword Lists: PB/CC 3, PB/Win 7, & PB/Forms 1.5
 
download
7 Kb
Keyword lists for PB/CC 3, PB/Win 7, and PB/Forms 1.5.

 
     
 
Keyword List: PB/CC 4, PB/Win 8, and PB/Forms 1.5
 
download
8 Kb
Keyword lists for PB/CC 4, PB/Win 8, and PB/Forms 1.5 Public Domain by PowerBASIC Inc.

 
     
 
Keyword List: PB/CC 5, PB/Win 9, and PB/Forms 1.5
 
download
19 Kb
Keyword lists for PB/CC 5, PB/Win 9, and PB/Forms 1.5 Public Domain by PowerBASIC Inc.

 
     
 
Lazer Screen Saver
 
download
26 Kb
Lazer Screen Saver Public Domain by Joe Vest, Borje Hagstrom, Dave Navarro.

 
     
 
Like Function - String Comparison
 
download
2 Kb
The Like function is used to compare a string against a string expression.

 
     
 
Lil' HTTP Server
 
download
610 Kb
Lil' HTTP Server v2.2 is exactly that, a small web server written in PowerBASIC. Freeware by Scott Slater.

 
     
 
Lil' HTTP Server Source
 
download
39 Kb
Lil' HTTP Server v2.2 source code Public Domain by Scott Slater.

 
     
 
Linear Regression and Correlation
 
download
16 Kb
Linear regression and correlation for beginners example. Source code for PB/DLL 6 - PB/Win 7. Public Domain by Erik Christensen, et al. Public Domain by Erik Christensen.

 
     
 
Link .RES to .EXE or .DLL
 
download
16 Kb
RLink links a binary Win32 resource file (.RES) directly to an executable file (.EXE or.DLL). Public Domain by Roland Walter.

 
     
 
Memorizing Combo Box
 
download
2 Kb
Shows how to create an owner-drawn combo box that remembers the last selected item and puts it at the top of the list. Public Domain by Borje Hagsten.

 
     
 
Menu in Resource File
 
download
9 Kb
Example of creating a menu in a resource file and accessing it from a windows executable.

 
     
 
Menu System
 
download
47 Kb
Application menu system for Win32 with an "Outlook" look and feel. Created with PB/DLL.

 
     
 
Microsoft Mail API (MAPI) Declarations and Wrapp
 
download
4 Kb
Microsoft Mail API (MAPI) declarations and wrappers. Public Domain by Don Dickinson.

 
     
 
Mine Sweeper Game
 
download
64 Kb
PBMine is a resizeable MineSweeper-style game. Demonstrates.ini file management, creating bitmaps in memory, a flood-fill routine, more. Public Domain by Ian Cairns.

 
     
 
MKB Arbitrary Precision Number Library 1.0
 
download
20 Kb
PowerBASIC sample and include files for the MKB Arbitrary Precision Number Library 1.0, above. Translated by Lance C. Edmonds and posted here by the kind permission of MKB Technology. Public Domain by MKB Technology.

 
     
 
MKB Arbitrary Precision Number Library 1.0
 
download
1.03 Mb
The MKB Arbitrary Precision Number Library 1.0 allows your programs to compute in arbitrary precision integer arithmetic using numbers up to 2 gigadigits in length. PowerBASIC include files and examples available separately, below. Trial version of shareware. Shareware by MKB Technology.

 
     
 
Mousewheel Support
 
download
3 Kb
Add mousewheel support to PB/Win and its help system. Demonstrates Windows hook techniques. Freeware by Juergen Kuehlwein.

 
     
 
No Caps
 
download
9 Kb
NoCaps forces the capital key to stay off. Public Domain by E.B. Knoppert.

 
     
 
ODBC INCLUDE Files
 
download
27 Kb
PowerBASIC #INCLUDE files for ODBC v 3.0+ API. Conversions of SQL.H, SQLEXT.H and SQLTYPES.H Public Domain by James C. Fuller.

 
     
 
Open File Dialog - Select Mulitiple Files
 
download
2 Kb
Shows how to get multiple files back from the Open File common dialog. Public Domain by Borje Hagsten.

 
     
 
OpenGL Examples
 
download
100 Kb
OpenGL examples from sublevel6. Preserve the directory structure when unzipping.

 
     
 
OpenGL Include File
 
download
27 Kb
PB_OpenGL 1.0d is an OpenGL include file with demo code for PB/Win. Freeware by Scott Martindale.

 
     
 
Owner Drawn Buttons
 
download
26 Kb
Demo of how to create SDK-style Owner Drawn buttons shows the various button states with corresponding button images. Public Domain by Pat Bullman.

 
     
 
Owner Drawn Menus
 
download
37 Kb
Create menus with icons and colors. Besides being a great menubar example, the ODrawMenu source code shows how to handle the Edit popup menu, implement accelerator keys, and nest sub menus. See Bern's source code comments for other contributors to this great example. Public Domain by Bern Ertl.

 
     
 
Path Streamliner
 
download
21 Kb
CCPaths and DLLPaths tweak the registry settings for the PB/CC and PB/DWin editor/environments by changing all LFN paths to 8.3 paths. This helps avoid command-line overflows at compile time. Includes source code for PB/DLL 6.11. Freeware by Neil H. Bertz. Freeware by Neil H. Bertz.

 
     
 
PB DLL - Array Sorting for VB Programs
 
download
9 Kb
Sample PB/Win code for a DLL that provides array sorting to Visual Basic programs.

 
     
 
PB WinSpy
 
download
141 Kb
PB WinSpy++++ 1.17 "captures" existing dialogs and controls, generating PowerBASIC DDT or SDK-style code to duplicate the look of existing GUI applications. A great RAD tool and excellent way to learn about Windows programming! Freeware by Borje Hagsten.

 
     
 
PBMAIL
 
download
432 Kb
PBMAIL is the public part of a set of sources from the POP3, IMAP, SMTP, and NNTP client UKAW, a tool for the German email and news reader, CrossPoint Freeware by Thomas Gohel.

 
     
 
Phone and Address Manager
 
download
212 kB
winPam 2.3 Phone & Address Manager. This program is a database of phone numbers and addresses. It can dial, print on envelopes and labels, store reminders for important events, and create printed address books. Freeware by Charles Dietz.

 
     
 
PolygonWar Game
 
download
700 Kb
PolygonWar 1.4 is a tank shoot-'em-up war game inspired by Encounter. Requires a Win9x-class OS. Preserve directory structure when unzipping. Freeware by Joel Patterson.

 
     
 
Poor Man's Animator
 
download
1.1 Mb
Poor Man's Animator - general dialog AVI construction. Requires the freeware AVI maker, AVIQuick. Freeware by Dean Schrage.

 
     
 
POP3 Email Download
 
download
4 Kb
Shows how to connect to a POP3 email server and download mail data. Public Domain by Borje Hagsten.

 
     
 
Post Source Code to UBB Forum
 
download
27 Kb
Readies your code for posting to PowerBASIC's forums. Cleans trailing spaces, inserts a space in blank lines and the required UBB codes. Public Domain by Don Schullian.

 
     
 
PowerBASIC Code Editor
 
download
722 Kb
PowerBASIC Code Editor 1.5 for editing your PowerBASIC code. Freeware by Heber Jorge da Silva.

 
     
 
PowerBASIC Product License Agreement
 
download
3 Kb
PowerBASIC product license agreement. A HTML version is also available. Public Domain by PowerBASIC Inc.

 
     
 
PowerBASIC Source Code Formatter
 
download
167 Kb
PowerBASIC Source Code Formatter indents, wraps lines, sets keyword case according to customizable keyword lists, more! Includes source code and executable. Public Domain by George W. Bleck.

 
     
 
Print Multiple Pages on One Page
 
download
608 Kb
Prints 2, 4, or 8 document pages from all Windows applications onto a single sheet of paper saving time, and reducing costs for paper and toner. Great for printing drafts, web pages, email, Acrobat (PDF) files, transcripts, source code, contracts, etc.

 
     
 
Progress Bar Example
 
download
8 Kb
Progress bar example.

 
     
 
Progress Control
 
download
7 Kb
Sample code for using a progress control.

 
     
 
Public header file for Windows NT Setup and Devi
 
download
37 Kb
Public header file for Windows NT Setup and Device Installer services DLL. Public Domain by Kev Peel.

 
     
 
Quick Info
 
download
526 Kb
Quick Info 1.5 utility with telephone country codes, domain suffixes and more.

 
     
 
Read dBASE
 
download
105 Kb
Read dBASE files from your programs. Based on PB/DOS code by Daniel P. Stasinski. Freeware by Richard Maurino.

 
     
 
Rebar Example
 
download
43 Kb
Rebar example code. Public Domain by Ralph Berger.

 
     
 
Registry Explorer
 
download
199 Kb
For programmers who often need to delve into the registry. Aids comparison of values from sibling and sub keys and aids documentation.

 
     
 
Replacement MACROs for SendMessage Functions
 
download
3 Kb
FUNC2MAC replaces SendMessage Functions with MACROs in COMMCTRL.INC. For use with PBWIN 7 or PBCC 3. Read comments in func2mac.bas before using. Public Domain by James C. Fuller.

 
     
 
RichEdit Control
 
download
2 Kb
RichEdit control example using DDT. Shows how to create a rich edit control using automatic URL detection. Public Domain by Peter Scheutz.

 
     
 
RichEdit Control
 
download
16 Kb
Use a rich edit control to handle RTF text. Public Domain by Don Dickinson.

 
     
 
RTFprint
 
download
39 Kb
RTFprint creates a rich edit control, loads an.RTF file into it, and prints the results. Includes source code for PB/DLL 6 - PB/Win 7. Public Domain by Don Dickinson with modifications by Lance Edmonds, Marty Francom, and Bill Fletcher. This now also shows how to create.RTF files directly from PB without controls. RTF.BAS is Public Domain by Marty Francom. Public Domain by Don Dickinson.

 
     
 
Screen Saver
 
download
25 Kb
PBScreen screen saver. Public Domain by Borje Hagsten and Dave Navarro.

 
     
 
SDK Application Template
 
download
402 Kb
SDK Application Template 1.02, a framework for building Windows SDK-style applications with PowerBASIC. Public Domain by Raymond L. King.

 
     
 
Select Font Custom Control
 
download
11 Kb
Dialog example with a custom control for displaying a selected font.

 
     
 
Set Version Information
 
download
36 Kb
Freeware utility for modifying the Version information in EXE and DLL files. Freeware by Paul Dixon.

 
     
 
Setup Program
 
download
72.6K
This setup program (install) has the appearance of popular setup programs. Supplied are sample bmp's. Sample code for placing icons on the desktop and in the Program Files folder is included. Data statements may be changed to your actual files/programs that are being installed. There are no implied guarantees with this code but, as is, has been tested on W95-XP. Freeware by Fred Buffington.

 
     
 
SMTP Email Engine
 
download
544 kb
ddSMTP is a 32-bit Windows SMTP E-Mail engine. It allows sending email with or without a dialog, multiple mime-encoded attachments, RAS dialing, and more! Also available in compiled DLL form as shareware. Freeware by Don Dickinson.

 
     
 
Software Packager
 
download
36 Kb
A simple setup tool to package your software. It is easy to configure with Wordpad in a Setup.cfg File. You can create Registry entries, Desktop icon and more.

 
     
 
Source Code Checker
 
download
41 Kb
A source code checker. Scans a main source file and all its included files for unused subs, functions and variables. Public Domain by Scott Slater.

 
     
 
Source Code Checker
 
download
49 Kb
PBcodec 1.13, a source code checker. Scans a main source file and all its included files for unused subs, functions and variables. Support for extracting string literals and an.inc file exclusion list. Public Domain by Borje Hagsten.

 
     
 
Source Code Manager
 
download
74 Kb
A source code manager / program organizer for PowerBASIC. Public Domain by Dan Fischer.

 
     
 
Source Code Utility
 
download
282 Kb
Utility to scan a PowerBASIC source code file, locate all the #INCLUDE and #RESOURCE files, report where each INCLUDE file was found, and optionally copy all files to a run-time selected folder. Public Domain by Michael Mattias.

 
     
 
SpiroGraph: Creates curves based on math formula
 
download
48 Kb
SpiroGraph produces hypnoptic curves based by a fixed point on a circle rolling inside or outside of another circle, technically known as hypotrochoids and epitrochoids. Public Domain by Jordi Valles.

 
     
 
Stress Testing
 
download
180 Kb
FE2d is a 2 dimensional finite element code. It is based on linear, elastic, small displacement theory, using the direct stiffness method. The program solves models built around grids, beams, and membrane quads. Loads can be applied to the model which are concentrated, or distributed, or derived from temperatures and initial strains. The solution includes displacements, reactions, and element forces or stresses. Freeware by Charles Dietz.

 
     
 
Tab Control
 
download
18 Kb
An include file that makes it easy to add tab controls based on RC files. Public Domain by Peter Stephensen.

 
     
 
Tab Control
 
download
58 Kb
Example code for creating a tabbed dialog box using the Tab common control.

 
     
 
Task Tray
 
download
11 Kb
Example for placing an icon in the "task tray" and responding to it.

 
     
 
TCP/IP Modem Server
 
download
13 Kb
TCP/IP Modem Server for PB/Win which allows you to control Internet access remotely from the server's modem, using the modem sharing utility provided with Windows 98SE and Windows Me. Freeware by Gerhard Zugarek.

 
     
 
Telephony API: Include file for Support of TAPI
 
download
16 Kb
Include file for TAPI (Telephony API) support. Requires PB/CC 3 or later, or PB/Win 7 or later. Translated from TAPI.H by Peter Lameijn. Public Domain by Peter Lameijn.

 
     
 
Text/ASCII code Converter
 
download
1 Kb
Convert a text string to a CHR$ stream or versa vice. Useful for hiding text strings in source code or for checking ANSI/ASCII codes. Public Domain by Borje Hagsten.

 
     
 
The Microsoft Windows Update Web Site
 
download
Link
The latest updates available for Windows from Microsoft.

 
     
 
Thunk 16-bit code to 32-bit DLL
 
download
12 Kb
Get the drive type of a specified drive. Demonstrates how to thunk from 16-bit code to a 32-bit DLL. Includes source code for DLL and EXE. Freeware.

 
     
 
TinyHelp
 
download
206 Kb
TinyHelp is a Help system based on the QHTM HTML control. It also contains source code for a custom splitter control, a custom flat button control, plus lots of code for using the Win32 treeview, and of course QHTM. Restore directory structure when unzipping. Public Domain by Zippety Software.

 
     
 
Toggle Mouse Support for DOS and Windows Console
 
download
10 Kb
This utility switches off the Windows 2000 and Windows XP default Quick Edit setting that prevents the mouse from being used interactively with both Console and DOS apps that rely on the default console configuration. Public Domain by Lance C. Edmonds.

 
     
 
Toolbar Bitmap Creator
 
download
36 Kb
Toolbar bitmap creator. Creates 16, 24, or 32-pixel toolbar bitmaps from 16x16 or 32x32 icons. Freeware by Peter Lameijn.

 
     
 
ToolHelp
 
download
7 Kb
Use ToolHelp to enumerate all running processes on your computer. Freeware by sublevel6.

 
     
 
TradeStation / PB DLLs
 
download
90 Kb
How to create PowerBASIC DLLs for Omega TradeStation Easy Language. Documentation and examples. Restore directory structure when unzipping. Freeware by Roger D. Rines.

 
     
 
Treeview Control
 
download
27 Kb
Example code for using a Treeview control. Public Domain by Daniel Modler.

 
     
 
TRMBuild 0.90
 
download
77 Kb
TRMBuild 0.90 Tsunami file builder. "With a field-driven operation, you can easily create a code snippet with the parameters to create and open database files for Timm Motl's Tsunami Record Manager." Public Domain by Heber J. Silva.

 
     
 
U.S. Postal Codes
 
download
555 Kb
Complete list of all U.S. Postal Codes (ZIP codes) and the cities and states they represent, stored in comma-delimited ASCII format. Updated January 2007 to include complete PB/Win 8x source code for DLL-based lookup function, compiled DLL, and PB/Win and PB/CC source code to create a basic test program. Public Domain by Michael Mattias.

 
     
 
URL Custom Control
 
download
2 Kb
Custom control to display a web address (URL) and launch a web browser when clicked.

 
     
 
US Postal Codes
 
download
279 Kb
Search U.S. Postal database. Enter location to get zip code, or vice versa. Freeware by Gary Barnes.

 
     
 
Use Lua with your PB Programs
 
download
7 Kb
#INCLUDE files and examples for using Lua 5.0 with your PB/CC and PB/Win programs. The Lua DLLs may be obtained through the Lua web site. Freeware by Marco Pontello.

 
     
 
User's Configuration Report DLL
 
download
30 Kb
This DLL makes it easy for your application to produce bug reports with detailed information on the user's hardware and software configuration. Freeware by Bruce R. Brown.

 
     
 
VB to PB Forms Converter
 
download
51 Kb
Convert Visual Basic forms to PowerBASIC DDT code. Works with Visual Basic Primer Edition. Public Domain by Scott Hauser.

 
     
 
VB.NET to PB/Win Pass Binary String Format
 
download
43 Kb
How to pass a binary representation in string format to/from VB.NET to PB/Win. Supports fixed-length strings, too. Restore directory structure when unzipping. Public Domain by Bob Plymale.

 
     
 
VB/ISAM Database Routines
 
download
133 Kb
VB/ISAM database routines from Software Source: demos for PB/Win and Visual Basic. Preserve the directory structure when unzipping. Freeware.

 
     
 
Visual Form Designer
 
download
51 Kb
VDEngine is a small Visual Designer that allows creating a form and assorted controls. Freeware by Richard Ponce.

 
     
 
Visual Forms Designer
 
download
95 Kb
The start of a Visual Forms Designer, which demonstrates basic drawing, moving, and sizing of controls. Freeware by Jules Marchildon.

 
     
 
Visual Forms Editor
 
download
309 Kb
Visual Forms Editor 0.7 (formerly VFE) is a visual forms designer. It can read RC files, VB.FRM files and DDT code; menu editor, form and text print, more! Public Domain by Ralph Berger.

 
     
 
Visual Tab Designer
 
download
392 Kb
QTab is a visual tab control designer. It can generate both SDK and DDT-style code. Public Domain by Jules Marchildon.

 
     
 
Web Server
 
download
59 Kb
A basic web server written in PowerBASIC. Freeware by Erik Olson.

 
     
 
Windows API
 
download
718 Kb
The latest equates, types, and declarations for calling the Windows API from your PowerBASIC programs. Last updated 27 August 2009.

 
     
 
Windows Installer API Include File
 
download
8 Kb
Windows Installer API include file v1.5 Public Domain by Jeffrey J. Borghoff.

 
     
 
Windows Message and Thread Processing Example
 
download
3 Kb
Windows message and thread processing example.

 
     
 
XP Look Resource
 
download
40 Kb
Give your program the "XP look" when running under Windows XP. Now with resource file code and PB/Win example. Public Domain by Bob Plymale.

 
     
 
XP Style Manifest File Creator
 
download
76 Kb
XP Style Manifest File Creator will make any Windows application be able to use the current XP style. Freeware by James M. Lord.

 
     
 
ZIP Encryption
 
download
29 Kb
Demo of Alexander Pukall's PC1.zip encryption (see below) based on the PBNote sample code. Preserve directory structure when unzipping. Demo by Alexander Pukall.