Creative Basic

Creative Basic
Creative Basic
Designed by Paul Turley
Developer IonicWind Software
Stable release v1.01 (2008)
OS Microsoft Windows
License Commercial
Website Ionic Wind Website

Creative Basic (CB) is a third-generation event-driven programming language for Windows, with an integrated development environment (IDE).

Current version executables are interpreted and require no runtime libraries be installed on the end-user's computer. A planned future version will have compiled executables.

Creative Basic has an extensive command set, and access to the application programming interface (API) libraries available in the Microsoft Windows operating system.

Although this modern version dates from 2007, it is a development from, and is completely compatible with IBasic, which has been in use worldwide since 2002.

Some notable projects are Jerry Muelver's WikiWriter, a WikiWriter to Chm Wizard by Alyce Watson, and Mike Rainey's metal machining program. (see the Links below).


Example programs

"Hello" program:

print "hello"

Program to open a Console window and print 10 random numbers:

openconsole
 
for i = 1 to 10
        x = Rnd(100)
        print x
next i
 
do:until inkey$<>""
closeconsole
end

Program to create a GUI window with an Exit button and event handling routine:

def w:WINDOW
def wstyle:INT
 
wstyle = @SIZE|@MINBOX|@MAXBOX
 
WINDOW w,50,50,800,600,wstyle,0,"Window Title",main
SETWINDOWCOLOR w,RGB(0,0,90)
 
CONTROL w,"B,Exit,(800-80)/2, 500, 80, 40, 0, 1"
 
 
WAITUNTIL w = 0
END
 
SUB main
SELECT @CLASS
        case @IDCLOSEWINDOW
                closewindow w
' clicking the Exit button ...
 case @IDCONTROL
                select @CONTROLID
                        case 1
                                closewindow w
                endselect
endselect
RETURN

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Creative entrepreneurship — is the practice of setting up a business – or setting yourself up as self employed in one of the creative industries. The focus of the creative entrepreneur differs from that of the typical business entrepreneur or, indeed, the social… …   Wikipedia

  • Creative Pedagogy — is the science and art of creative teaching.[1] It is a sub field of Pedagogy, opposed to Critical pedagogy (just as creative thinking for example in Torrance Tests of Creative Thinking is opposed to critical thinking). Creative Pedagogy teaches… …   Wikipedia

  • Creative Nonfiction (magazine) — Creative Nonfiction Frequency Quarterly First issue 1993 (1993 month) Company Creative Nonfiction Foundation Country United States Based in Pittsburgh, P …   Wikipedia

  • Creative Playthings — Industry Toys Founded 1945 Founder(s) Frank Caplan Theresa Caplan Headquarters New York City, New York, US Products Toys, furniture, playground equipment …   Wikipedia

  • Basic Instinct 2 — Título Basic Instinct 2 Ficha técnica Dirección Michael Caton Jones Guion Leora Barish, Henry Bean Música …   Wikipedia Español

  • Creative Computing — Sprache englisch Verlag Creative Computing Press/ Ziff Davis Erstausgabe Nov/Dez 1974 Ei …   Deutsch Wikipedia

  • BASIC-Computer-Spiele — Schriftzug vom Band 1 Basic Computer Spiele (im Original Basic Computer Games) ist eine von David H. Ahl herausgegebene Buchreihe, deren erster Titel 1973 von Digital Equipment veröffentlicht wurde. Der Inhalt besteht aus vielen… …   Deutsch Wikipedia

  • BASIC Computer Spiele — Schriftzug vom Band 1 Basic Computer Spiele (im Original Basic Computer Games) ist eine dreiteilige Computerbuchserie des Autors David H. Ahl (dem Gründer des Computermagazins Creative Computing), die erstmals 1978 erschien. Der Inhalt besteht… …   Deutsch Wikipedia

  • Basic Computer Spiele — Schriftzug vom Band 1 Basic Computer Spiele (im Original Basic Computer Games) ist eine dreiteilige Computerbuchserie des Autors David H. Ahl (dem Gründer des Computermagazins Creative Computing), die erstmals 1978 erschien. Der Inhalt besteht… …   Deutsch Wikipedia

  • Creative industries — The creative industries refers to a range of economic activities which are concerned with the generation or exploitation of knowledge and information. They may variously also be referred to as the cultural industries (especially in Europe… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”