These items are discussed in topics on the PB Forum pages and are accessable from direct links in those topics.
Available Hard DrivesAnalyze the available hard drives and report descriptive information.Sizes of the network drives may be misreported under Win98SE.
|
Available Hard Drives
11,389 bytes Zipped executable |
|
|
|
ClockSyncSynchronize the system clock using selected time zone an a selected Atomic Clock server source.
|
ClockSync
16,685 bytes Includes executable and source code |
Date PickerRoutines to use the Win date picker and calendar display
|
Date Picker
12,628 bytes Includes executable and source code |
Enhanced Metafile DisplaySelect and display scrollable Enhanced Metafiles. In this example, the EMF files are typical business forms (tax forms).Populate these scrollable screens with input areas, calculations, etc and you have a workable "form fill" tool.
|
EMF_Display
172,970 bytes Includes executable, source code, and sample .EMF files. |
Enumerate_DevicesEnumerate various system devices:
|
Enumerate_Devices
12,169 bytes Includes executable and source code |
|
|
|
FTPXchgExchange files with a server via FTP. A good example of utiliizing the WinAPI to handle FTP transmissions
|
FTPXchg
168,061 bytes
|
Info_FileObtain and shown information about a file
|
Info_File
5,780 bytes Includes executable and source code |
Info_IPAdaptersGather and display information regarding the installed IP Adapters and other miscellaneou system info.This is a compilation of several code snippets from the PB Forum. |
Info_IPAdapters
6,355 bytes
Zipped executable |
Info_NetStatDisplay information about the installed IP Adapters (also see Info_IPAdapters above) and statistics about the IP, TCP, UDP, and ICMP network activity
|
Info_NetStat
25,746 bytes Zipped executable |
Info_SerialPortsLocate, write data to, and receive data from serial ports.
|
Info_SerialPorts
23,476 bytes
|
Info_TaskbarDisplay information about the taskbar |
Info_Taskbar
4,743 bytes
|
Masked & Filtered InputUse filters to control input (allowing only acceptable characters) and masks to format the results.
|
MaskedInput
19,428 bytes
Testing and comments welcomed. |