This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
has See Also
Tagged Content List
Wiki Page:
Small Basic: Artificial Intelligence
Nonki Takahashi
This article describes about (game) artificial intelligence in Microsoft Small Basic programming language. Table of Contents Artificial Intelligence Heuristic Game Tree Search Minimax Simulation See Also Additional Resources Artificial Intelligence Artificial intelligence (AI) is a computer...
on
29 Mar 2020
Wiki Page:
Small Basic: Interviews with Vijaye Raji, the creator of Small Basic
Nonki Takahashi
Table of Contents Expert to Expert: The Basics of SmallBasic Intro to "Small Basic" with Vijaye Raji Additional Resources See Also Vijaye created Small Basic, based on a challenge to Microsoft that he read in a blog post. Now, a lot of people supported him and helped make it happen, but...
on
29 Mar 2020
Wiki Page:
Small Basic: Program Testing
Nonki Takahashi
This article is about program testing for Microsoft Small Basic programming language. Table of Contents Unit Testing Integration Testing See Also Additional Resources Testing is a important process in developing a program. The purpose of testing is to find issues and bugs before releasing the...
on
29 Mar 2020
Wiki Page:
Small Basic Sample: Flickr Photo ID
Nonki Takahashi
This article shows how to use photo id for Flickr object in Microsoft Small Basic programming language. Table of Contents Photo ID Base 58 Photo ID Sample Programs Screen Shot Credit See Also Additional Resources Photo ID Flickr.GetPictureOfMoment() or Flickr.GetRandomPicture() return following...
on
29 Mar 2020
Wiki Page:
Small Basic: Emoji
Nonki Takahashi
Table of Contents Introduction Finding Emoji in Fonts From Unicode Subrange From Symbol Fonts Using Private Character Editor See Also Additional Resources Other Languages Introduction This article shows how to use emoji characters in Small Basic programming language. There are two ways...
on
29 Mar 2020
Wiki Page:
Small Basic: Character Set - Unicode
Nonki Takahashi
Table of Contents Introduction What is Character Set What is Character Code What is Unicode What is UTF-8 Characters for Game Tips about Character Set Glyph Depends on Font Character Set in TextWindow Characters in SMP Sample Code ASCII Code Table Hexadecimal Dump Symbol Samples Get Character from Unicode...
on
29 Mar 2020
Wiki Page:
Small Basic: Clipboard
Nonki Takahashi
This article is about clipboard and Microsoft Small Basic programming language. Table of Contents What is Clipboard Clipboard and Small Basic Clipboard in the Small Basic environment TextWindow Text input box LitDev Extension See Also Additional Resources What is Clipboard Clipboard is a...
on
29 Mar 2020
Wiki Page:
Small Basic: Polygon
Nonki Takahashi
This article explains about polygon and Microsoft Small Basic programming language. Table of Contents What is a Polygon How to Draw Polygon Turtle Lines and Triangles LitDev Extension Tools Shapes Editor using Polygon Small Basic Prime See Also Additional Resources What is a Polygon A polygon...
on
29 Mar 2020
Wiki Page:
Small Basic: TextWindow
Nonki Takahashi
This article describes about the text window and TextWindow object in Microsoft Small Basic programming language. Table of Contents The Text Window Cursor Color TextWindow Object Sample Programs See Also Additional Resources The Text Window The text window is an character-based user interface...
on
29 Mar 2020
Wiki Page:
Small Basic: Optimization
Nonki Takahashi
This article explains how to optimize, improve, the performance of a Small Basic program. Before beginning, the reader should be aware that the terms " speed " and " performance " are interchangeable in programming. Also, " main loop " and " interactive loop "...
on
29 Mar 2020
Wiki Page:
Small Basic: Controls
Nonki Takahashi
This article explains the Controls object in Small Basic. In addition, the other controls are also explained. Table of Contents What Are Controls? How to Use Controls Controls Object Properties Events Operations New Line in Multi-Line Text Box Extra Controls Sample Programs Extensions See Also Additional...
on
29 Mar 2020
Wiki Page:
Small Basic: Drawing Curve
Nonki Takahashi
This article shows how to draw some types of curves with Microsoft Small Basic program language. Table of Contents Sine Curve Spiral Quadratic Bézier Curve Cubic Bézier Curve Lissajous Curve See Also Additional Resources Sine Curve Sine curve can easily be drawn with Math.Sin() operation...
on
29 Mar 2020
Wiki Page:
Microsoft Small Basic v1.3: Known Issues
Nonki Takahashi
This article organizes known issues about Small basic v1.3. These issues happen only in Small Basic v1.3. Issues originally happen in former versions of Small Basic are described below. Microsoft Small Basic v1.0: Known Issues Microsoft Small Basic v1.2: Known Issues Table of Contents...
on
29 Mar 2020
Page 21 of 358 (8,950 items)
«
19
20
21
22
23
»