Applications
1. Start a new application and wait for it to finish
2. Maintain MRU file (most recent updated files)
3. Read/write INI files
Arrays
4. Cycle througn an array
5. Randomly shuffle an array
6. Remove an element of an array (by content or by position)
7. Search an array
Clipboard
8. Copy or retrieve text and images from the clipboard
Controls
9. Capture any key (Enter, TAB, arrow keys, home/end, F-keys, ...)
10. Forces lower/upper case on text input
Date-Time
12. Compute elapsed time between 2 dates
13. Compute elapsed time between 2 events (ms accuracy)
14. Display time in multiple formats
Files
15. Create valid full pathname from folder and file names
16. Extract file name from a full path
17. Determine if a file exists
18. Get file properties (size/date/attributes)
19. Delete a file to the recycle bin
20. Backup/restore a file
File - Text
21. Read file one line at a time or all at once
22. View content
File - Binary
23. Read/write data at a specific location
24. Read entire file at once
25. View contents in hex or binary-stripped format
Folders/Drives
26. Determine if a file exists
27. Delete a folder and its subfolders
28. Get list of dirve letters
29. Get type of drive
30. Create a fll path of folders
Forms
none
Graphics
31. Convert between Long, RGB, VB, and web colors
32. Get image size without reading entire file (JPG/GIF/BMP)
33. Get screen resolution
34. Read/write/display/convert images (JPG/GIF/BMP)
35. Resize and image, keeping aspect ratio
Internet
36. Check for Internet connection
37. Create web page (HTML) from code
38. Download text/binary file, with progress indicator
39. Upload text/binary file, with progress indicator
40. Get remote file information (size/date0
41. Open a web page in a browser
42. Send email using default email application
43. Update file via FTP
Math
44. Create random integer within specified range
45. Round number to specified number of decimals
Multimedia
46, Play CD
47. Play sound or video file (.wav, .mp3, ..mid, avi, .mpg)
48. Record sound or video
Navigation
49. List all files and folders beneath a specified full path
Printing
50. Print images (positioned, scaled, or tiled)
51. Print preview
52. Color text printing
53. Send page eject to the printer
54. Print justified text (left/right)
Registry
none
Security
55. Calculate checksum
56. Encrypt/decrypt a file/string (with or without a password)
Sort
57. Bubble sort
58. QuickSort
Strings
59. Convert strings to upper/lower case
60. Find/replace a string within a string
61. Split string into an array based on delimeters
62. Find text between two strings
System
63. Get computer name
64. Get user name
65. Get name of special folders (Windows, System, SendTo, Startup,
66. Get Windows version
67. Reboot / restart / logoff system
|