Search Software:      

Free Multiline Downloads

 

Able Graphic Manager

Able Graphic Manager is a program that enables you to easily view, acquire, print and convert graphic files in normal (file by file), batch (many files at a time) and command line modes. Input formats: Drawing Interchange Format (DXF) generated by most CAD programs, TIFF Bitmap (TIF; TIFF), JPEG Bitmap (JPG; JPEG; JPE), JPEG2000 (JP2, J2K and JPC), PaintBrush (PCX), Windows Bitmap (BMP;DIB;RLE), Portable Network Graphics (PNG), Windows Metafile (WMF), Enhanced Windows Metafile (EMF), Targa Bitmap (TGA; TARGA; VDA; ICB; VST; PIX), Portable Pixmap, GreyMap, BitMap (PXM; PPM; PGM; PBM), Windows Icon (ICO), Windows Cursor (CUR). Output formats: JPG,TIF,PCX,PNG,BMP,TGAGIF,WMF,EMF,PXM,PPM,PGM,PBM. Drag and Drop supported. Batch Process mode (convert and print). Command Line mode (view, convert and print). There is an opportunity to select files using mask (*). Image acquisition from TWAIN scanners with full control of the scanner capabilities. Image processing (Equalize, Contrast, RGB, HSV, HSL, FFT, convert to 24 bit, gray and B&W). Copy to clipboard and Crop functions. Effects (Negative, bump map, lens, wave, morph, user filters). Watermark drawing. Viewing - Two color mode (color and monochrome) - Any size (6 modes of a sizes setting) - Extents selection (4 items) - Any aspect ratio - Any image resolution at saving to file - Zoom (in, out, fit, window) - Zoom filter (7 items) - Scroll - Entities Manager - display management of entities. - The choice of a background color. Printing - Any system printer (from dialog window) - Color or monochrome printing. - Advanced print control. - Batch printing. - Printing via command line. - Multipage documents are supported. Displayed entities (DXF-files) - Arc - Attrib - Blocks - Circle - Dimension - Ellipse - Elliptic arc - Hatch (including solid) - Leader - Line - LwPolyline - MultiLine Text - Point - Polyline - Solid - Spline - Text - Unicode Text (multilingual) - Trace - Viewport - 3DFace ...

dxf bmp jpg tif pcx png tga pxm ppm pgm pbm

Anim-FX Flash intros and Flash banners builder

Anim-FX is a must have for every web designer.Anim-FX is a multiline Flash animator. With Anim-FX you can create animated text effects - such as intros, splash screens and banners for your website- fast and easy. It is a very compact tool based on a wide range of animation templates. Benefits of Anim-FX. 1) Up to 5 lines of animated text. 2) Unlimited number of characters 3) 56 great templates 4) Background and text animations 5) User-friendly interface. 6) Easy to update 7) Sound effects

flash intros banners animations effects web design downloads templates templates text

Advanced Find and Replace

Advanced Find and Replace is exactly what the name implies. It's fast, easy to use, and a great time-saver for programmers and Webmasters in particular. This powerful utility lets you perform text searches on your local computer as if you were using an Internet search engine. It features support for operators that allow you to specify phrases, words to insist on (+), and words to ignore (-). You can easily apply filespec, date, and size filters to speed up the search. The program also allows you to replace simple or multiline strings. Specify your search-and-replace strings, then choose the action you'd like to take: delete the search string, insert text before or after it, or simply replace it. You can even apply multiple changes to large groups of files in a single operation and use optional confirmation if you need to be more selective. Excellent documentation is included.

search find replace grep multi-line find files multiple wildcard regular expression text html

SQLIdl

SQLIdl is a Universal Web based Command Line Database (SQL) Tool for Application Developers Features: - Execute SQL Commands (DML/DDL) - Invoke from Windows Start-->Run (command line) - Connect any database by changing the connection string at run time. Tested databases are: - Oracle - SQL Server - Preconfigure settings, so that you need not bother about typing in everytime: - Connection string (Database, username, password) - Frequently used SQLs - SQLs for retrieving table/view/trigger/stored procedure definitions - DML commands like Insert/Update need a password for preventing tampering of database opened up using this utility. This Password is configurable (default: mypwd) - Generation of Insert/Update command based on query results. Retrieve from Oracle and insert/update into SQL Server or vice-versa as it is or after typing in changes visually!!! - Multiline data can be retrieved, changed and updated back - Works fine with CLOB/LONG types - Use multiple statements separated by semicolon!!! For ex: select * from dept;select * from emp Requires .Net Framework (I use v1.1), MDAC 2.6, Internet Explorer (IE 5.5) Installation and usage: After installing to a IIS Virtual Folder, open Web.config from the Virtual folder and change the key conStr_def to point to your database. Please change other values if necessary. open IE and type in as follows: http://localhost/SQLIdl/SQLIdl.aspx You would need to provide the correct virtual folder if you changed it during installation. Type in your SQL query and enjoy!!! To install the command line utility, simply copy the two files SQL.exe and SQLIdl.ini to your workstation windows system32 folder, open SQLIdl.ini in notepad and provide the correct path to IIS. Now just invoke run from Start Menu, type in your query as follows : sql "select * from dept" It is THAT simple!!! If you like SQLIdl, please buy ($10 only).

database ole db universal utilities system file dsn tools windows win

AD Picture Viewer

