About 1,990,000 results
Open links in new tab
  1. First save the image in a variable. In this case I created a variable called “Image”. This variable is equal to the program directory. Image = Program.Directory+"image.jpg" Second there are two …

  2. Displaying Image On SmallBASIC - Stack Overflow

    The supported image formats are xpm, jpeg, png and gif. For an example of the IMAGE command's use, check out the welcome.bas source code included with the FLTK build of …

  3. Year 8 Small Basic Programming Homework Booklet - studylib.net

    Year 8 homework booklet for Small Basic programming. Includes exercises on text output, variables, conditionals, and code analysis.

  4. Learn To Program With Small Basic : An Introduction To Programming

    In Chapter 3 you learned how to draw pictures using code, but in Small Basic you can program a friendly turtle to draw pictures for you! In this chapter, you’ll explore the Turtle object. You’ll …

  5. DRAWING BASICS - LEARN TO PROGRAM WITH SMALL BASIC: …

    DRAWING BASICS - This book introduces you to Small Basic in a fun, engaging, and interactive way. We offer an abundance of sample programs that you can run, explore, and tweak to …

  6. Drawing Pictures with Small Basic | Microsoft Community Hub

    Feb 13, 2019 · Today's topic is how to draw (paint) pictures by programs (or via programming) with Small Basic. Program can repeat, simulate, calculate and convert. Following pictures are …

  7. Adding and Drawing Images in Small Basic - Microsoft Q&A

    Oct 29, 2021 · First load the image with img_xyz = ImageList.LoadImage ("Filename or URL") into RAM memory and then with shape_n = Shapes.AddImage (img_xyz) create one or any …

  8. SmallBASIC | IMAGE - GitHub Pages

    Nov 6, 2023 · There are two supported image formats: PNG and XPM (see below). Create via open file handle. Create via file name. Create via URL (note only works with HTTP not …

  9. introduce the basic concepts such as input, output and selection. The Graphics Window is also explored to produce a simple calculator where students can combine all their

  10. Pathfinder 4: Drawing Pictures In Microsoft Small Basic

    In this module students will draw pictures using basic shapes, explore options for line and fill colour, learn to layer shapes, and use a grid for laying out pictures. Drawing through computer …