Home What Is Euphoria? Documentation News EUforum Download Euphoria Donate
Recent User Contributions The Archive Other Euphoria Web Sites RDS Development Related Books & Software
The Archive

Windows Programming

WIN Enhanced IDE 731KJudith Evans Jul 27/08 this program has happy users! 201.75 click here to update this entry
A greatly-enhanced version of David Cuny's original Interactive Development Environment for Win32Lib. The IDE lets you easily design a Windows user interface, and attach pieces of Euphoria code that will be executed when GUI elements are clicked by your user. A complete Euphoria program is generated for you. Includes a companion stand-alone editor. Win32lib 0.70.4a or later is required. German and French language support is available. (Anyone who wishes to submit a translation update or new translation is welcome to do so. Judith can host it on Sourceforge or you can submit it to the Recent Contributions Page.) Jul 27: ListView Styles Explorer and winlibscan rewritten, many improvements.
 
WIN Win32Lib 1961K Win32Lib Team Jun 17/08 this program has happy users! 180.45 click here to update this entry
This is the current version that includes documentation and lots of small example programs. Most Euphoria GUI programs for Windows depend on this library. First released several years ago by David Cuny, Win32Lib is now being developed as a group effort. You can add win32lib.ew and related include files to your euphoria\include directory, but it's better if you create an EUINC environment variable, and point it to the include directory of Win32Lib. To complete your installation you should get Judith Evan's Enhanced IDE. Jun 17: v0.70.4a: bug fixes (xControl, setMousePointer()...) and a couple enhancements (isDropped(), getRect() works on menus,...)
 
WIN (Old) Win32Lib: WIN32 Library with Demos 260KDavid Cuny Feb 19/99 this program has happy users! 56.40 click here to update this entry
David's original library for creating WIN32 GUI programs. With a small amount of simple Euphoria code, you can add a variety of Windows user-interface elements to your program. Documentation plus lots of small demo programs are included. Note: People are now using the new Win32Lib
 
WIN Win32 Engine 1824KBernie Ryan May 31/11 this program has happy users! 55.00 click here to update this entry
A WIN32 library for beginners and advanced users to learn Windows API programming. Beginner & Advanced interface can be intermixed. Utility to use WIN32 resource files. Beginner interface is similar to Win32Lib ver. 50C. Fast loading speed for all versions of Euphoria including version 2.5 Jan 25: fixed bug in struct() added RCDATA function, version 10.70 ## May 31: Updated file runs on Euphoria version 4, version 3 and Virtual PC running WIN98
 
WIN Arwen 206KMike Nov 12/07 this program has happy users! 53.10 click here to update this entry
A fast, compact GUI library for Windows-based Euphoria applications. Nov 12: Removed eu_file.e from bundle to remain compatible with Orac. No new functionality.
 
WIN EuGrid Grid Control v1.3.4 120KPhil Russell Mar 17/08 this program has happy users! 32.00 click here to update this entry
Support for grid controls with Win32Lib: multiple controls; no size limits; in-place editing of data; columns and rows can be created, changed and deleted at runtime; select font, color and text alignment; cells can be individually formatted. Support for text, list, checkbox, button and picture cells. Documentation and sample programs included. Mar 17: Updated for compatibility with Win32lib 0.7.*
 
WIN Extra Controls 62KDon Phillips Sep 28/04 this program has happy users! 31.50 click here to update this entry
A library of controls that he has developed. Positioning of child windows relative to a parent window (geometry); limiting window size; syntax highlighting; window splitters; picture menus. Sep 28: Fixed bug with '&' character in quotes, added synUseColor(): Greg Haberek
 
WIN COM Library 746KMatthew Lewis Oct 10/07 this program has happy users! 26.50 click here to update this entry
EuCOM allows Euphoria programs to use COM objects, and can turn a Win32lib-based application into an ActiveX container. Demos are included which show how to use ActiveX controls. Oct 10: v2.08: Bug fix, win32lib v0.70 compatibility fixes
 
WIN Share Memory Between Processes 5KMario Steele / Jason Mirwald Mar 24/04 this program has happy users! 24.50 click here to update this entry
This library allows memory to be shared between 2 processes on the Windows platform. It can eliminate the need for complicated DDE calls. Mar 24: Updated to work with Euphoria 2.4 which has stricter checking on C parameter types.
 
WIN WinClass C++ Style Library 495KAl Getz Apr 30/06 this program has happy users! 24.30 click here to update this entry
An object-oriented Windows library that takes advantage of Euphoria's namespace feature. Includes many Windows objects (Window, Listview, Treeview, etc.) and COM interfaces including IShellLink, IDataObject, etc. Many demos included. Many nice custom controls and services. Apr 30: Just to update the files with the newest versions (1006r2)
 
WIN Dos Rescue improvement 77KInsolor Jul 16/13 this program has happy users! 24.00 click here to update this entry
An improvement on Robert Craig's dos_rescue library. Jul 16: Abandoned Eu3 compatibility. Added fullscreen mode support. Removed text modes and textmode specific functions (put/get_screen_char(), save/display_text_image()). Some demos added.
 
WIN Allegro Graphics for WIN32 1000KRay Smith Oct 15/02 this program has happy users! 20.50 click here to update this entry
Euphoria routines that tap into the powerful Allegro graphics and games library. This is a beta release, but already he's got several excellent demos running. Oct 15: fixed the mp3 example; added a 24-bit bitmap example; added a demo to show 8/15/16/24 and 32 bit graphics modes
 
WIN XPMmer XPM Icon Generator 29KAndy Drummond Jul 27/07 this program has happy users! 17.00 click here to update this entry
This is a program to make the generation and editing of XPM icons simple for Euphoria users. It will generate XPM files, Euphoria-XPM files or Euphoria-compatible icons. It can take in XPMs, Euphoria XPMs, icons and bitmaps as starting data, allowing the re-use of old icons and conversion of them into formats suitable for use with Euphoria. Jul 27: This is the latest version (2.5) of XPMmer (see earlier). This one corrects the fault whereby you couldn't use it to open icon files directly. You can now. Also the color palette has been improved. This is a self-contained exw so if you want to change anything feel free!
 
WIN Create Shortcut 14KMartin Stachon Mar 17/03 this program has happy users! 13.00 click here to update this entry
An include file that wraps the IShellLink interface (with EuCOM), so you can easily create a shortcut in Euphoria. Mar 17: a new, more flexible interface, and you can get and set more shortcut attributes.
 
WIN Auto-scaled controls - v2.1 9KMrTrick Feb 14/05 this program has happy users! 12.70 click here to update this entry
An extremely simple and capable library for making controls in an application move automatically when the window is resized. This is not a complex layout manager. Design your layout by hand or in Judith's graphical IDE, and use Autosize to make all your controls move smoothly to occupy all the window. Feb 14: Fixed issue where XControls windows did not resize correctly - now fully heirarchical for tab controls and groups etc. (see demo 5) Parent control can also be explicitly defined.
 
WIN Interprocess Communication 4KThomas Parslow (PatRat) Oct 11/02 this program has happy users! 12.60 click here to update this entry
This library allows Windows Euphoria programs to call procedures and functions in other Euphoria programs running on the same machine. You can pass arguments and get results returned.
 
WIN Win32Dib 0.5.3 73KTommy Carlier Nov 17/05 this program has happy users! 11.50 click here to update this entry
Fast bitmap manipulation (24-bit graphics) for Win32Lib applications. Requires Win32Lib 0.60. Nov 17: Fixed a bug in drawDibToDib.
 
GEN Utility Library C-functions 27KBernie Ryan Jan 25/06 this program has happy users! 10.50 click here to update this entry
A library of C-style string & character handling functions. C-style structures (that can be nested). Structures can also contain unions. Structure manipulation and support functions. This library can be used in a wide variety of applications. Jan 25: fixed bug in struct() version 7.0
 
WIN Display Server 362KAl Getz May 25/04 this program has happy users! 10.00 click here to update this entry
A display window server you can use to display text sent from one or more client programs, that can also be used to display debug messages. May 25: Now displays 8 picture file types: jpg, gif, bmp, ico, png, tif, wmf, and emf. The server itself is only 100k.
 
WIN Timesheet Program 30KJonas Temple Nov 2/04 this program has happy users! 6.00 click here to update this entry
A program that helps you keep track of the hours you have worked on various projects for various clients. It's a good example of using Win32Lib and an EDS database. Nov 2: Custom version of Thomas Parslow's find window routines is required, now in the .zip file.
 
WIN System Tray Icons 6KThomas Parslow (PatRat) Apr 10/03 this program has happy users! 6.00 click here to update this entry
An include file for managing system tray (taskbar notification area) icons. Apr 10: now uses setHandler instead of onEvent. This should make it more compatible with future versions of Win32Lib. Suggested by Greg Haberek.
 
WIN Popups for EuWinGui 4KColin Taylor Nov 21/02 this program has happy users! 6.00 click here to update this entry
A package that adds pop-up menu capabilities to Andrea Cini's EuWinGUI. It uses new features in the latest version of EuWinGUI which permit custom trapping of windows messages.
 
WIN Windows Registry Read/Write 9KDavi Figueiredo Nov 30/02 this program has happy users! 5.60 click here to update this entry
Routines that let you read and write entries in the Windows Registry. v1.2
 
WIN Resource Utility for WIN32LIB 765KBernie Ryan Jan 23/06 this program has happy users! 5.50 click here to update this entry
A utility for converting a Windows .RES resource file into a Euphoria include file for use with Win32Lib. Ver. 8.25 Jan 23: RCDATA added global function that returns uncompressed sequence as requested by user.
 
WIN xControls 2.0.6 14KGreg Haberek Jun 17/08 this program has happy users! 5.40 click here to update this entry
This is a pre-release of his new xControls library. Only Geometry, LimitSize, HSplitter, VSplitter and FileBrowser are implemented. Jun 17: Fixed to support Win32Lib 0.70.4a
 
WIN TDLL 153KDaniel Kluss Sep 23/05 this program has happy users! 5.00 click here to update this entry
The purpose of this is to allow blocking Windows calls to be made non-blocking to the Euphoria scheduler. You can use the tdll library with normal Euphoria. Just define a global task_yield() procedure before including tdll. Sep 23: Added full support for cdecl and assembly
 
WIN EFFM: Euphoria's Free File Manager 18KH.W. Overman Jun 18/05 this program has happy users! 5.00 click here to update this entry
A fast, nice-looking, treeview of the directories on your machine. He built it using the WIN32 API directly, without using Win32Lib. It should work on all versions of Windows. Jun 19: bug fixes and small improvements
 