AD Picture Viewer is the fastest, easy-to-use and compact image viewer available for Windows platform. It allows you to view, print, organize and catalogue your image collections with ease. This program supports all popular graphic formats (BMP, JPEG, GIF/Animated GIF, PNG, PCX, TIFF, TGA, etc), has a simple but powerful built-in file manager that allows you to copy, rename/move, delete images and set image as a wallpaper on your Windows desktop. AD Picture Viewer allows you to modify images using different filters. This program supports two viewing modes: Manual mode (the user has to use keyboard or mouse to force the program display the next image) and Slide-show mode (the program will show you your images one by one automatically using the user-defined time interval). The built-in 'picture list' option makes the image collections load easier. The Picture Description feature allows you to create multiline notes for each image.

picture image viewer view show slide gif bmp wmf emf jpg

Studio Complete

Visual Studio .NET add-in that completes code as you write it. Instead of multiline coding constructs such as if..then..else, you just write a 3-letter shortcut. Studio Complete immediately expands the shortcut to the full code. Gain performance by typing less. Works with any .NET language such as VB, C/C++, C#, HTML, XML, XSLT.

vb c-c html xml xslt visual studio add-in productivity macro autocomplete autocorrect

VB Friend

Add indentation, complete missing code, auto-correct, backup, and get more desktop space. VB Friend beautifies code and helps you write more of it in less time. Add missing variables, type less with macros, complete missing brackets. Works as add-in to Visual Basic. Straighten the spaghetti code. Add readability to your code by consistent indentation. VB Friends takes your rules to indent your code with your very own style. Add missing variables. Tired of defining variables? Add "Option Explicit" and let VB Friend do the rest. Every time VB finds a new, undefined variable, VB Friend pops up asking for proper declaration. Auto-correct. Upgrade your Visual Basic editor with speedy macros. Type "scc" and get a full "Select Case..Case..Case Else..End Select". Type "ite" and get a full "If..Then..Else..End If" ready to fill in! Fully customizable for all single and multiline code snippets. Type less. Let VB Friend complete any missing End If, End Select or Next MyVar statements. Get more screen space. VB Friend hides VB toolbars automatically when you don't need them. To show them, just move your mouse to where the toolbar was.

vb visual basic add-in indent pretty print productivity code beautify vb add-in code indentation

pdfOffice

pdf-Office Create sophisticated pdf forms from scratch !!! NEW Version 2.5 NEW !!! (Win9x, WinNT, Win2000, WinXP, Linux and MacOSX.) pdf-Office is a very progressive software solution to create PDF forms and documents. Shape sophisticated forms within minutes, write texts as in Word, imports graphics to your documents - do this without training from scratch. pdf-Office provides you with all features available for PDF forms and documents. You need form fields for text, calculation or validation ? Spreatsheets, choice boxes or password fields required ? No problem, it´s only some few clicks. Create and exchange PDF forms and share them with anyone electronically, regardless of hardware and software platforms. Preserve document integrity with encryption and password protection. For beginners and professionals pdf-Office is the outstanding all-in-one solution. You want to see an example of pdf-Office´s form features? Visit our download area! +++ create pdf forms from scratch +++ WYSIWYG (direct pdf-view) +++ set TAB order for Acrobat Reader +++ exact positioning via X,Y coordinates or snap to grid feature +++ password, text, calculating form fields, checkboxes, multiline textfields, pull-down fields, radio buttons, formatted form fields +++ Java-Script +++ Test mode +++ field validations and calculations +++ save formfields +++ Zoom +++ centimeter, pixel or inch mode +++ text editor +++ Import of background images in gif, jpg, tif, png, bmp, pcx +++ snap to grid +++ scaleability of imported images +++ individual export values +++ border options (each line can switch on/off) +++ 128-bit encryption +++

pdf pdf forms create pdf-documents pdf-forms no time save edit documents pdf

CoolControls

CoolControls is award winning package of highly advanced components and classes. Contains both visual and non visual components. All within same package. Data aware controls also included. More than 70 separate classes and components currently. Forms of any shape, SKINS and TRANSPARENCY for ALL controls and forms, buttons of various shapes, flat borders, animation, original controls, powerful list and comboboxes, 3D view for most controls with text, multiline string grids with custom colors and fonts for cells, scrolling text, system level components.

borland delphi vcl components gui coolcontrols award winning package highly advanced components

IdentaFone Multi-Line Caller ID Software

A virtual telephone assistant that works with your multi-line Caller ID hardware from Rochelle, TCI, Zeus Phonstuff Inc, or YES Telecom for monitoring up to 100+ lines. By using your local network, only one Caller ID box is required, allowing several workstations to have the same detailed status of callers and line usage. Full integration with MS Outlook Contacts adds the convenience of working with your favorite PIM. Screen pops, line status, memos, forwarding to pagers, cell phones or email, speed dial buttons, speech and phonebook imports are just some of its many features. Recalls history of any phone number, prints detailed call accounting reports, downloads calls from the hardware that were received when the computer is shut down for weekends and evenings.

multiline multi-line mullti line cid screen pops rochelle tci zeus phonstuff whozz calling yes telecom caller

 
Audio Software
Office & Business
Games Software
Graphics Software
Internet Software
Home Software
Developers Tools
System Utilities
 
 
 
 

Page 1 out of 2    1 2

 

Copyright © 2004-2010 FilesWeb.com