20 scripts tagged as: [domain · win-api]
Capture Screen | ||
capture-screen.r | v:0.3.0 6.0 KB 5 Apr 2007 | (Microsoft/Windows only:) Returns screenshot as an image (or NONE in case of failure). author: christian ensel |
Clipboard | ||
clipboard.r | v:0.3.1 8.3 KB 17 Dec 2008 | (Microsoft/Windows only:) Read and write text, bitmaps and files from and to the clipboard. author: Christian Ensel |
Crystal Reports | ||
crystal-reports.r | v:0.1.0 10.2 KB 6 Apr 2007 | Provides a basic API to the Crystal-ReportŪ report engine (crpe32.dll) to show, print and export reports.
Allows for setting formulas and selection criteriae as well as passing parameters when launching reports. author: Christian Ensel |
Environment | ||
environ.r documentation | v:0.1.0 3.6 KB 23 Dec 2006 | Provides five functions that decode system/version:
os? which returns a string indicating operating system
nix? which returns true under a unix-type operating system
win32? which returns true under a windows 32 bit os
win? which returns true under a windows os
cpu? which returns a string indicating the CPU [...] author: Peter WA Wood |
FastCGI Broker | ||
fcgi-broker.r discussion | v:1.0.1 2.6 KB 15 Dec 2005 | Rebol script broker for a hooked rebol interpreter launched as a FastCGI application.
This is the root script which runs others scripts on request of the FastCGI peer.
This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need
for REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at [...] author: Pascal Hurni |
Get Windows Version | ||
get-version-ex.r | v:0.0.1 2.4 KB 23 Sep 2003 | Shows how to call Windows GetVersonEx function. author: Gregg Irwin |
Test Dot Graphviz with com2Rebol | ||
graphviz2rebol.r | v:0.0.2 1.6 KB 5 Apr 2006 | REBOL COM.interfacing with WinGraphviz author: Ph. Le Goff |
UUID Generation Example via Windows SDK | ||
guid.r | v:0.1 2.0 KB 10 Sep 2005 | Command only example of interfacing to Windows SDK to generat UUIDs. Trivial given heavy lifting by others in Rebol community. Acknowledgements to all. author: David McAvenue |
Library Interface Dialect | ||
lib-dialect.r documentation | 2.4 KB 14 Apr 2006 | Allow for a more concise way to define library routine
interfaces. author: Gregg Irwin |
Load ini file | ||
load-ini.r | v:1.0.0 1.8 KB 18 Sep 2010 | Parses a Window's ini file. author: Marco Antoniazzi |
Mem-Checker | ||
mem-check.r | 3.3 KB 12 Jan 2005 | Checking the memory usage of a process running under Windows author: Anton Reisacher |
myskype.r | ||
myskype.r | 2.5 KB 23 Oct 2011 | Controls the audio settings on my skype client. author: [unknown] |
OpenGL Test | ||
opengl.r | 22.6 KB 17 Oct 2003 | Demonstrate the use of OpenGL in View/Pro on Windows author: Cal Dixon |
Parse ini file | ||
parse-ini.r discussion documentation | v:1.0.2 2.2 KB 15 Apr 2009 | Parses a Window's ini file. Also a function to find entries in a parsed ini file author: Sunanda |
Paste Clipboard | ||
paste-clipboard.r | v:0.3.0 618 bytes 10 Dec 2008 | Obsolete, see clipboard.r instead (sorry for the confusion) author: Christian Ensel |
Ping using Win32 API | ||
ping32.r | v:1.0.0 3.6 KB 18 Sep 2009 | Real (ICMP) ping using Win32 APIs author: Endo |
RebCall system | ||
rebcall.r | v:1.0.0 6.5 KB 15 Dec 2005 | Call DLL functions efficiently with REBOL/View without the need for REBOL/View/Pro or REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at http://mortimer.devcave.net/projects/rebcall
Actually only the types that fits in 32 bits are supported
for the parameters. Thus decimal! values are not.
It could also work [...] author: Pascal Hurni |
Win-Registry-Control | ||
registry.r | v:1.1.0 13.9 KB 13 Mar 2003 | View and modify data of windows registry. author: Frank Sievertsen |
System Port - Drag Accept Demo | ||
sys-port-drag-accept.r | v:0.0.1 4.6 KB 25 Sep 2003 | Demo using system port to catch WM_DROPFILE messages for drag-n-drop
support. author: Gregg Irwin |
Advanced Windows tray support | ||
tray.r | v:0.1.3 15.7 KB 1 Sep 2009 | Handler for advanced system tray features author: Richard Smolak aka Cyphre |