WIN Resource File Demos 58KWolfgang Fritz Dec 6/02 this program has happy users! 5.00 click here to update this entry
Demos that show how to link Windows resource files with executables built using the Euphoria To C Translator. Dec 6: A new demo that shows how to link WAV audio as a resource using LCC
 
WIN WinAmp Wrapper 597KMic Aug 23/01 this program has happy users! 5.00 click here to update this entry
A library and demo program for playing music files using WinAmp input-plugins. Aug 23: Got rid of the additional .dll (plugwrap.dll). Everything is now done in Euphoria + machine code. The test program now plays MP3 files.
 
WIN Irregular Windows 6KPatRat Jan 16/01 this program has happy users! 5.00 click here to update this entry
Some demo code for irregular-shaped windows.
 
WIN Multilingual 227KWolfgang Fritz Apr 12/06 this program has happy users! 4.30 click here to update this entry
Programming examples and tools for writing multilingual applications using code-pages, regional settings, owner-drawn menus, etc., including Russian, Japanese and 9 other languages, localized paths, and font enumeration. Apr 12: added Dutch, etc.
 
WIN System-Wide Hotkeys 11KTing (Aku) Jun 17/03 this program has happy users! 4.00 click here to update this entry
Use hot keys even when the window is not in focus. Jun 17: minor improvements
 
WIN Window Finding Functions 2KPatRat Jun 25/01 this program has happy users! 4.00 click here to update this entry
Find out which programs are running. (near the bottom of his page)
 
WIN Routines for WIN32 Programming 126KBernie Ryan Sep 24/99 this program has happy users! 4.00 click here to update this entry
A new approach to WIN32 GUI programming in Euphoria. (See also Win32Lib)
 
WIN Extended Calls to .DLL Routines 74KMatthew Lewis Feb 13/03 this program has happy users! 3.50 click here to update this entry
Code that gets around some current restrictions that Euphoria has when interfacing with C routines in .DLLs. With Matt's code, you can call C routines that use the _cdecl calling convention, you can receive more than 9 arguments on a callback, and other useful things. (Note: cdecl calls/callbacks will be supported in Euphoria 2.4) Feb 13: his code now lets you call call any function by pointer, using either stdcall, thiscall or cdecl. It also allows a Euphoria routine to be called by pointer using either stdcall, thiscall or cdecl, with no limit on the number of parameters that may be passed.
 
WIN Send Message Between Apps 2KGuillermo Bonvehi Jul 25/01 this program has happy users! 3.50 click here to update this entry
Some code that lets you exchange messages between applications. Jul 25: a new design that allows a lot of messages to be registered at the same time.
 
WIN Win32LibEx 147KMatthew Lewis Aug 21/00 this program has happy users! 3.25 click here to update this entry
Some major extensions to David Cuny's Win32Lib that let you use List views, Tree views, Rich Edit, Find/Replace and List box GUI elements. Aug 19: MonthControl; UpDown; ComboBoxEx; image lists now support xpm, eubmp and DIB formats; updated documentation. Aug 21: minor bug fix. Note: most of this is now part of New Win32Lib.
 
WIN Colored buttons for Win32lib apps 49KJudith Evans Jul 9/08 this program has happy users! 3.00 click here to update this entry
Add the feature Microsoft forgot! This very easy to use include file, v0.1.15, will add and manage colored buttons; color, press color, caption color, press caption color, graphics, font, hints and more. All button classes supported. Package supplies demo exw file and help docs. Jul 9: This release introduces rotated caption, elliptical, circular and roundedRectangular buttons.
 
WIN Win32lib Custom GUI 108KH.W. Overman Jun 18/05 this program has happy users! 3.00 click here to update this entry
Shows how to easily create a Custom GUI using Win32lib.
 
WIN watch server 218Kjacques deschênes Jan 28/05 this program has happy users! 3.00 click here to update this entry
Watch server is a tool for debugging windows application. It does not replace trace() but complements it. You can watch the variables change while the program is running. It's like debug.print in visual basic.
 
WIN Restart Library 161KCoJaBo Sep 20/04 this program has happy users! 3.00 click here to update this entry
Restarts a program using the command line parameters it was started with. Based on an idea from William Heimbigner. Includes bound example. Requires Win32Lib (not included). Sep 20: Updated URL again.
 
WIN SpinBall & SpinDisc 14KTommy Carlier Aug 7/04 this program has happy users! 3.00 click here to update this entry
SpinBall is an EuControl that can be used to manipulate 2 angles. SpinDisc is an EuControl that can be used to manipulate 1 angle. Needs EuControls (included) and Win32Lib (not included). Aug 7: Fixed some bugs (thanks to C.K. Lester).
 
WIN Shutdown 85KDoug Weinert Dec 30/03 this program has happy users! 3.00 click here to update this entry
Shuts down Windows and turns off the power. (Also an example of how to change privileges in Windows NT, 2000, XP.)
 
WIN Console I/O Library 8KKen Roger May 10/02 this program has happy users! 3.00 click here to update this entry
Routines for doing Windows console I/O using the WIN32 API. You need to first convert exw.exe, or your translated-to-C program, to be a console application, using setsubsys
 
WIN DLL Linkage Routines 5KAustin Cathey Mar 26/99 this program has happy users! 3.00 click here to update this entry
utility routines that assist you in calling routines in .DLLs.
 
WIN Non-English Language Support 10KJiri Nemec Dec 18/98 this program has happy users! 3.00 click here to update this entry
routines for converting strings to upper or lower case, comparing strings, etc., when those strings are in a language other than English.
 
WIN Scintilla Edit Control 594KMike Duffy Mar 9/08 this program has happy users! 2.50 click here to update this entry
Scintilla compiled with a Euphoria lexer. Complete Euphoria wrappers, Scite properties files and C source for lexer. Mar 9: Dll updated to 1.7.5, editor improvements, bug fixes.
 
WIN Skinned Window Library and Example 35KDave Probert Jun 22/05 this program has happy users! 2.50 click here to update this entry
This is a simple library to provide image shaping of Windows - i.e. skinning. There's not much to it, but it can be improved - as always. Only a few functions in the library and about 4 lines of code needed to get the skinned effect, so simple you could cry :) Jun 22: Now with Save and Load features. Thanks Elliott.
 
WIN EuControls 1.0.2 8KTommy Carlier Aug 7/04 this program has happy users! 2.50 click here to update this entry
EuControls is a framework on top of Win32Lib that allows you to easily create custom control classes. Aug 7: Fixed some bugs, added method-functionality, private properties.
 
WIN Win32Lib Tutorials 168KWolfgang Fritz and Ad Rienks Apr 15/02 this program has happy users! 2.50 click here to update this entry
A nice series of tutorials for Win32Lib. The link takes you to their tutorial Web site. Apr 15: 7 new lessons, 9 new program examples. Updated for latest Win32Lib.
 
WIN Sendkeys 2KPatRat Jul 5/01 this program has happy users! 2.25 click here to update this entry
A clone of the Visual Basic Sendkeys procedure, for simulating keystrokes programmatically. (bottom of his page)
 
WIN Winprog/Petzold Project 984KCraig Gilbert Apr 8/12 this program has happy users! 2.00 click here to update this entry
Euphoria translations of Petzold's work in 'Programming Windows, Fifth Edition' (all of it, almost). Also some of his own explorations of things like OLE in rich edit controls, generic double-buffering methods, creating dialogs on the fly, etc. Apr 8: hosting location update
 
WIN clips 78KMike Duffy Feb 1/08 this program has happy users! 2.00 click here to update this entry
Windows clipboard cache with integrated editor. Feb 1: bug fixes, added support for Rich Text and Unicode, many enhancements
 
WIN Tile Model 224KMike Jul 2/07 this program has happy users! 2.00 click here to update this entry
A program designed to model square or rectangular floor tiles. Could be useful if you are planning on installing floor tiles and want to get the colours right before starting. Uses win32 library Arwen (NOT included). Carpet and Grout colours can be easily customised. Tiles can be rotated. Model output can be saved to disk. Easy to use. Jul 2: Removed the win32 library Arwen from the bundle; user must separately install the latest version. User can now open a model directly in MS Paint for printing.
 
WIN Window Animation 1KLogan Kodysz May 29/06 this program has happy users! 2.00 click here to update this entry
Demonstrates the use of the AnimateWindow() routine. It uses a fade effect as the window opens. For people that want a cool intro to their applications. Win32Lib and Windows 98 or later are required for the demo.
 
WIN EuWinFun 500KRoland Stowasser May 22/06 this program has happy users! 2.00 click here to update this entry
A small set of Windows API functions and structures wrapped in a slightly different way. The purpose is to help porting programs from C to Euphoria and could help people who are not very familiar with the C language. The MS Help Files are necessary to work with the library. He has included some examples to show how it should work. May 22: Some changes. If you did your own experiments, please rename your folder or unzip this version into a different directory.
 
WIN Win32 Engine_R 528KIgor Kachan Sep 14/04 this program has happy users! 2.00 click here to update this entry
Bernie Ryan's w32engin.ew v7.20 with separate definitions of Windows API constants and functions - new libs constant.e and c_routin.e. Handier for some kinds of work. A low-level style of Win32 programming. Sep 14: The draft documentation on c_routin.e was added.
 
WIN LayoutPanels 1.0.1 22KTommy Carlier Aug 7/04 this program has happy users! 2.00 click here to update this entry
LayoutPanels are panels (using the EuControls-library) that take care of the layout (= position + size) of its child-controls. Needs EuControls 1.0.2 (included) and Win32Lib 0.60 (not included). Aug 7: Changed to work with EuControls 1.0.2.
 
WIN DirectDraw fast scrolling demo 651KTone Skoda Jan 11/04 this program has happy users! 2.00 click here to update this entry
Fast image scrolling test and demo using DirectDraw or GDI in window mode. With DirectDraw scrolling image is almost as fast and smooth as with ACDSee, but not quite. GDI is slower. DirectDraw wrapper was wrapped with EuCom. Only main DirectDraw things are wrapped, the things I needed.
 
WIN Grid Control 222KJonas Temple Jun 20/02 this program has happy users! 2.00 click here to update this entry
An early release of a control that lets you display data in the form of a grid of cells.
 
WIN Make Project File 26KMartin Stachon Apr 5/02 this program has happy users! 2.00 click here to update this entry
A tool that creates a .prj file for Judith's IDE, from an existing .exw program. Apr 5: updated for IDE 0.12
 
