TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
Small Basic
Tagged Content List
Wiki Page:
Small Basic Curriculum: Lesson 4.1: Playing with Shapes
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 4.1: Playing with Shapes Table of Contents Playing with Shapes Fun with Shapes Balancing the Ball – The Game Balancing the Ball – How to Play Balancing the Ball – The Code Hit the Right Shape – The Game Hit the Right Shape – How to Play...
on
7 Aug 2013
Wiki Page:
Small Basic Curriculum: Lesson 3.6: Debugging Aids
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 3.6: Debugging Aids Table of Contents Debugging Aids Debugging TextWindow.WriteLine As a Debugging Helper Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to complete this lesson: 1 hour Debugging Aids...
on
7 Aug 2013
Wiki Page:
Small Basic Curriculum: Lesson 3.5: The Controls Object
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 3.5: The Controls Object Table of Contents The Controls Object Introduction to the Controls Object Operations of the Controls Object Properties and Operations of the Controls object The Controls Object Control Events Let’s Summarize… Show...
on
7 Aug 2013
Wiki Page:
Small Basic Curriculum: Lesson 3.4: Events and Interactivity
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 3.4: Events and Interactivity Table of Contents Introduction to Events and Interactivity Introduction to Events Keyboard Events Mouse Events Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to complete this...
on
7 Aug 2013
Wiki Page:
Small Basic Curriculum: Lesson 3.1: File Input and Output
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 3.1: File Input and Output Table of Contents File Input and Output The File Object Operations of the File Object The LastError Property Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to complete this lesson...
on
7 Aug 2013
Wiki Page:
Small Basic Curriculum: Lesson 2.6: Flickr, ImageList, and Network Objects
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 2.6: Flickr, ImageList, and Network Objects Table of Contents Flickr, ImageList, and Network Objects The Flickr Object The ImageList Object The Network Object Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time...
on
7 Aug 2013
Wiki Page:
Small Basic Curriculum: Lesson 2.5: Clock, Desktop, and Dictionary Objects
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 2.5: Clock, Desktop, and Dictionary Objects Table of Contents Clock, Desktop, and Dictionary Objects The Clock Object Date, Weekday, and Time The Year Property Month and Day Hour, Minute, and Second The Desktop Object The Dictionary Object...
on
7 Aug 2013
Wiki Page:
Small Basic: IDE Colors
Ed Price - MSFT
These are text colors and the background color used in Small Basic IDE (Integrated Development Environment). #7777FF for Keywords #800000 for Operators and “the dot between Object and Properties/Events/Operations” #000000 for Variables, Subroutines, Labels and "the brackets...
on
23 Jul 2013
Wiki Page:
Small Basic: Graduate to C#
Ed Price - MSFT
Table of Contents Motivations Prerequisites ILSpy Visual Studio Express Conversion Create a Small Basic exe Convert to VS project Inside Visual Studio Initial setup The source code Running the Program This article considers how to Graduate a Small Basic program to C#. Motivations There are...
on
23 Jul 2013
Wiki Page:
Small Basic: Control Statements
Ed Price - MSFT
Table of Contents If statement Goto statement While loop statement For loop statement Subroutine call statement See Also In the Microsoft Small Basic programming language, there are five types of control statements - If statement, Goto statement, While loop statement, For loop statement, and subroutine...
on
23 Jul 2013
Wiki Page:
Beginning Microsoft Small Basic
Ed Price - MSFT
Small Basic > Small Basic E-Books > Beginning Microsoft Small Basic 1. Introducing Small Basic 2. Small Basic Program Basics 3. Your First Small Basic Program 4. Small Basic Program Design, Input Methods
on
20 Jul 2013
Wiki Page:
Small Basic: How to Make a Turtle Maze Game
Ed Price - MSFT
Table of Contents Overview 1. Creating a maze 1.1 How to create a maze? 2. Creating AI which solves the maze 2.1 How to solve the maze? 2.2 What are needed for Silverlight environment? 3. Creating UI for another turtle 3.1 Create another turtle 3.2 How to control turtle 3.3 How to save score 3.4 Turtle...
on
10 Jul 2013
Wiki Page:
Small Basic: Stack Basics
Ed Price - MSFT
Table of Contents What is a Stack Stack methods Example This article covers the basic use of the Small Basic Stack, with an example recursively finding all jpg image files in and below an initial directory. What is a Stack A stack is an ordered list where entries are added (pushed) and retrieved...
on
9 Jul 2013
Wiki Page:
Basic Computer Games - Small Basic Edition: Acey Ducey
Ed Price - MSFT
Small Basic > Small Basic E-Books > Basic Computer Games Small Basic Edition > Acey Ducey This is a simulation of the Acey Ducey card game. In the game, the dealer (the computer) deals two cards face up. You have an option to bet or not to bet depending on whether...
on
9 Jul 2013
Wiki Page:
Small Basic E-Books
Ed Price - MSFT
Small Basic > Small Basic E-Books Learn more about Small Basic and find detailed samples by reading sample chapters from one of three e-books that we are providing to you at no cost. If you like using the e-book format, we have links on each page to where you can purchase the complete e-book...
on
9 Jul 2013
Wiki Page:
The Developer’s Reference Guide to Small Basic: 2. Overview of Small Basic Programming
Ed Price - MSFT
Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 2. Overview of Small Basic Preview In this chapter, we are concerned with writing code for our programs. We will provide an overview of many of the elements of the language used...
on
9 Jul 2013
Wiki Page:
The Developer’s Reference Guide to Small Basic: Chapter 4: TextWindow Object
Ed Price - MSFT
Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 4. TextWindow Object Preview In this chapter, we look at the Small Basic TextWindow object. It is used to work with text input and output. TextWindow Object The TextWindow...
on
9 Jul 2013
Wiki Page:
The Developer’s Reference Guide to Small Basic: 1. Introducing Small Basic
Ed Price - MSFT
Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 1. Introducing Small Basic Preview In this first chapter, we will do an overview of how to write a program using Small Basic. You’ll get a brief history of Small Basic and look...
on
9 Jul 2013
Wiki Page:
The Developer’s Reference Guide to Small Basic: Chapter 3: Program Object
Ed Price - MSFT
Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 3. Program Object Preview In this chapter, we begin our overview of objects used to build the Small Basic programs. For each object, we summarize the properties, methods and events...
on
9 Jul 2013
Wiki Page:
Small Basic Curriculum: Online
Ed Price - MSFT
Small Basic > Curriculum > Online Lesson 1.1: Introduction Lesson 1.2: Statements, Properties, and Operations Lesson 1.3: Variables Lesson 1.4: Conditions and Loops Lesson 1.5: Branching and Subroutines Lesson 2.1: Graphics Window Lesson 2.2: Turtle Graphics ...
on
9 Jul 2013
Wiki Page:
Small Basic Curriculum: Lesson 1.2: Statements, Properties, and Operations
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 1.2: Statements, Properties, and Operations Table of Contents Statements, Properties, and Operations Statements in Small Basic Programs Showing and Hiding the Text Window Properties of the TextWindow Object Operations of the TextWindow...
on
1 Jul 2013
Wiki Page:
Small Basic Curriculum: Lesson 1.5: Branching and Subroutines
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 1.5: Branching and Subroutines Table of Contents Code Branches and Subroutines Branching Branching in Small Basic Programs Subroutines in Small Basic Programs Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time...
on
1 Jul 2013
Wiki Page:
Small Basic Curriculum: Lesson 1.3: Variables
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 1.3: Variables Table of Contents Variables What is a Variable? How to Name a Variable? Storing Numerical Values In a Variable Storing Multiple Values In a Variable Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time...
on
1 Jul 2013
Wiki Page:
Small Basic Curriculum: Lesson 1.1: Introduction
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 1.1: Introduction Table of Contents Introduction to Small Basic What Is Small Basic? Small Basic - A Programming Language for Beginners The Small Basic Environment Your First Program IntelliSense - Making It Easy Saving Your Program Let...
on
1 Jul 2013
Wiki Page:
Small Basic Curriculum: Lesson 1.4: Conditions and Loops
Ed Price - MSFT
Small Basic > Curriculum > Online > Lesson 1.4: Conditions and Loops Table of Contents Conditions and Loops Conditions in Small Basic Programs Loops in Small Basic Programs Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to complete this lesson: 2 hours...
on
1 Jul 2013
Page 2 of 5 (116 items)
1
2
3
4
5
Can't find it? Write it!
Post an Article