HALLOGRAM PUBLISHING
SHOPPING CARTSITE MAPCONTACT USPRODUCTS
HOMEBARCODESDEVELOPER TOOLSUSER TOOLSTRAINING
Clip-4-Win

Every function you need to develop Windows applications with Clipper is in one package.

Full of Features!

This program contains almost every bell and whistle: Radio and Push Buttons, Dialog Boxes, Pick Lists and everything else required in today's GUI (Graphical User Interface) environment. You even have direct access to the Windows Clipboard and Print Manager as well as complete Icon support. All you need is a Windows compatible linker like BLINKER.

  • Use commands, functions, classes, or any combination
  • Supports VBX controls, ODBC 2, SQL, MAPI
  • Toolbars with “Tool Tips”, status bars and progress bars
  • Drag and drop, DDE Server, and Client support
  • Access to the Windows API
  • Widows 3.1, WFW, Windows 95, Windows NT, OS/2 and Warp Compatible
  • 70+ classes with source code
  • Includes WBrowse, an excellent browser modeled on TBrowse, with support for bitmaps and TrueType fonts
  • Includes oTab providing tabbed dialog support
  • Includes TopClass class creation library
  • Class(y) compatible

Real Windows Power

You can use any Windows Resource compiler to create .rc files. You can use an .rc file to load dialogs, icons, bitmaps, cursors and any other resources at runtime. You can also use your favorite Icon editor, or take advantage of the shareware included with Clip-4-Win. In fact, Clip-4-Win lets you use an image (bitmap) editor, and just about any other Windows tool out there. Many Windows developers like the tools that come with MS AppStudio, others prefer Borland's Resource Workshop. The point is, Clip-4-Win does real Windows and opens up a whole world of development tools for you to use.

Unleash the Power of the Windows API

The Windows Application Programming Interface is a library of C functions built into the Windows environment that programmers use to develop Windows applications. Believe it or not, Windows is very much like a library in which you call the functions you want to execute. Clip-4-Win's function names are very close to the names found in WinAPI. That's another reason Clip-4-Win is a great learning tool.

Look How Easy It Is to Code with Clip-4-Win

You can use the familiar CA-Clipper syntax that you already know, or switch to OOP syntax and dive right in to Object Oriented Programming. In fact, you can even switch between styles in the same project.

If you like the CA-Clipper Style, then you won't have any trouble using Clip-4-Win:

      PROCEDURE Main()
    
        LOCAL oApp AS OBJECT
        LOCAL hWnd AS HANDLE
    
        CREATE APPLICATION oApp
        WINDOW hWnd ;
    
       TITLE "Clip-4-Win Makes
        Windows Apps E-A-S-Y!" ;
    
        ON INIT MenuSetup( hWnd )
    
      RETURN
    

If you prefer the OOP way, then you STILL won't have any trouble using Clip-4-Win:

      PROCEDURE Main()
    
        Local oApp AS OBJECT
    
        oApp := BrowseApp{
        "Clip-4-Win Browser
        Sample" }
    
        oApp:oWnd:MenuSetup()
    
        oApp:Start()
    
        oApp:Quit()
    
      RETURN
    

Build on What You Know

Clip-4-Win allows you to quickly create Windows applications by leveraging your CA-Clipper skills as you learn Windows programming techniques. With Clip-4-Win, you can easily port your DOS applications to the Windows environment. Clip-4-Win provides access to the complete Windows API and all of the available resources such as buttons, dialogs, bitmaps, icons, menus, pens, etc.


Clip-4-Win Toolkit


Clip-4-Win is an electronically delivered product and non-returnable.


Clip-4-Win ... $449.00

Clip-4-Win Professional Pak ... $529.00

Clip-4-Win Toolkit ... $149.00


Home || Shopping Cart || Site Map || Newsletter/Blog
Search HALLoGRAM || Request More Information
CALL TOLL FREE 1-866-340-3404

©Copyright 2000 HALLoGRAM Publishing, Aurora CO. All Rights Reserved.
All products mentioned in this site are trademarks of their respective owners.
dmcakegrim