WIN OpenPTC Graphics 17KRussell K. Davis Jun 7/00 this program has happy users! 2.00 click here to update this entry
An include file wrapper for the OpenPTC Graphics Library. It uses Win32Lib. With a few changes it might also work on Linux with Linux/X11 OpenPTC.
 
WIN WIN32 API Wrappers 33KJacques Deschenes Jun 1/98 this program has happy users! 2.00 click here to update this entry
a large set of Euphoria 'wrapper' routines for WIN32 API calls. There's also a screen saver that you can easily modify.
 
WIN graphex.ew 814KGary Shingles Jul 24/08 this program has happy users! 1.70 click here to update this entry
A generalized double-buffered Win32Lib graphical pseudo control for implementing simple to manage line-oriented drawing in a Win32Lib application. Jul 24: No change, transfer from external host.
 
WIN Use Resources from .dll files 27KDavid Mills Oct 10/03 this program has happy users! 1.60 click here to update this entry
Access and use resources in .dll and .exe files using Windows API functions. Resources like menu, bmp, String Table, Accelerators, Cursor, Icons and Dialogs. Uses any compiled windows .dll or .exe file
 
WIN Launch Pad (v4.03) 243KAl Getz May 26/06 this program has happy users! 1.50 click here to update this entry
A program/website launcher comprised of panels of hot track buttons on a property sheet. Buttons can be made any color, and drag and drop reads file and internet shortcuts. Can copy and paste buttons between two or more Launch Pad apps. Set run path, site, working dir, etc. for each button. Especially nice for opening Eu test programs. Menu "Explore" option allows exploring path instead of run. May 26: Colored tabs too now.
 
WIN GLFW - An OpenGL Framework 337KElliott Sales de Andrade Jan 3/04 this program has happy users! 1.50 click here to update this entry
GLFW is a free, open source, portable framework for OpenGL application development. It is a link library that constitutes a powerful API for handling operating system specific tasks, such as opening an OpenGL window and reading keyboard, mouse and joystick input.
 
WIN MPEG GOP Cutter 105KDoug Weinert Nov 17/02 this program has happy users! 1.50 click here to update this entry
A program that extracts clips from MPEG movie files. It requires Microsoft DirectX 8.1 (we had some trouble running it on our XP machine)
 
WIN Clock in a Round Window 35KRoland Stowasser Dec 23/01 this program has happy users! 1.50 click here to update this entry
A nice-looking clock in a round window, using Win32Lib. The idea comes from H.W. Overman's Round Clock (below).
 
