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

Search Again: DOS   WIN   LNX   GEN Powered by Euphoria
Type one or more words.

matched 41 of 2190 entries

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 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 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 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 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 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 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 RAR File Extraction Library 92KElliott Sales de Andrade Nov 24/03 this program has happy users! 3.00 click here to update this entry
A Windows dynamic-link library which provides file extraction, listing and testing of RAR archives, with password support. Euphoria wrapper and demo program included.
 
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 EuWinGUI Library and IDE 247KAndrea Cini Oct 30/06 this program has happy users! 97.00 click here to update this entry
A GUI development system for Euphoria, similar to Win32Lib and Judith's IDE, but smaller and simpler. Oct 30: This updated version of the library features color customizable controls, a full new set of printing instructions, two new variants of list control types, improved event handling, a new open utility library, updated Window Designer, improved demos and revised documentation. It is compatible with Euphoria 3.0, 2.5 and 2.4 and uses a .dll created with the (soon to be released) 3.0.1 Translator and Open Watcom.
 
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 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 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 wrapper for Blat SMTP e-mail sending 6KMichael Raley Mar 14/05 this program has happy users! 4.50 click here to update this entry
This is a wrapper for the DLL version of the Blat command line SMTP mail utility. An alternative to the MAPI sendmail/sendfile library, Blat does not require another email client like Outlook express to be installed. Just a TCP connection to a valid SMTP server. Goto www.blat.net to get the latest version. Mar 14: added internal trim routines to prevent extra whitespace issues
 
WIN Trace utility 2KPhil French Dec 25/14   click here to update this entry
R.S Williamson's trackvars was just what he wanted, but it needed updating from 2000. He wanted to make it extra convenient. He tried to add a little - He hopes he managed this correctly. It 'logs' events you want to track in your program. 2 files, tracer3.ew and a readme.
 
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 Database Visual Control Library 145KJean-Marc DURO Mar 24/13   click here to update this entry
Database VCL on the model of Borland Delphi: a TTable component that updates linked components when current record changes. V0.5: Class library completely rewritten. Underlying controls are now defined within classes. TDBListView added. Code has reached beta state.
 
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 Popup Eliminator 186KRobert Swiston Mar 28/03 this program has happy users! 3.00 click here to update this entry
A program that eliminates all extra popup windows in IE and Netscape. Open your browser, then activate (right click on the icon in the systray) to begin searching for unwanted windows. PE will shut down everything that is added. Euphoria source program and .exe are included.
 
WIN EuViewer3 202KAl Getz Jun 20/05 this program has happy users! 1.50 click here to update this entry
A complete picture viewer that displays many picture types include: jpg, gif, tif, bmp, ico, wmf and png, with controls for stepping through a directory structure and for running a Slide Show. All source files included, including the GdiPlus library. Jun 20: Now uses an updated WinClass library with nice 3d magnified custom popup menu. Old jpg decompressor included.
 
WIN BZip2 Library 45KGreg Haberek Oct 14/03 this program has happy users! 2.00 click here to update this entry
A re-write of Aku's BZip2 data compression library. Does not require any extra libraries, and it's written in English.
 
WIN Modified Interpreter 352KMatthew Lewis Jul 14/03 this program has happy users! 1.00 click here to update this entry
Using the Euphoria 2.4 interpreter source code, Matt has added some extra features. You can specify a routine to be called when there's a run-time error. You can access variables by id number, and you can resolve conflicting global symbols in a way that will likely be supported by Euphoria in the next release. Jul 14: added global resolution feature
 
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 Google Search Tool 8KRobert Szalay Oct 15/02 this program has happy users! 0.50 click here to update this entry
A small window on your desktop makes it easy to search Google. Right-click for some extra features. Requires Win32Lib version 0.57.9 or higher.
 
WIN Modified Scripting Interpreter 1461Kwes hermanson Dec 4/05   click here to update this entry
Freeware scripting interpreter with GUI control, written completely in Euphoria (no source). It can run Euphoria programs (both windows and dos), as well as 7 extra languages in tandem (below). Can be called from command line. AIT, COBOL, Euphoria, Forth, LISP, Tint, SIC, and SmallTalk.
 
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 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 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 fasm4e 52KHayden McKay Dec 3/15   click here to update this entry
New bug fixes and support for generating x86 and x64 machine code. Extract folder to include directory, runs on WIN32-OS, tested with Euphoria 4.1.
 
WIN Zapox OpenGL Game Engine 8331KSteve Allen Jun 7/13   click here to update this entry
Euphoria OpenGL Game Engine A WIP game engine utilizing modern OpenGL. Load models, 3d picking, FSAA, A* Pathfinding, lots more. Source+Executable. Self-extracting archive.
 
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 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 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 EuAllegro repackaged 4099KRay Smith Dec 14/07   click here to update this entry
Ray Smith's EuAllegro, also available from his wiki, and sourceforge, but easier to get here. Contains extras - a help file, and the games pack - good for learning Allegro. An easy to use games development add on for Euphoria.
 
WIN MakeDoc 12KDerek Parnell Dec 18/06   click here to update this entry
This tool generates HTML documentation from encoded documentation text. This is usually embedded in source file comments. This tools extracts the documenation comments and formats and indexes them into a number of HTML files. This is the tool that generates the docs for Win32lib. It does not require win32lib to run and can generate docs from any text file, not only Euphoria source code.
 
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 mbox 140KJuergen Luethje Oct 29/05   click here to update this entry
A DLL that reads and writes Unix mailbox files (mbox format) -- source code and compiled DLL. The DLL is a plugin for Total Commander, but you can also use it with your own programs (sample Euphoria code that calls the routines in the DLL included). Oct 29: The main new features are a new naming system for extracted mails, and the ability to change mbox files. So the plugin now is also useful for finding and deleting duplicate mails, and for synchronizing mails in different mbox files. The plugin now can read language files. English, Dutch, German and Polish are automatically supported. Several other enhancements, and considerably improved documentation.
 
WIN Axiom2 424KGreg Haberek Dec 26/04   click here to update this entry
Axiom2 is a basic multi-file Euphoria editor. It includes a built-in front-end for the Euphoria To C Translator. It requires xControls and Win32Lib v0.60.0 or greater. The Euphoria to C Translator is also required to use the front-end.
 
WIN Warehouser replay utility 223KMichael Raley Nov 29/04   click here to update this entry
This is a utility to review Warehouser saved games. Warehouser now saves the entire move stack in a Euphoria database file. This program allows you to step through or play the move stack. Requires the Warehouser tile matching game. Unzip the executable and extract it into the same directory. no source.
 
WIN Spinning Euphoria Cube 1380KLorri Wolk-Laniewski Feb 23/03   click here to update this entry
A nice graphics demo of a spinning Euphoria Cube. Includes a bound executable, two bitmap versions, two Pic_File.ew versions; and has fully-commented source. Shows a perpetual loop, and can be used as a screen saver if desired. It contains a RAR self-extracting archive inside the .zip file.
 
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
 

 

End of Search Results