|
Here you find various applications and code snippets you can use in your own applications.
We try to give some support. |
| CATsoftPDF Plug-in for Enable Rex |
Sources for a runtime and IDE plug-in for Enable Rex
|
|
EML Parser |
EML Parser splits an EML message file like it's used by Outlook Express
and many other Mail clients in it's parts. The body is saved as HTML and
the attachments as what they really are.
EML Parser is a free DLL and comes with source code. It's based on
SimpleCheck, the work of Max Kotchouro.
|
| Drag & Drop in PB |
Drag & Drop in PowerBuilder for Files (Thanks to Novista) and Emails from Outlook and Outlook Express. Source is in PB 11 and can be used together with the DLL in your own projects. |
|
AdressCAT |
Simple Address DB with one Window that can be used without installation. It's possible
to create mail merge documents with Word and export the data into Excel. The application
has a modernen look and makes
usage of the windows styles. It's free. |
|
Printer Orientation |
PB Source to switch printer orientation during a print job. This allows you to print
datawindows in Landscape and Portrait in the same print job. Source is in PB 10.
Works with PB 9, 10, 10.5 and 11. |
|
PB Object Browser |
ClassDefinition Object based object browser for PB. This is the source to the article
in PBDJ. |
|
PB Enumerator |
This sample shows the conversion of a PB Enumerated value to a number. With this
sample it's possible to check the keycodes with numbers instead of writing huge
CASE statements. The sample is a PBNI application written for PB10 and can be used
freely. |
|
Cryptography |
This archive contains the CATCryptLT DLL with some public domain algorithms used
for cryptography and compression (currently: SHA-1, AES128, Base64 and LZO). It
also contains PowerBuilder 9 and 10 (unicode) samples to access this DLL and samples
for the use of the Microsoft Cryptography API. |
|
Bitmap Client |
Enhance your application with Bitmap Client! Bitmap Client draws a Bitmap onto the
Client area of any MDI application and supports Hotspots and Tooltips. The latest version is unicode and supports reading bitmaps from Applications written in PowerBuilder 10.5 and later. |
|
RAS Dialer |
This sample is a fully working RAS dialer, that allows you to connect from a PC
running Windows via Modem to a NT-Server. The sample contains NVOs for 16 and 32
Bit applications. |
|
EXE2PIC |
This archive contains Document in Winword 6.0 Format that describes how PB stores
its Bitmaps in the Executable. A PB UserObject is also included. It returns you
the Bitmap with the given name. For access from Applications other then PB a C++
DLL with source is also included. |
|
Please Wait |
This PBL contains some Popup Windows that display a message and prevents the user
from accessing the application. PowerBuilder handles the mouse pointer itself (e.g.
turns back to Arrow if you leave a script or turns to an HourGlass if you update
a datawindow). For the user it’s hardly impossible to find out if he can carry on
working or if the application is still busy. I start with an ordinary Popup Window,
go through invisible Windows and end with a running watch on an invisible Popup
Window. |
|
Browser Ticker |
This Script displays a ticker in the Statusbar of the Internet Browser |
|
Taskbar Icon |
Place your application icon in the taskbar like e.g. the volume control |
|
PBROAD |
Source Code of my demo at the Build the future POWERBUILDER 7.0 Seminar.
Business Logic in Distributed PB and EA-Server |