| - Win32 API for PowerBuilder |
|
Chapter
|
Title
|
Sourc
Code
|
Released
Date
|
|
Datawindow to Excel
|
This library will help you to save datawindow reports to Excel file by using OLE technology. Now, it supports only tabular style report. But I think it would be able to reduce the development time of generating mass of the simple excel reports. :) Download codes here PB6(updated 2006-04-25) PB9(updated 2006-04-24) PB10(updated 2006-04-25). ![]() ![]() |
2006-04-25
|
|
|
Text-to-Speech, SAPI5.1
|
This demo will show you how to get the installed voices and speak through SAPI5.1(Win32 Speech API). *you need to install SAPI5.1 SDK or Redistributables file from Microsoft Get demo code here. ![]() |
2005-07-10
|
|
|
Microsoft Web Browser(HTMLDocument)
|
This is the sample code to show how to view, edit values and submit the Web Page from PowerBuilder with OLE: Microsoft Web Browser. Get Source code here.![]() Thanks to Bluefrog for this article where I get started on this demo. |
2005-06-19
|
|
|
Digital Clock on System tray
|
Demo was tested with WinME and Powerbuilder 6. Get PBL here.![]() |
2003-06-16
|
|
| Irregular Shaped for any controls. |
Need 2 External Functions: Function long SetIRShaped(long hWnd, string FileName, long RGB) Library "IrregularShaped.dll" Subroutine unSetIRShaped(long hWnd, long handle) Library "IrregularShaped.dll" get demo ![]() |
2003-06-04
(LoadBitmap() - bug fixed) |
|
|
2
|
Get Width, Height of System Metrics | Function long GetSystemMetrics (long nIndex) Library "user32" Alias for "GetSystemMetrics" long ll_caption_height Constant long SM_CXSCREEN = 0 // title bar height in pixel // title bar height in powerbuilder unit |
2003-05-11
|
|
1
|
AppBar
::SHAppBarMessage() |
Demo
was tested with PowerBuilder 6, Win98SE. sample
code |
2003-03-10
|