blitzsys dll

Blitz3D Forums/Blitz3D Programming/blitzsys dll

Grovesy(Posted 2005) [#1]
Anyone know where i can fine Rob Hutchinson's blitzsys dll?

Cheers


markcw(Posted 2005) [#2]
one place to get it is hidden inside the slim shady download:

http://www.melog.ch/slimshady/


solitaire(Posted 2005) [#3]
-->
http://home.arcor.de/amigasolitaire/e/links.html
scroll down to the bottom.


jhocking(Posted 2005) [#4]
What's this dll do?


.rIKmAN.(Posted 2005) [#5]
Taken from the docs...



The current features, here is a quick overview:

Ability to get the hWnd address of any window on the desktop. (Specifically for getting the Blitz Runtime Window).
Ability to Move, Show/Hide and Post messages to any hWnd window handle.
Open/Save explorer style Common Control Dialog system requesters.
100% functional Choose Color requester, (Common Control Dialog system colour picker). You can get/set initial colour and all 16 custom colours.
Non-Blitz-Terminating MessageBox(). Allows you to create 100% functional system requesters of multiple types and ask the user questions.
Access to simple INI control commands through the system. (Slow at the moment).
Full access to the MessageBeep() command, allows you to play system alert sounds via 1 command.
Expanded SystemProperty() command. DLLGetSpecialFolder() allows you get all the special folders on the system.
Text system clipboard support. (Ability to read/write/empty and get size of data on clipboard).
Full SetWindowPos() access. You can use this command to remove the Blitz Runtime Window from the top too.
Get x/y/width/height in pixels of any window on the desktop.
Complete access to the system Font Requester. Ability to change any of the requester options, set initial size and face of the font, set and get colour and characterset effects.
Folder requester. Let the user select a path from the computer.
CRC32 file and bank functions. These allow you to check that a file or any data bank has not been modified.
DLLGetVolumeInfo() allows you to get information about any volume on the user's computer. This includes, volume name, volume serial, filesystem and volume flags.
Get the Desktop screen caps. Including Desktop Width/Height/Depth.
More than 20 examples showing you how to use all of the available commands!!!
(NEW! -Ish) Force window drag at any time.
(NEW!) Complete regioning system implemented. You can now cut out sections of the blitz window (or any other window for that matter :)) - This also allows you to remove the window borders of the runtime window.
(NEW!) Regioning commands extend to: Rectangles, Rounded Rectangles, Elliptic and Variable Vertex Polygonal Regions. There are 3 examples dealing with regions.




markcw(Posted 2005) [#6]
yes, that would be the one he wants, thx solitaire.