| 01. |
Demonstration:
FAQs Illustrated
Make a Command Button with background / foreground color
Use Currency Type for Larger values
Time events longer than 65 seconds, hours, days, etc.
Accept and execute Command Line parameters
Use Enter Key as Tab between controls (and more)
Build a control array and make a grid of it
Detect application already running
Terminate the app.
Resize the form and controls and/or use a View port!
Paint gradient circles or rectangles
Dive down the directory structure
Print Columns
Manipulate bits in files or arrays
|
| 02. |
Demonstration:
Track mouse coordinates
screen-wide. Alter a control's visualization when
mouse enters or leaves its region.
|
| 03. |
Demonstration:
Building a crossword grid.
A demo of using Label arrays to create layered grids.
|
| 04. |
Demonstration:
Create/Modify Shortcuts.
A demo using the MS provided SHELLLNK.TLB to interact
with shortcuts (links).
|
| 05. |
**Demonstration:
Transparent Clock.
A demo which makes a form transparent by capturing
the desktop image under it, then writing text onto
the image.
|
| 06. |
Demonstration:
Print Columns.
Example of setting up columnar page printing.
Allows for Header & footer which can change per
page in a document.
|
| 07. |
**Utility Application:
File Finder.
Utility: Searches for files in directory tree.
Remembers 15 most recent directories, limits search
by date, time, and/or size. Allows wildcard file
names, launch associated apps, drag files from
finder to drop into supporting windows.
Find duplicate files. Make HTML listing of directories
|
| 08. |
**Utility Application:
File Renamer/Mover.
Utility: Allows changing selected file extensions within
a directory AND/OR inserting/deleting characters or values
into name or extension optionally incrementing or decrement
the insertion.
|
| 09. |
**Demonstration:
Display wide angle JPGs.
Especially useful for 360° photo display.
Auto-motion left/right, drag left/right (and up/down if
pic too large for form). Zoom in/out in 10% increments.
|
| 10. |
Demonstration:
Sample Calculator Keyboard.
Just for the fun of it!
Does simple math. An exercise in
keyboard simulation and keystroke capture. Using a simple
switch to defeat LostFocus validation bounce.
|
| 11. |
**Demonstration:
Sample Mandlebrot.
Just for the fun of it!
Exploring Z<-Z^2+C. Characteristically, the 6 lines of
code that express the algorithm are surrounded by 800 lines
of code to draw the picture in various ways!
|
| 12. |
Demonstration:
Sample graphics blending.
Used in creating game tiles!
Combine 2 graphics with PaintPicture, BitBlt, and rotation.
|
| 13. |
Novelty:
Outlook Express stationery generator.
Combine your own pictures with a gradient color background and
use as stationery in Outlook or Outlook Express.
Some instruction on using
|
| 14. |
Template:
Resizable controls template.
Supports container selectable resizing/repositioning of controls
on forms. Also: limit min/max size, retain aspect ratio.
|
| 15. |
Mini App:
Show Album Cover Art.
Find a folder with MP3 or OGG files AND cover art in GIF or JPG
format. The cover art will display and cycle on a optional number
of seconds. Click to play the tracks.
|
| 16. |
**Utility Application:
File Clip/Trim.
Utility: Truncate files (Clip) to a specified length.
Or Trim files of a specified number of trailing bytes
|
| |
|
| P1. |
**Project:
Wallpaper/Slideshow
displays JPG, GIF, and/or BMP images in form or
on desktop with gradient background.
|
| P2. |
Project:
Kid stuff.
Associate Numbers with Pictures, meant as a
learning aid for very young or learning impaired
children (includes GIFs and WAVs).
|
| P3. |
Project:
Stay Alive.
A Web browser that will retrieve randomly from
catalogued URL's.
|
| P4. |
**Project:
Calendar Tickler.
Set/edit one-time and/or repetitive alarms.
|
| P5. |
**Project:
MP3 ID3v2 Tag editor.
Set/edit ID3v2 tags. Note: Erases ID3v1 tags intentionally.
|
| P6. |
**Project:
AVI FourCC editor (hex display).
See and change the FourCCs in any file.
|