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
>
Small Basic
Tagged Content List
Wiki Page:
Shapes Editor using Polygon for Small Basic
Richard Mueller
Several Shape editors have been proposed so far, but shape modification and position change (Z-index) of shape are not so easy. I made a shapes editor using Litdev's Extension. In this time, I made a Shape editor which can easily change its size, color, rotation angle, Z-INDX, transparency etc...
on
13 Apr 2018
Wiki Page:
Microsoft Small Basic for Beginners: Getting Started
Ken Cenerelli
Table of Contents Introduction How to install Small Basic: Installation Steps Our First Small Basic Program (For Output) Save the Program Open the Saved Program Our First Small Basic Program (For Input/output using Variable) Simple Program to display background and font with colors Program to add two...
on
24 Mar 2018
Wiki Page:
SmallBasic.Workbook 1.2.0: Known Issues
H Shakir
This article is for listing known issues about SmallBasic for Xamarin Workbooks 1.2.0. Table of Contents Known Issues See Also Known Issues Sound.PlayXXX() method sometimes make other methods sound. GraphicsWindow and TextWindow objects don't work on Mac. See Also ...
on
6 Mar 2018
Wiki Page:
Small Basic Reference Documentation: Dictionary Object
Nonki Takahashi
Small Basic: Reference Documentation > Dictionary Table of Contents Dictionary Operations GetDefinition word Returns GetDefinitionEnglishToEnglish word Returns GetDefinitionSimplifiedChineseToEnglish word Returns GetDefinitionEnglishToGerman word Returns GetDefinitionEnglishToSimplifiedChinese...
on
30 Jan 2018
Wiki Page:
Small Basic: Kinect for Small Basic Extension Library
Nonki Takahashi
This article describes about Kinect for Small Basic Extension Library. Table of Contents Kinect Kinect for Small Basic Small Basic 1.2 API Reference KinectWindow Object Properties Operations KinectBodyList Object Property Operations Event KinectFaceList Object Properties Operations Events Known Issues...
on
26 Jan 2018
Wiki Page:
Small Basic on TechNet Gallery
Ken Cenerelli
Table of Contents Why Use TechNet Gallery? What Can You Put on the TechNet Gallery? 1. Games & Programs 2. Extensions 3. White Papers 4. PowerPoint Decks 5. Spreadsheets 6. Small Basic Promotions What TechNet Gallery Tags Should We Use? See Also The Small Basic category/tag on TechNet Gallery...
on
25 Jan 2018
Wiki Page:
The Small Basic Blog
Ken Cenerelli
The Small Basic Blog is on MSDN and currently exists to encourage and foster community growth and adoption around Small Basic: http://blogs.msdn.com/smallbasic Ideas for the Small Basic Blog The following is a list of ideas for blog posts. They need to be specific about community growth...
on
30 Dec 2017
Wiki Page:
Small Basic: Jak napisać grę żółwi labirynt (pl-PL)
Ken Cenerelli
Ten artykuł wymaga korekty językowej. Jeśli mówisz po polsku - nie wahaj się - zaloguj się i popraw zauważone niedociągnięcia. Table of Contents Przegląd 1. Tworzenie labiryntu 1.1 Jak stworzyć labirynt? 2. Tworzenie AI, która rozwiązuje labirynt 2.1 Jak rozwiązać labirynt? 2.2 Co jest potrzebne...
on
29 Dec 2017
Wiki Page:
Small Basic : How to make a Shapes Editor
[Roshan_Kumar]
In this article, we will learn how to make a Shapes Editor. Table of Contents Designing the window Code Output Designing the window Let's first design the window. So type the following code. GraphicsWindow . Show ( ) rectangle = Controls . AddButton ( "Add Rectangle"...
on
23 Dec 2017
Wiki Page:
Small Basic: Timer
Simple Samples
This article is about the Timer object in the Microsoft Small Basic programming language. In this article: Table of Contents What is a Timer Timer Object Properties Events Operations Event Handler Sample Programs Known Issues Error (Delay) Short Interval is Heavy in Remote See Also Other Resources...
on
4 Dec 2017
Wiki Page:
Small Basic: Mouse
Burak Uğur
This article is about a mouse and the Mouse object of Microsoft Small Basic programming language. Table of Contents What is a Mouse Mouse Object Mouse in GraphicsWindow Object Sample Programs See Also What is a Mouse According to Dictionary object of Small Basic, there are two meanings for...
on
2 Dec 2017
Wiki Page:
Small Basic: Image
Somdip Dey - MSP Alumnus
This article is about images and related operations in Microsoft Small Basic programming language. Table of Contents What is an Image Operations for Images Sample Programs Known Issues See Also What is an Image A word image in computer area is mostly used as a bitmap (picture painted as raster...
on
2 Dec 2017
Wiki Page:
Small Basic: Key Input
Somdip Dey - MSP Alumnus
This article is about accepting keyboard input in Microsoft Small Basic. Table of Contents GraphicsWindow Text Box Controls TextInput Event KeyDown and KeyUp Events Input Focus Sample Program Known Issues TextWindow Read and ReadNum Operations ReadKey Operation is Obsolete See Also Other Resources...
on
2 Dec 2017
Page 18 of 37 (925 items)
«
16
17
18
19
20
»