WIN Make .DLL's With the Translator 70KMatthew Lewis Feb 28/01 this program has happy users! 1.50 click here to update this entry
A package that shows how to use the Euphoria To C Translator to make .DLL files (dynamic link libraries). You can write library routines in Euphoria and call them from C or Euphoria programs. (N.B. this is obsolete now that the Translator supports .dll's.)
 
WIN Windows Ruler 37KTravis Beaty Jan 18/01 this program has happy users! 1.50 click here to update this entry
A library that lets you add a ruler to your Win32Lib-based applications.
 
WIN Spectre Setup 764KPete King Apr 21/00 this program has happy users! 1.50 click here to update this entry
A Windows Setup program with install and uninstall capabilities. (no source) Apr 21: progress bars, bug fixes, and other small improvements
 
WIN Easy Design Tool for Win32Lib 65KJacques Deschenes Jan 26/99 this program has happy users! 1.50 click here to update this entry
a visual tool for generating the code you need to call Win32Lib. His tool is written entirely in Euphoria, and is already quite sophisticated. He based it on David Cuny's design.exw.
 
WIN MyWindows 111KKittenAB Aug 25/06 this program has happy users! 1.30 click here to update this entry
A new Windows library, designed for higher level windows API programmers with extra features like auto control alignment and automated control management.
 
WIN SDLL 8KDaniel Kluss Mar 1/07 this program has happy users! 1.20 click here to update this entry
Multi-threaded Windows calls. He combined some things from apcdll with tdll and now it works just like tdll, but doesn't constantly poll and use 100% CPU. He includes an example that uses Euphoria's new multi-tasking capability. Mar 1: fixed define_s_proc/func so that now they return -1 if the routine name can't be found in the dll
 
WIN 6000 WIN32 Constants 44KJacques Deschenes Jun 28/99 this program has happy users! 1.20 click here to update this entry
An include file containing almost 6000 constant declarations for WIN32.
 
WIN Win32 Profile library 8KCChris Aug 6/07 this program has happy users! 1.00 click here to update this entry
High resolution timer for Win32 platform. You can HRT_start() and HRT_stop() a stopwatch (any number of them actually) for a section of code that's run a lot of times. There's a HRT_time() that's more accurate than time(), and HRT_results() lets you see the profile's results. Aug 6: v1.2: added auto reset threshholds for any/all sections. Added HRT_safe() to disable a check done on stopping a section, for even more accurate results.
 
WIN EuVIDE 1.0.0 Setup Program 999KAndy Drummond Jun 6/07 this program has happy users! 1.00 click here to update this entry
This is an executable zipped bound version of the latest IDE for Win32Lib by Judith Evans. It is bound with the relevant version of Win32Lib to avoid problems with the library, and includes some other useful files. By default, it unzips to C:\Program Files\Euphoria, so you could add that to your path, or choose a different location.
 
WIN WinPrint 108KRod Damon Jan 11/06 this program has happy users! 1.00 click here to update this entry
Two include files for printing to a printer that can be used with non-Win32Lib programs. Demo programs require w32engin by Bernie Ryan to be downloaded for 1(one) of the demos to be run. All other demos may be run from the included files in the zip. Jan 11: Now works on XP & WIN 2000 thanks to Larry Miller.
 
WIN GrPrint version 2 11KAndy Drummond Sep 15/05 this program has happy users! 1.00 click here to update this entry
This library allows the user to simply output text and graphics at locations given in simple units like inches, millimeters, etc. You can draw lines, rectangles, polygons, ellipses, filled or unfilled, text in different attitudes and left, center or right justified, DIB images into defines spaces, etc. This version has several additions over the original, and includes documentation as generated by Derek Newhall's EuDoc.
 
WIN Judith's IDE compiled 793KAku Nov 21/04 this program has happy users! 1.00 click here to update this entry
IDE 18.22 with Win32Lib 0.60.4, as suggested in IDE's website, translated/compiled with Euphoria 2.5. Place it in the directory where you extract the IDE. Nov 21: Not installer anymore. Just the exe file.
 
WIN XPM Icon Library 890KJonas Temple Dec 19/02 this program has happy users! 1.00 click here to update this entry
A library of 2500 xpm icons formatted for use with Euphoria. Also included is a browser for viewing the icons. Dec 19: some invalid names/formats were found in a few of the .e files.
 
WIN Insert Bitmaps 78KElliott Sales de Andrade Oct 31/02 this program has happy users! 1.00 click here to update this entry
A utility that lets you insert bitmap pictures into Rich Edit controls.
 
WIN AVI Generator (Windows) 46KMic Sep 30/02 this program has happy users! 1.00 click here to update this entry
An AVI export library (video only). It lets you create AVI files, with compression (depending on which codecs you have installed) from bitmaps in memory. A demo and some documentation are included.
 
WIN Simple Direct Media Layer 146KMark Akita Jul 11/02 this program has happy users! 1.00 click here to update this entry
A library that contains wrappers for using the Simple Direct Media Layer. A .dll file and 6 demo programs are included.
 
WIN Patched version of Win32Lib.ew 154KMartin Stachon Dec 14/01 this program has happy users! 1.00 click here to update this entry
This is a temporary patched version of Win32Lib.ew (just that file) version 0.55.1. It has some bug fixes that Martin put in, plus a few fixes that Derek Parnell provided on the mailing list. It will be obsolete soon when Derek has a major new release of Win32Lib. If you haven't downloaded Win32Lib before, you can get the full package from here. See also Judith's Enhanced IDE. Dec 14: made it more compatible with older versions
 
WIN Move/Resize Borderless Windows 4KPatRat Mar 25/01 this program has happy users! 1.00 click here to update this entry
A library for moving/resizing windows that lack titlebars or borders.
 
WIN Modified IDE 19KDan Moyer Nov 23/00 this program has happy users! 1.00 click here to update this entry
A modification of an old version of Judith Evan's enhanced IDE. It gives you the ability to "auto-paste" the general form of any Euphoria or Win32Lib routine into your program. Works with Win32Lib v0.50, and IDE v0.9k5. A batch file is provided to switch between the original and the modification. Note: this mod, and the rest of the IDE, must be in a Win32Lib folder to access the Win32Lib html help, and to run the WinDemos program to see all the Win32Lib examples. Nov 23: specific help for any selected routine
 
WIN Web Shepherd 43KMark Smith Jan 19/99 this program has happy users! 1.00 click here to update this entry
the beginning of an off-line Web browser. As a first step he has created a simple program for downloading a URL from the Web.
 
WIN Gateway to Win32Lib Examples 14KDan Moyer Sep 9/00 this program has happy users! 0.85 click here to update this entry
This program lists demos of Win32Lib, and lets the user run or look at them. It also gives access to the Euphoria manual, the Win32Lib manual, Wolfgang Fritz's Tutorial (if present), and an FAQ for Win32Lib. Note: An improved version of this program is now bundled with Win32Lib
 
WIN color 47KMike Duffy Feb 1/08 this program has happy users! 0.80 click here to update this entry
Windows screen magnifier and color picker, with output in a variety of formats for seven color spaces. Feb 1: Alt access to menu, options to disable magnifier and color shifting, change separator
 
WIN infoBox 5KAndy Drummond Jul 27/07 this program has happy users! 0.80 click here to update this entry
The usual method of displaying messages is with message boxes, which always require user input to continue, and, being modal, do not permit the caller to execute code with the message up. This module allows the display of a message, with various options (position, font, color etc) with immediate return so the caller can continue, deleting the box later on. It will work both within windows or directly on screen. ZIP file includes infoBox.ew, demo program, and documentation file.
 
WIN Windows Services library 9KMichael J. Sabal Jun 8/07 this program has happy users! 0.80 click here to update this entry
This library provides the tools necessary to create a Euphoria program as a Windows Service. It does not require any other libraries to run. Jun 8: Added service control functions.
 
WIN Process Viewer 4KPete Stoner Jun 16/06 this program has happy users! 0.80 click here to update this entry
A wrapper for 'CreateToolhelp32Snapshot', it lists all running processes along with any associated files/dlls with path, IDs number of threads. Example program included (example needs Win32Lib)
 
WIN WIN32 Common Dialogs and Menus 23KJacques Deschenes Dec 4/97 this program has happy users! 0.75 click here to update this entry
a set of easy-to-use routines for making Windows menus and using common dialogs.
 
WIN Win32Lib Dll Example 512KLogan Kodysz May 23/06 this program has happy users! 0.70 click here to update this entry
He compiled Win32Lib into a dynamic link library (.dll) and used a Euphoria program to call that same library (win32lib.dll). Demo included.
 
WIN DemoTester 344KGary Shingles Sep 25/07 this program has happy users! 0.60 click here to update this entry
Testing system developed primarily for Win32Lib demo testing. Could be used for other forms of automated testing (execution success, ex.err recording, note taking). Sep 25: Documentation added, readme.txt
 
WIN Set/Get Environment Variables 1KRobert Szalay Oct 26/02 this program has happy users! 0.50 click here to update this entry
Wrappers for the kernel32 functions SetEnvironmentVariable and GetEnvironmentVariable. Oct 26: minor bug fix
 
WIN Splitter Control 3KDon Phillips Nov 22/01 this program has happy users! 0.50 click here to update this entry
A GUI control he calls a splitter - two windows with an adjustable border between them.
 
WIN Win3D 94KSpocky May 17/00 this program has happy users! 0.50 click here to update this entry
A simple 3-D engine that uses Win32Lib.
 
WIN Llama 123KDavid Cuny Jun 29/99 this program has happy users! 0.50 click here to update this entry
He is planning to eventually replace Win32Lib and DOS32Lib with a new, modular design based on an object-oriented approach. It will be, for the most part, upwardly-compatible with Win32Lib. His new design is more portable, and easier for others to extend. He would like you to look at his approach and give him feedback. June 29: emulated controls, graphic support, better class library
 
WIN Set Subsystem Type 19KJeremy Collake Apr 25/02 this program has happy users! 0.30 click here to update this entry
A freeware utility that will change the Windows subsystem type of a .exe file. For example, you can convert exw.exe from a GUI application to a console application with: setsubsys exw.exe /c
(You should convert a copy of exw.exe, not the original.) Similarly, you can change your translated/compiled Euphoria programs into console applications. Console applications use the current console window and do not create a new one. This may be helpful for many things, including command-line utilities, and standard output redirection (CGI etc.)
 
WIN Access .ini Files 2KJeff Fielding Dec 21/98 this program has happy users! 0.25 click here to update this entry
routines for accessing WIN32 .ini files from Euphoria.
 
WIN Bumpmap Effect for Exotica 220KMic Mar 4/00 this program has happy users! 0.20 click here to update this entry
A remake of his bumpmap effect, this time for Exotica (see below).
 
WIN win32lib7 for Phix 10000KChrisBurch3 Dec 19/16   click here to update this entry
This is an updated Win32lib 0.70.4 for Phix 0.7.1 (+). Drop into the Phix Demo folder. Includes all the Win32lib demo programs. Named as win32lib7 to differentiate from the win32lib6 included with Phix.
 
WIN Line Numbers 4Kllamedoso Aug 17/16   click here to update this entry
Add/Remove line numbers in a RichEdit control.
 
WIN DOSRescue for 4.0 746KShawn Pringle Jan 25/16   click here to update this entry
dosrescue enhanced and works with both 3.1 and 4.0. Jan 25: uploaded file for broken link
 
WIN Registry Routines for Windows NT,XP,Vista,7,8,9,10 and 2000 20KShawn Pringle Jan 23/16   click here to update this entry
reg.ew - Registry wrappers for Euphoria - version 2.0 For modern Windows OSes. For modern Euphoria (4.0). For 32-bit unicode strings. Jan 23: updated for 4.0 and NT and above systems
 
WIN reg.ew 9KShawn Pringle Jan 19/16   click here to update this entry
reg.ew - Registry wrappers for Euphoria - version 1.2 -- Copyright (C) 2002 Davi Tassinari de Figueiredo. Patched so that you do registry operations only requiring KEY_READ access privilege. Jan 19: older file restored from backup.
 
WIN Low-level Windows wrapper 573KJean-Marc DURO Jan 10/16   click here to update this entry
Another low-level Windows wrapper inspired by Bernie Ryan's w32engin and mingw32 project. It should be usable in 32-bit and 64-bit environments as a basis for high-level Windows libraries. Now uses Structures manager to be agnostic to OE version and OS architecture.
 
WIN All-in-One 32-bit OpenEuphoria 4.1 for beginners 23190KJean-Marc DURO May 21/15   click here to update this entry
All-in-One package with OpenEuphoria 4.1 with memstruct, win32lib and wxEuphoria. Works even on 64-bit Windows 7 or 8. Just unzip in c:\WinApps to get rid of Administrator Rights and you are able to write your first program. Update: removed euGrid and updated wxEuphoria demos.
 
WIN Win32Lib Restructured 1882KJean-Marc DURO Nov 2/14   click here to update this entry
Win32Lib restructured for OpenEuphoria 4 and up, with only 5 include files instead of 37 and no cross call between include files to improve maintainability and avoid namespace annoyances. Fully compatible with official Win32Lib 0.70.20. Examples have been updated. Next step is to replace global routines by public routines. Release 2: removed unused functions, cleaned the code. See changes.log.
 
WIN Common libraries modified to avoid namespace errors 1856KJean-Marc DURO Oct 18/14   click here to update this entry
Unofficial Win32Lib modified with new include statements to avoid namespace errors (routines declared twice or more) with Openeuphoria 4 and up. He also had to modify include statements in Eucom, EIcmplib and IPC to get it work with this modified version of Win32Lib. There is still a drawback to these changes: Tbrowse does not work anymore with the modified version of Eucom (one remaining error he couldn't find).
 
WIN TurboPower Async Pro Terminal 698KJean-Marc DURO Oct 1/14   click here to update this entry
TurboPower Async Pro ActiveX terminal wrapped to OpenEuphoria 4.1 with Matt's EuCOM.
 
WIN Enhanced IDE 1971KCharles Newbould Apr 22/14   click here to update this entry
Integrated Development Environment for writing Windows (GUI) programs using Euphoria and the Win32lib library, on a machine using Microsoft Windows. This is a revised version (1.0.6) correcting several known errors and improving layout features for later versions of Windows. Now enables the design solution to be tested using different versions of Euphoria, if installed. Problems with eudir environmental variable have been addressed. The executable version is included in the distribution for speedy loading. Apr 22: Minor update to include flist.ew (needed for a new installation when using ide.exw rather than ide.exe).
 
WIN Modified EuWinGui Designer 11000KAndreas Wagner Jul 9/13   click here to update this entry
An experimental version of Andrea Cini's EuWinGui Designer. It needs Eu4 and WinXP. It is possible to resize controls and move them using the mouse. The modified Designer itself does not need EuWinGui and is not compatible with it. It uses it's own Library. Needs some intensive testing. Help is welcome. Jul 9: FIxed some bugs with ListAdd,WinXP,the List in AddHandler. Added basic help for tinEWG functions.
 
WIN Task Dialogs for Windows Vista and later 77KArthur Crump Jun 28/13   click here to update this entry
Requires Windows Vista or later. Creates a Windows Task Dialog which is similar to a Unicode message box but with several enhancements. It should be possible to use it with other GUI software without conflicting.
 
WIN Keyboard 1250KFred Ransom Nov 30/12   click here to update this entry
I wrote this little program for my father who is in his 90s. He types Dvorak and needed something he could use at the library without affecting the rest of the system. Written in Eu 4.1 with win32lib and Judith's IDE, it illustrates the use of the event loop and structures to make the task simple, pretty, and readable.
 
WIN ScreenSaver 1900KAndreas Wagner Aug 25/12   click here to update this entry
A ScreenSaver based on tinEWG. Can be used as a Skeleton.
 
WIN Enhanced Process List 27KJean-Marc DURO Jul 20/12   click here to update this entry
Pete Stoner's Process List (2006) enhanced with Threads and windows titles.
 
WIN Windows Monitor 22KJean-Marc DURO Jul 20/12   click here to update this entry
This is a proof of concept for Thomas Parslow (PatRat)'s Window Finding Function Library. It is a modified version of Greg Haberek's demo (2003) to show windows titles associated with the process ID.
 
WIN User32 & GDI32 Wrappers 39KAndy P. Jul 18/12   click here to update this entry
These are a set of wrappers for the User32 and GDI32 functions. Many functions have been wrapped. While not all, most documented functions are wrapped. Jul 18: Fixed a few things.
 
WIN Calendar Update 1109KFred Ransom May 3/12   click here to update this entry
Latest version of Calendar includes seasons, journalizing, correction for time zones, a separate holiday file, optional lunar dates, etc. Source contains a greatly improved gets () allowing retrieving one or more sequences from variables. An included text file explains its location and use.
 
WIN w32Engine2 1371KVinoba May 7/11   click here to update this entry
w32Engine2 is modified from original version 10.70 by Bernard W. Ryan, to work with Euphoria 4.0.2 (Bernie Ryan himself has since updated his zip file)
 
WIN Patches for other people's projects 7KShawn Pringle May 4/11   click here to update this entry
Release of Insolar's dosrescue's activity. May 4: patch doesn't use std/*.e files but *.e files. Provides actual improvements instead of porting patches.
 
WIN Windows Hook Demo 6KAndreas Wagner Apr 30/11   click here to update this entry
A little Project that shows one possible way to use Windows Hooks with Euphoria.
 
WIN Port patches for 3.1 projects 4.0 9KShawn Pringle Apr 21/11   click here to update this entry
Requires a GNU patch compatible patch utility and dosrescue2
 
WIN Console I/O for Win32 4KKen Roger Apr 12/11   click here to update this entry
Borland style Win32 console I/O for Euphoria 4 using kernel32
 
WIN Extra routines offered for win32lib 19KArthur Crump Oct 7/10   click here to update this entry
Find Windows special folders, choose a root folder and an initial folder in a dialog box to select a directory. In a dialog box to get a SaveFileName, change the file-type when selecting a filter. Requires Euphoria version 4 and Win32Lib.
 
WIN Manifest Maker 43KMike Duffy Mar 24/10   click here to update this entry
Windows Dialog, lets you create a manifest with resource script, add a manifest to a resource script, compile and add a resource script to an executable. All with a couple of mouse clicks.
 
WIN TimedMsg 18KFred Mangan Mar 2/10   click here to update this entry
Include File for EuWinGUI (+ demo): Display text or a bitmap picture in your programs using a timed-out Dialog.
 
WIN Win32lib for Euphoria 4.0 beta 409KMike Jan 26/10   click here to update this entry
Here is a conversion of Win32lib to run under the latest version of Euphoria. The conversion was not perfect so some minor changes to your apps will inevitably be required. He was not able to get Judith's IDE to run, as an interpreted app, with it. However, you can use Andy Drummond's excellent bound version of the IDE to develop Win32lib apps. Please send details of any improvements to the forum.
 
WIN Move/Resize Borderless Windows 4KDaduko Dec 31/09   click here to update this entry
A library for moving/resizing windows that lack titlebars or borders. Updated to work with new win32lib.. Dec 31: Updated to work with new win32lib.
 
WIN message boxes for Unicode 5KArthur Crump Oct 14/09   click here to update this entry
A modified msgbox.e to provide support for Unicode message boxes as well as the old style. If a system does not support Unicode, old style message boxes can still be displayed.
 
WIN EuVIDE Bound install program 1746KAndy Drummond Aug 1/09   click here to update this entry
This is the last version of the IDE produced by Judith Evans, last year. Andy noticed the one in SourceForge is quite old, and thought that this one should be made available. It does not include some changes as needed to make it work in Eu 4 or to fix bugs. Andy can't easily regenerate complete setup files till he has his system sorted, so he has not incorporated them.
 
WIN Show Windows Desktop code 2KThomas Betterly Apr 5/09   click here to update this entry
Code to simulate the show the desktop menu item in Windows. Freeware. Contains a Win32Lib version and a version with Win32Lib dependencies removed.
 
WIN Console Clipboard Routines 6KGreg Haberek Sep 10/08   click here to update this entry
A simple library for making use of the Windows clipboard in your WIN32 console applications. Sep 10: Fixed bug when poking text (missing null terminator). Added 'clear' parameter to GetClipboardText().
 
WIN Cavelux - VLC ActiveX (COM) wrapper 84KGary Shingles Jul 9/08   click here to update this entry
This wrapper allows you to embed a VLC media player in a WIN32 application and send commands to it to get and set various information or functions. To use this you need to have VLC installed (with ActiveX component), EuCOM (2.08) and a recent Win32Lib. A demo is included. First release.
 
WIN HistPie 195KFred Mangan Jun 5/08   click here to update this entry
An include file to draw simple histograms and pie-charts for EuWinGUI. Source code and demo program.
 
WIN EuwPBar 8KFred Mangan May 15/08   click here to update this entry
A "universal" progress-bar routine for use with EuWinGUI programs. Source code for include file and demo program
 
WIN EuStudio Editor 570KTone Skoda Mar 4/08   click here to update this entry
A Windows editor that he developed using his WinMania library. Mar 4: Uploaded to RDS site
 
WIN Resizer 28KTone Škoda Mar 4/08   click here to update this entry
Very simple to use auto resize library for win32lib. It will do most work for you. Mar 4: Uploaded to RDS site
 
WIN WinMania Windows Library 349KTone Skoda Mar 4/08   click here to update this entry
A comprehensive Windows library, similar to Win32Lib. Mar 4: Uploaded to RDS site
 
WIN Graphic Scaling 84KFred Mangan Jan 31/08   click here to update this entry
Include file scalew.ew lets you scale your drawing to memory bitmaps simply when using Andrea Cini's EuWinGUI Library. Fully annotated, with demo
 
WIN Translation Helper for Enhanced IDE 94KRoland Stowasser Dec 15/07   click here to update this entry
This project aims to help in translating IDE messages and IDE text to another language. The included project file could be modified to assist with other applications using a similar approach.
 
WIN GetTime routine patch 1KShawn Pringle Oct 24/07   click here to update this entry
The GetTime routines crash. This patch, orders the internal calls in the win32lib.ew library. Temporarily rename your win32lib directory to 007001sp and do: "patch -p0 007001sp < win32lib-007001-GetTime.diff" to patch.
 
WIN Port of the Win32lib to support old versions of Windows 2KShawn Pringle B.Sc. Oct 21/07   click here to update this entry
This patch, which requires the GNU (patch/diff) package, can be applied to the latest distributed win32lib package 0.70.1. It will continue to work with Windows XP machines, the only change is that programs can run on all versions of Windows after 3.1. To use this patch get into the directory above your winlib32 wrapper directory, rename your winlib32 wrapper directory to 007001, put a copy of this patch in that directory, and execute:· patch -p0 < win32lib_0_70_1forW9X.diff
 
WIN capture.ew 5Kjacques deschênes Sep 23/07   click here to update this entry
capture.ew is used to capture console application standard I/O of a child process. It can capture standard input, standard output, standard error, or any combination of these. See capture.html for details.
 
WIN Q_AlarmClock 436KDB James Sep 16/07   click here to update this entry
Q_AlarmClock provides a simple alarm function for the user on the Windows operation system. But does have a nice rooster's crow to sound the alarm. There is a choice of setting a specific time for the alarm or for setting a number of minutes. The package includes a colorful html help file.
 
WIN NEL_32 system for Euphoria with Windows API 1000KTom Janes Sep 5/07   click here to update this entry
The purpose of the Nel_32 system is to provide an easy way for new Euphoria programmers to create their own Euphoria written programs for use in the Windows operating system using the Microsoft Win32 API system directly, without the need for any third party 'wrapper' file. Note: uses shrouded files that require an old version of Euphoria.
 
WIN DOS_Land 338KDB James May 13/07   click here to update this entry
DOS_Land is a simple utility for Windows that allows a user to drop into DOS in any directory. It also makes it easy to give any directory a system command, or run a program with or without command options. There is no help file as it is obvious how to use the program.
 
WIN virtual printer 165KMichael Raley Apr 8/07   click here to update this entry
(no source) VPRT provides a command-line driven raw TCP print device to direct print jobs into serialized files. It is based on winsock code by Jesus Consuegra and Greg Harris. Included is a sample batch conversion app (requires ghostscript, and print files must be sent by a postscript driver) Apr 8: added missing ps_batcher sample app
 
GEN Set of new EU icons 9KIgor Kachan Mar 16/07   click here to update this entry
This package contains a set of Windows icons for use with the different Euphoria files. Also included are sample .bmp pictures for constructing new possible variants. All icons generated with the XPMmer editor by Andy Drummond. Feel free to edit all this stuff as you like.
 
WIN Shortcut 5KMike Duffy Mar 15/07   click here to update this entry
Functions to create windows shortcuts, includes a small (less than 4KB) COM library.
 
WIN Icons 20KMike Duffy Feb 28/07   click here to update this entry
24 bit and 32 bit Euphoria icons.
 
WIN EuVIDE 0.22.0 Setup Program 982KAndy Drummond Jan 10/07   click here to update this entry
The latest version of Judith Evans' Euphoria Win32Lib IDE (EuVIDE) version 0.22.0 setup program. This installs the complete IDE as a bound executable program so it is entirely free-standing and does not require any particular version of Win32Lib to be installed. generated by EuVIDE. If the source code is wanted that must be downloaded from SourceForge. Jan 10: EuVIDE now includes the colored button feature. This setup file now includes the coloredButtons.ew include file which the user will need to copy to his Euphoria\Include folder for use by programs with colored buttons generated by EuVIDE
 
WIN Don Coles Niffty Progress Bar 13Kdon cole Nov 6/06   click here to update this entry
A Progress Bar that allows you to change width, height, color and patterns. Demo included. Nov 6: Took some thing out not need and added a missing file.
 
WIN EuWinGUI printing 104KRod Damon Nov 5/06   click here to update this entry
Demo of the latest EuWinGUI printer capablities, showing the ease and power of the EuWinGUI. EuWinGUI included.
 
WIN Full Save As 12KAntonio Alessi Jul 1/06   click here to update this entry
Fully integrated Save As function: appends the selected extension to the file name. Jul 1: Ver. 1.6, mostly revised and simplified; some unexperienced problems were fixed.
 
WIN batch job schedule audit script XP 90KMichael Raley Jun 17/06   click here to update this entry
The job audit script reformats the Windows task scheduler service log into a color coded html table to rapidly identify failed batch jobs. The log is compared against a static job table. This version runs under Windows XP or 2003 Server which have a unicode format. Process recovery documentation may be linked to each task name.
 
WIN Balloon Tooltips 3KLogan Kodysz Jun 4/06   click here to update this entry
Provides 3 examples of balloon tooltips you can use in your applications. User can also change color of text and background in balloon tooltip. Demo requires Win32Lib and Windows 95 or Later with IE 5+. Tested with Windows XP.
 
WIN Flash Window Example 1KLogan Kodysz May 29/06   click here to update this entry
Demonstrates the use of the FlashWindowEx() routine. It flashes the window and taskbar button. Very useful if you need to get the users attention. Win32Lib required for demo. May 29: correction
 
WIN Battery Monitor 3KGreg Haberek Mar 15/06   click here to update this entry
Battery Monitor is an application toolbar that sits at the top of your screen and monitors your current battery usage. It reposts the time and percentage remaining. Requires Win32Lib and xControls 2.0.
 
WIN IDE language file 17KFernando Jose Velo Perez Feb 26/06   click here to update this entry
IDE_msgSpanish.zip contains the (Spanish) translation for the IDE's language file. It is used with Andy Drummond and Judith Evans versions of Euphoria IDE.
 
WIN WMOTOR 130KBernie Ryan Feb 16/06   click here to update this entry
WMOTOR.ZIP is a library that allows the user to use Euphoria to write MS-Windows programs. Motor can also be used for X-Windows programming. See XMOTOR.ZIP
 
WIN Shortcut creator 6KJeremy Peterson Dec 13/05   click here to update this entry
A dll that allows you to call 3 simple functions and create shortcuts in your Desktop or Start Menu. Could be useful for programs like software installers.
 
WIN FreeDib 0.1.1 522KTommy Carlier Oct 17/05   click here to update this entry
FreeDib links FreeImage to Win32Dib, so you can load bitmaps from different file formats like JPEG and PNG. Oct 17: Completely rewritten; removed dependency on Euphoria FreeImage wrapper; uses latest version of FreeImage.
 
WIN For migrating to a newer Win32lib 1KShawn Aug 14/05   click here to update this entry
This file contains some instructions and a regular expression you can use with jedit to change all of your functions, procedures and identifiers used from Win32lib from the old form to the new. So that when newer versions of Win32lib come out your program will still work.
 
WIN Shell Link 18KShawn Aug 14/05   click here to update this entry
He had problems using shell link on the newer Win32lib 006005. The newer Win32lib.ew has different file names and so the include in the existing shell link package does not work. This modified version has been adjusted to work with all versions of Win32lib.
 
WIN Windows IDE enhancement 1KShawn Aug 14/05   click here to update this entry
This keeps the IDE from crashing under the circumstance of opening a file without the path name to it. Requires the win32lib Windows IDE, and Patch which is available from gnu.org. The file in this zip file is a patch file. Instructions are in the zip file itself. Open it in notepad (or edit) to view instructions. Open a command line and use patch.
 
WIN Thread Manager 01 5KAl Getz Aug 10/05   click here to update this entry
A simple technique for simulating multiple threads for his WinClass library, though it could likely be used with any GUI library. It allows your app to function normally even during long operations like file saves. Run numerous background threads while the user can still click buttons and move the window around. His demo has a Marquee control that shows there are still pending operations to be completed. Note: there is no scheduling mechanism. Just the call stack. Real O/S threads are not used.
 
WIN Graph Control v0.0.2 4KGreg Haberek Jun 30/05   click here to update this entry
The first control to use Win32Lib's new custom control feature, other than Derek Parnell's GroupAdv. This control displays mathematical relations and ratios in a visual manner. Displays in bar or line form, with separate colors for each bar/point. Jun 30: Some internal changes, cleaner code. Now supports both horizontal and vertical graphs, bar and line style, and tick lines.
 
GEN More Icons 20Kjxliv7 - jon Jun 21/05   click here to update this entry
Various 32x32 and 64x64 icons for Euphoria (and other things).
 
WIN Fast Scrolling 88KH.W. Overman Jun 18/05   click here to update this entry
A fast scrolling demo with menus and date/time. It shows the basics of making a Windows GUI without relying on Win32Lib. Nov 2: shows icons on menu items, plus double buffering and bitblt images
 
WIN Round Clock 33KH.W. Overman Jun 18/05   click here to update this entry
A cool-looking clock in a round window.
 
WIN Wrapper for SkinCrafter ActiveX 9KMatthew Lewis May 27/05   click here to update this entry
EuCOM wrapper for SkinCrafter ActiveX component that can be used for creating skinnable applications. Requires the SkinCrafter ActiveX (free demo version available).
 
WIN program writer 12Kdon cole May 15/05   click here to update this entry
A program to write a program for you. Good for starting new projects. Creates PushButtons & EditTexts automatically.
 
WIN Example of using the IPC library 3KPete Stoner May 13/05   click here to update this entry
A small example of using Thomas Parslow's IPC library to check on startup if there is another instance already running and have this earlier instance reopen a popup menu.
 
WIN Very Simple Webcam Example 2KDave Probert Apr 22/05   click here to update this entry
This is an extremely simple library and example of the use of avicap32.dll to connect to a webcam and display video in a Win32Lib window. This is a library for others to enhance - working, but not final code for educational use.
 
WIN remote access service 23Kamir reza Mar 10/05   click here to update this entry
Euphoria code for using Remote Access Service. A manual and an example are included.
 
WIN Appointment Calendar Demo 3KAl Getz Feb 26/05   click here to update this entry
This is a demo of an appointment calendar which sets specific dates in Windows' MonthCalendar to bold according to sequences set by the user. Requires Win32Lib to run. You can set bold days for every month, every year, or any day of any year. Tested with latest Win32Lib under XP.
 
WIN QHTM 191KAku 2005 Feb 26/05   click here to update this entry
This is the Euphoria wrapper for QHTM - Ultra small Win32 HTML control. Still incomplete but usable.
 
WIN Tony's EUGridSort 3KTony Steward Feb 21/05   click here to update this entry
Sort EUGrid by multiple columns in any order you like. Needs Win32Lib, nat_sort and EUGrid (not included) Feb 21: Now replaces existing menu that comes with EUGrid and allows user to select ascending or descending for each column.
 
WIN Quick-Alarm 146KMarc Poulin Dec 20/04   click here to update this entry
A simple Alarm program for Windows. Quick set, few features. His first attempt at programming with Euphoria. Dec 20: Window now minimizes to SysTray as Icon.
 
WIN Labor Scheduling 401KLogan Kodysz Dec 19/04   click here to update this entry
Demonstrates the integration of Win32Lib and Eugrid. This is a business program for scheduling hours for employees for a typical work week. Has many more features, but they have not been rewritten for this version yet.
 
WIN Windows Mixed Command Program 16KAlex Blanchette Nov 23/04   click here to update this entry
An example program that includes the w32engin.ew library by Bernie Ryan. It uses many commands in his examples in a slightly different way and has lots of commenting.
 
WIN getAdaptersInfo wrapper 108KBrian Broker Nov 19/04   click here to update this entry
A wrapper for Windows' getAdaptersInfo function. It returns a sequence containing adapter name, description, and MAC address for each adapter found in the system. Demo program included.
 
WIN FastMenu for Win32Lib 3Kcklester Oct 21/04   click here to update this entry
A quick and easy menu builder for Win32Lib. Replaces the use of create(Menu...) and create(MenuItem...). More details at FastMenu Home Page. Oct 21: Now works correctly with Popup menus.
 
WIN XML window designing 24Kpajaro Sep 19/04   click here to update this entry
Allows you to design windows using XML. The lib creates elements and handles events for you. HTML like: "Click me" is enough to make this button call click_function, and the button will also be autopositioned and autosized. Requires Matt Lewis Modified Interpreter Sep 19: minor change
 
WIN Win32Lib + OpenGL Demos 100Kcklester Jul 27/04   click here to update this entry
Code that demonstrates how to use OpenGL with Win32Lib v0.60. Several example programs. Some bugs remain, so please report any fixes/enhancements to C.K.
 
WIN about win 9Kamir reza Jul 5/04   click here to update this entry
A nice help/about window.
 
WIN Dynamic text 2Kamir reza Jul 4/04   click here to update this entry
With this code you can set dynamic text in LTEXT, CTEXT, ...
 
WIN AbcMSM 5KWilliam Heimbigner Jun 30/04   click here to update this entry
Alphabetizes the ENTIRE Start Menu, regardless of the number of items. Finishes in less than 1 sec. with around 2000 items on the start menu. Only tested on Windows 98SE and XP. WARNING: This will change your registry. Jun 30: Program documented, including backup instructions
 
WIN Recipient Editor plugin 19KMichael Raley May 31/04   click here to update this entry
The recipient editor is a dialog window using a tree view structure to build, edit, load and save report distribution lists. It functions as a plugin to Win32lib apps. Tested with Win32Lib ver .59.1 May 31: bug fix.
 
GEN Tool Kit Routines 37KDerek Parnell May 4/04   click here to update this entry
Five library files that contain various 'generic' routines that are commonly used. These libraries used to be distributed with Win32lib but are now stand-alone and not used by win32lib any more. These are also no longer being supported by the author. tk_mem.e, tk_maths.e, tk_misc.e, tk_trim.e, types.e May 4: Better documentation. Small fix to work with Wine on Linux.
 
GEN freeglut - The Free OpenGL Utility Toolkit 856KElliott Sales de Andrade Mar 26/04   click here to update this entry
freeglut is a completely Open Sourced alternative to the OpenGL Utility Toolkit (GLUT) library. FreeGLUT allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions. Mar 26: Fix Function Links on Linux...
 
WIN onXXX to setHandler IDE Project Convert 174KAndy Drummond Mar 1/04   click here to update this entry
Old IDE projects used the onXXX event handler system, which is going obsolete in favour of the setHandler system. This program will convert your old IDE projects to the new system leaving a minimum of necessary editing to make it work.
 
WIN Drag 1KIsaac Raway Jan 23/04   click here to update this entry
This was put together in response to a question on the EUForum mailing list concerning how to make a window movable with the mouse if it doesn't have a title bar. This is also useful as a basis for layout tools.
 
WIN Single instance 82KDouglas Weinert Dec 28/03   click here to update this entry
Shows how to test for an already running instance of a program, and how to pass data to the running instance.
 
WIN WinDLL 117KMatt Lewis Dec 18/03   click here to update this entry
Allows code from a translated DLL to use the instance of Win32Lib contained in your main program.
 
WIN KCreg 6Kkeldepulo Dec 13/03   click here to update this entry
A registry manipulation tool.
 
WIN Full Screen Demo 1KGreg Haberek Oct 30/03   click here to update this entry
Shows how to make a window go "full screen" with Win32Lib. Includes a pre-written routine called setFullScreen() which takes care of everything. Oct 30: Fixed bug with Alt+Space > Restore by disabling the system menu (Alt+Space). Moved setFullScreen() to an include file, added isFullScreen()
 
WIN Print Preview and Report Generator 233KPete Lomax Oct 22/03   click here to update this entry
WYSIWYG report creation. Also permits ad-hoc changes by end users. Part shrouded, developer friendly licence. Download includes an interactive tutorial demonstrating layout amendment, full documentation (another 570K) and several examples. Needs win32lib with printerDC made global. Oct 22: Version 0.2 Two-Up printing, Text rotation, Line, Ellipse and RoundRectange drawing, Font mapping, page scrolling
 
WIN Keyboard Status 8KAku Jul 3/03   click here to update this entry
A small library and demo program for getting the (Num, Caps, Scroll) lock status of the keyboard.
 
WIN ScriptSlacker 179KSteve Allen Jun 29/03   click here to update this entry
This program is for managing and manipulating movie scripts. It will load your script, locate all the scenes, and create a master index of them. From there you can rearrange the scenes, add additional scenes, or change any already written. (no source code)
 
WIN SDL Image Library 357KMark Akita Jun 22/03   click here to update this entry
A wrapper for the SDL_image DLL. This library lets you load image files in BMP, GIF, JPG, PNG and other graphics formats for use with SDL. The .zip includes both source and bound executable versions of the demo program.
 
WIN Shget File Info 9KAku Jun 2/03   click here to update this entry
A wrapper for shGetIcon(), shGetType() and ShGetDisplay(). These functions give you some interesting information about a file.
 
WIN File Operations 8KAku May 18/03   click here to update this entry
Functions to Copy file, Move file, Delete file, Create directory, and Delete directory.
 
WIN Monitor All Windows 153KGreg Haberek Apr 7/03   click here to update this entry
A utility that displays information on all the windows in your system. It lets you switch to them and optionally close them. The source plus a translated .exe are included.
 
WIN Quick Program Launcher 362KLiu Junfeng Mar 27/03   click here to update this entry
A convenient way to launch your favorite programs. Mar 27: select item on mouse hover (not really selected); hide taskbar button; delete .lnk file when resolved; changed default window size; bugs fixed.
 
WIN Color Picker 2KRobert Szalay Mar 12/03   click here to update this entry
A tool for picking a RGB color. Requires Win32Lib. Mar 12: bug fix
 
WIN View Icons in .exe or .dll 133KGreg Haberek Mar 11/03   click here to update this entry
A program that shows you the icons contained in any .exe or .dll file. The source plus a translated/compiled .exe are included.
 
WIN Control Code Generator 141KGreg Haberek Mar 7/03   click here to update this entry
A tool for generating Win32Lib code for Windows controls. See also his Event Code Generator.
 
WIN Get Foreground Control 9KAku Mar 6/03   click here to update this entry
A function to get a handle to the current foreground control.
 
WIN Use Resources from a .DLL 32KFrancis Dowling Feb 23/03   click here to update this entry
A demo that shows how to access and use resources (icons) that are stored in a .dll file. Feb 23: mem_set() bug fixed by Wolf
 
WIN Gradient Fill 3KMartin Stachon Feb 17/03   click here to update this entry
A wrapper for the GradientFill WIN32 API function (won't work on Win95). It allows you to draw gradient rectangles and triangles. Needs Win32Lib. Two demos are included.
 
WIN TinyPTC for Euphoria 109KAdam Danielsson Feb 14/03   click here to update this entry
A port of the minimalistic graphics library TinyPTC to Euphoria. It uses Mark Akita's SDL wrappers. Feb 14: added RED, GREEN and BLUE constants, and removed the Title parameter for PTC_Open().
 
WIN OpenGL Demos for SDL 333KMark Akita Feb 6/03   click here to update this entry
A series of 8 programs, demonstrating how to use OpenGL in SDL programs. The demos make use of Mic's EuGL library as well as Mark's SDL_Wrap library.
 
WIN Event Code Generator 139KGreg Haberek Feb 5/03   click here to update this entry
A tool for generating event code to use with Win32Lib.
 
WIN Extra WIN32 Functions 3KJonas Temple Jan 30/03   click here to update this entry
Extra routines for WIN32 programming: get time zone, get current user name, get last error code and message from Windows, file operations (move, copy, delete or rename). You'll need the new misc.e with pretty_print() from Faster EDS, as well as Carl White's date/time routines.
 
WIN Judith's IDE as a .exe 677KGreg Haberek Jan 12/03   click here to update this entry
Greg used the Euphoria To C Translator to translate/compile Judith's v0.15.0 IDE into a single .exe file plus some icons, documentation and other files. This may be easier for some people to set up on their machine, and it should run a bit faster. Jan 12: he added Judith's documentation plus some other necessary files
 
WIN Create Hotkeys for Apps 10KGuillermo Bonvehi Dec 27/02   click here to update this entry
It creates a taskbar icon that lets you set up hotkeys to various applications of your choosing.
 
WIN Application Starter 38KAndrea Cini Dec 17/02   click here to update this entry
A method of starting an application from your program, and getting feedback on when it finished and what the status was.
 
WIN Windows Library 93KLogan Dec 6/02   click here to update this entry
The start of a new project to build a Windows Library for Euphoria.
 
WIN WIN32 API Wrappers 130KJason Mirwald Nov 17/02   click here to update this entry
Wrappers and support libraries for the common WIN32 API .dlls, such as kernel32 and user32. Chris Bensler's structs.e and some other files are included.
 
WIN Joystick/Pad Library 1KMic Oct 22/02   click here to update this entry
A simple joystick/pad library for Windows that uses standard WIN32 API calls. A test program is included.
 
WIN Idealator 48KRon Tarrant Oct 14/02   click here to update this entry
Idealator is a writer's tool. It uses Maslow's Pyramid and Terry Rossio's Strange Attractor to help the user generate ideas for stories (novels, stageplays, short stories, screenplays, etc.).
 
WIN Structulator 29KRon Tarrant Oct 14/02   click here to update this entry
A tiled index card system.
 
WIN Property Sheet 27KMartin Stachon Sep 24/02   click here to update this entry
This include file lets you add a property sheet to your Win32Lib program. A property sheet is a table of two columns. The left column has the name of a property, and the right has its value, which is editable in various ways. This is currently used in Judith's IDE 0.14.
 
WIN Hidden Windows 1KFrancesc Ortiz Sep 12/02   click here to update this entry
A demo showing a useful way to hide a window.
 
WIN Euphoria Data Sharing Demo 9KJordah Ferguson Sep 5/02   click here to update this entry
A demo showing two processes exchanging Euphoria data via shared memory. It uses a library written by Mario Steele and Jason Mirwald
 
WIN Multi-Color Multi-Line Edit Control 16KMario Steele Jul 3/02   click here to update this entry
Code that creates an MLE control with Win32Lib that supports multi-colored text. It uses Chris Bensler's struct Memory Library, and Win32Lib 0.57.6. Jul 3: faster, plus some bugs were fixed
 
WIN Windows Programming Library 123KEric Randall Jun 4/02   click here to update this entry
A Euphoria library and .dll that supports Windows graphics and GUI programming.
 
WIN Time Test 10KAndy Cranston Mar 22/02   click here to update this entry
A utility that lets you compare the time on your local machine with the time on a remote FTP server.
 
WIN Wrapped Functions for WIN32 79KChris Bensler Mar 5/02   click here to update this entry
A bunch of wrapped .dll functions that you can use with Win32Lib. He built this using his DAWG.
 
WIN Play .AVI Files 1KGraeme Burke Feb 7/02   click here to update this entry
A demo that shows how to play uncompressed .AVI files.
 
WIN DIB Demo 59KMike Feb 6/02   click here to update this entry
Several interesting demos showing the use of DIB sections and animation of the palette. The demos use Andrea Cini's EuWinGui library, but support is also provided for Win32Lib. Feb 6: two new demos.
 
WIN Alarm Clock 5KBernie Somes Jan 15/02   click here to update this entry
Desktop alarm clock. Set it for any time, any day, or set the snooze alarm.
 
WIN Using A Printer With Win32Lib 3KIrv Mullins Dec 28/01   click here to update this entry
Some documentation and an include file that will help you generate printed reports with Win32Lib
 
WIN Project File Examples 114KMartin Stachon Dec 14/01   click here to update this entry
A collection of small example project files for Judith's IDE. Dec 14: timesync.prj was corrected
 
WIN Send Mouse 1KGuillermo Bonvehi Dec 14/01   click here to update this entry
A library similar to PatRat's SendKeys, but this sends mouse events. Dec 14: minor fix
 
WIN Custom Events Experiment 2KDon Phillips Dec 10/01   click here to update this entry
Experimental code for adding custom events to Win32Lib.
 
WIN Visual Euphoria Prototype 246KTom Janes Dec 7/01   click here to update this entry
The beginning of a rather ambitious visual programming system for Euphoria. He hopes that someone will take over the project. See also the IDE for Win32Lib by Judith Evans and David Cuny. Dec 7: some internal technical notes were added
 
WIN Window Styles Explorer 3KDon Phillips Dec 7/01   click here to update this entry
A tool that lets you experiment with different styles of window, and then get the Win32Lib code that you need for it.
 
WIN Alpha Blending 2KThomas Parslow (PatRat) Dec 2/01   click here to update this entry
An include file for making semi-transparent windows with Windows 2000's Alpha Blending.
 
WIN CDR Menu 144KTony Steward Oct 26/01   click here to update this entry
Create auto execute menus for your CDRs. Uses Judith's IDE, Win32Lib, and EDS database, not included.
 
WIN Browse for a Directory 1KAku Oct 14/01   click here to update this entry
A routine that lets your user browse for a directory. It needs Win32Lib.ew.
 
WIN Template Handler 19KDan Moyer Oct 3/01   click here to update this entry
A program that lets you store and retrieve useful snippets or "templates" of code to use in your programs. Includes a couple of example templates. Oct 3: Fixed bug in comment remover
 
WIN Music Database 19KLarry Mears Oct 1/01   click here to update this entry
An easy to use database to keep track of your albums, CDs and cassettes.
 
WIN MDI Demo 4KFrancis Dowling Jun 12/01   click here to update this entry
A simple Multiple Document Interface Demo written in Euphoria without Win32Lib.
 
WIN Read Keys 6KKen Roger Jun 8/01   click here to update this entry
Alternative key-reading routines. Handle control-c, get the Windows keycode and key state, etc.
 
WIN DirectX Demo 200KMatthew Lewis Jun 1/01   click here to update this entry
A simple demo for DirectX using his EuCOM library. You must have DirectX 8.0, a free 11Mb download from Microsoft.
 
WIN Program Launcher 55KNorman Walcott May 17/01   click here to update this entry
A GUI program launcher with icons for 12 commonly-used system utilities. May 17: option to keep it on top
 
WIN Calendar 2KAndrew Apr 5/01   click here to update this entry
A simple calendar program for recording appointments etc. Apr 5: new command-line switches
 
WIN NoteTab File 5KAlvin Koffman Mar 31/01   click here to update this entry
A NoteTab clip book library file containing commands for win32lib.
 
WIN Version Information 4KWolfgang Fritz Feb 23/01   click here to update this entry
A utility that extracts version information from .exe and .dll files. Uses Win32Lib 0.55.1. Feb 23: added WinInfo display program
 
WIN Memory Dump 1KJess Harpur Feb 16/01   click here to update this entry
A debugging aid that displays a dump of memory.
 
WIN JoEd 114KJonathan Santos Feb 9/01   click here to update this entry
A simple Windows editor using Win32Lib.
 
WIN Drag and Drop 85KAl Getz Feb 6/01   click here to update this entry
A demo of dragging and dropping files with Windows.
 
WIN DDE Library 4KMatthew Lewis Jan 9/01   click here to update this entry
A library that adds DDE capability to Win32Lib. You'll probably need the New Win32Lib. He has included a small client-server demo.
 
WIN Serial Ports 4KAl Getz Jan 7/01   click here to update this entry
Some code that shows how to access serial ports in Windows.
 
WIN Wrapper for Open GL 11KMike The Spike Jan 3/01   click here to update this entry
An include file that defines the constants and routines needed for doing Open GL graphics in Euphoria programs.
 
WIN Daily Journal 142KJonas Temple Dec 14/00   click here to update this entry
A simple Windows program that lets you create a daily journal or diary. The information is stored in a Euphoria database (EDS).
 
WIN Microsoft Outlook Bar 13KDavid Cuny Dec 9/00   click here to update this entry
A nifty-looking control you can add to your Win32Lib programs.
 
WIN Windows Debugging Tool 3KAl Getz Nov 13/00   click here to update this entry
A handy tool for tracing execution of a WIN32 Euphoria program.
 
WIN States & Capitals 157KGene Mannel Nov 5/00   click here to update this entry
A nice-looking program that tests your knowledge of U.S. states and their capital cities. (unzip with long filenames)
 
WIN Find Picture 98KTheo Gottwald Oct 26/00   click here to update this entry
A utility that scans the desktop looking for a picture.
 
WIN Application Launcher 20KAlistair Murray Sep 29/00   click here to update this entry
An application launcher for Windows, loosely based on Wharf from the AfterStep desktop under Linux.
 
WIN WIN32 Utilities 118KMatt Arriola Sep 9/00   click here to update this entry
Several small utilities for Windows programming.
 
WIN WIN32 IDE 437KAl Getz Aug 25/00   click here to update this entry
An integrated development environment (IDE) for developing Win32Lib-based GUI applications. See readme.txt and demo.txt. (free, but no source). Aug 25: a bug in win32ide.exe was fixed.
 
WIN Japanese Tutor 117KMic Aug 8/00   click here to update this entry
A program that teaches you Japanese katakana and hiragana characters.
 
WIN Listview/TreeView Demo 119KWayne Overman Jul 24/00   click here to update this entry
A demo of the new ListView/TreeView extensions developed by Matthew Lewis (below) for David Cuny's Win32Lib. Jul 24: it now uses an EDS database
 
WIN Moving 3-D Objects 57KJason Mirwald Jun 28/00   click here to update this entry
A demo that lets you move 3-D objects around in a window.
 
WIN Flags Demo 129KMic May 23/00   click here to update this entry
A demo that displays 22 different flags with a simulated waving effect and either flat or gouraud shading. May 23: now uses Win32Lib, has more flags, and several controls for adjusting the flags.
 
WIN Spinning Particles 274KMic May 23/00   click here to update this entry
A demo that shows a spinning cluster of particles that form a blurry donut shape. It has sound too.
 
WIN Finder 3KFrank Collins Apr 24/00   click here to update this entry
A program that finds strings in files. It creates an HTML page to display the results. Win32Lib.ew required.
 
WIN GUI Front-end for bindw 105KPete King Apr 19/00   click here to update this entry
A Windows GUI interface (no source, but very useful) for the Euphoria bindw program. bindw is part of the Euphoria Complete Edition.
 
WIN Color Picker 62KBen Logan Apr 17/00   click here to update this entry
A utility for selecting colors using the standard Windows color dialog box. The color is converted to it's rgb value. The value is displayed on the screen and copied to the clipboard. Three formats are supported: Pov-Ray, HTML, and Win32Lib. Requires Win32Lib.ew.
 
WIN Windows Animation Effect 203KMic Apr 3/00   click here to update this entry
Demos that show how to blit graphics to a window using the StretchDIBits function. (unzip with WinZip to get long names).
 
WIN File Examiner 257KPete King Mar 29/00   click here to update this entry
A utility for examining and modifying files at the byte-level. Shareware, no source. Mar 29: rewritten from VEL to Win32Lib, some bug fixes, and it runs faster.
 
WIN Screen Saver Example 106KS.R. Williamson Mar 18/00   click here to update this entry
A simple example of a Windows screen saver written in Euphoria. (See also the example by Jacques Deschenes in the Archive).
 
WIN Win32Lib Wizard Collection 20KSpocky Mar 17/00   click here to update this entry
A tool that creates various objects for use with Win32Lib. Mar 17: updated for use with latest Win32Lib.
 
WIN Password Keeper 102KV.J. Demsky Mar 16/00   click here to update this entry
A program that records all those passwords you've created at various Internet sites.
 
WIN Registry Functions 9KJok3r Mar 14/00   click here to update this entry
Programs that access the Windows Registry in various ways. (needs Win32Lib.ew).
 
WIN Debugging Aid for Win32Lib 2KS.R. Williamson Feb 18/00   click here to update this entry
It creates a window that you can use to track variable values, or the current position in the program.
 
WIN Tab Control Support Routines 2KRussell K. Davis Feb 18/00   click here to update this entry
Some support routines for the new tab control in the bleeding edge version of Win32Lib. Feb 18: bugs fixed, plus he included some routines for adding helpfiles to the helpmenu.
 
WIN Nag Demo 50KWolfgang Fritz Sep 6/99   click here to update this entry
A program that uses compressed .BMP and .WAV files stored in a single resource file. It also plays MIDI files. A comment-stripped version of David Cuny's Win32Lib.ew is included. Sep 6: Music and other effects were added.
 
WIN Routines for Accessing .DLL Files 9KDrazen Mravinac Aug 11/99   click here to update this entry
Routines for safer and easier DLL access.
 
WIN Windows MIDI Routines 18KBrent Hugh Aug 7/99   click here to update this entry
Files for accessing the MIDI capabilities of WIN32.
 
WIN Print Utility 6KBarend Maaskant Jul 29/99   click here to update this entry
Code for displaying a printer dialog. It uses Win32Lib.zip.
 
WIN Llama Demos 74KKenneth Roger Jun 13/99   click here to update this entry
Two demos using David Cuny's Llama. The first overlays some colors. The second is his Newtonian Telescope Spot Diagrams that he did earlier using Win32Lib. (Llama 0.5a is included)
 
WIN Periodic Table of the Elements 48KGuillermo Friant V. May 17/99   click here to update this entry
a periodic table using Win32Lib. Click on an element and it will give you information about it. May 17: some small improvements
 
WIN Front End for Running/Editing Programs 397KWOLF InI Software Apr 13/99   click here to update this entry
a "front end" that makes it easy to run and edit Euphoria programs for both DOS32 and WIN32. (written in another language - no source). Apr 13: file extension restriction lifted. If you have the previous version you can download this small update and unpack it in the Install-Directory of the Frontend.
 
WIN Set up Registry for Euphoria 4KLionel Wong Apr 7/99   click here to update this entry
code that helps you customize your Win95/98 system for Euphoria. See also Mathew Hounsell's code below.
 
WIN Registry Modifications for Euphoria 5KMathew Hounsell Apr 4/99   click here to update this entry
files for modifying your registry so Windows will work better with Euphoria.
 
WIN Timer 43KBrett Pantalone Apr 4/99   click here to update this entry
a simple timer developed using Win32Lib.
 
WIN Racecar Pool Calculator 52KWolfgang Fritz Mar 26/99   click here to update this entry
a program for calculating racing car pools. There's a Windows help file that explains what to do. The link takes you to his site.
 
WIN Help File Creator 71KRay Smith Feb 26/99   click here to update this entry
a utility that assists in making simple Windows help files. Sample files and documentation included.
 
WIN Program Launcher 42KBrian Jackson Feb 26/99   click here to update this entry
a handy little utility for running programs.
 
WIN Address Book 31KWolfgang Fritz Feb 24/99   click here to update this entry
an address book database program using Win32Lib.
 
WIN Animation Test 66KGreg Harris Feb 9/99   click here to update this entry
a test of Euphoria's ability to run animations in WIN32. It uses a sprite engine that's under development.
 
WIN Bundle of Windows Goodies 62KPatrick Quist Jan 22/99   click here to update this entry
an impressive bundle containing several Win32Lib-based programs, including: Quick Program Launcher, Euro Currency Converter, Music Database, Telephone List, Euphoria Documentation Browser, Menu System.
 
WIN Multiplication Quiz for 3rd Grade 175KHecnor Jan 9/99   click here to update this entry
a cute program to help a 3rd grader learn her multiplication tables. He's got very nice graphics and sounds (.WAV and .MID). It's his first program in Euphoria.
 
WIN Hex File Viewer 51KJacques Deschenes Jan 5/99   click here to update this entry
a nice looking multi-document file viewer with hex/decimal/text modes and a help file.
 
WIN Decision Helper 2KLewis Townsend Dec 12/98   click here to update this entry
a program that helps you to make decisions. The link takes you to his site where you can get the latest version from his downloads page.
 
WIN Decimal/Hex Calculator 36KJerome Nichols Nov 28/98   click here to update this entry
a handy decimal and hex calculator using David Cuny's Win32Lib.
 
WIN Calendar 35KDaJaRo Oct 11/98   click here to update this entry
a Win32Lib-based program that displays the calendar for any month of any year - past, present or future.
 
WIN Screen Capture 32KDajaro Sep 1/98   click here to update this entry
A program that captures the screen and puts it on the clipboard.
 
WIN Random Phrase Generator 2KJames Begley Aug 13/98   click here to update this entry
a DOS32 program and a WIN32 program for outputting random phrases.
 
WIN Help Desk Utilities 63KMichael Raley Jul 2/98   click here to update this entry
two different utilities developed using David Cuny's Win32Lib. One is a count-down reminder program. The other is a help-desk utility.
 
WIN Port Access 12KMonty King Jul 2/98   click here to update this entry
a simple demo that shows how to call C routines in a .DLL file. The .DLL contains code for accessing I/O ports, especially the parallel port.
 
WIN Newtonian Telescope Spot Diagrams 36KKenneth Roger May 16/98   click here to update this entry
He included both a DOS32 and a WIN32 version of this program. It shows various settings for telescope lenses. You can select a setting using the mouse. The WIN32 version makes good use of David Cuny's Win32Lib.
 
WIN Hex Viewer 16KMaurizio Moroni Apr 2/98   click here to update this entry
A WIN32 hex viewer that lets you examine the bytes of a file
 
WIN DLL Setup Technique 10KColin Taylor Mar 29/98   click here to update this entry
A convenient method for automatically generating the DLL linkage and constants for a WIN32 Euphoria program. Mar 29: better documentation
 
WIN WIN32 Screen Saver 6KJacques Deschenes Mar 1/98   click here to update this entry
a program that shows us how to make a Windows screen saver using Euphoria for WIN32. Many people have asked about this.
 
WIN Convert MS Word Dialogs to Euphoria 18KMichael J. Raley Jan 9/98   click here to update this entry
a utility that converts the output of macrode.exe into a WIN32 Euphoria program. macrode.exe is a visual GUI-making tool supplied with MS Word. The Euphoria program that he creates uses David Cuny's win32lib.ew file to display the dialog.
 
WIN Customized WIN32 DLL 120KFrancis Bussiere Dec 12/97   click here to update this entry
a DLL that can be easily used by Euphoria programs.
 
 
This site is maintained by Robert Craig and Junko C. Miura of Rapid Deployment Software