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:
Basic Computer Games - Small Basic Edition: Amazing
Nonki Takahashi
Small Basic > Small Basic Books > Basic Computer Games Small Basic Edition > Amazing This program will print out a different maze every time it is run and guarantees only one path through. You can choose the dimensions of the maze - i.e., the number of squares wide...
on
11 Jan 2019
Wiki Page:
Using the Joysticks / Game Controllers Extension for Microsoft Small Basic
Nonki Takahashi
Table of Contents Introduction Dependencies & Downloads Using the Extension in Small Basic Introduction The Joysticks and Game Controllers extension, written in C# using DirectX by gungan37, allows for the use of any game controller in Small Basic. Such devices include joysticks...
on
29 Dec 2018
Wiki Page:
Small Basic: Exemple - Tetris (fr-FR)
Nonki Takahashi
Voici un simple jeu de Tetris écrit en Microsoft Small Basic. Le code original n'était plus compatible avec les versions actuelles de Small Basic, il a été corrigé et cette version traduite se base sur ce code plus récent. Si vous voulez récupérer le code original, visiter l' article original...
on
29 Dec 2018
Wiki Page:
Small Basic Sample: Tetris
Nonki Takahashi
Here's a simple Tetris game written in Microsoft Small Basic. If you want to just run the program, you can download the self-contained EXE here: http://cid-30e1dc9cc197bc9d.skydrive.live.com/browse.aspx/.Public/Small%20Basic%20Tetris Voted Sample of the Week: http://blogs.msdn.com...
on
29 Dec 2018
Wiki Page:
Small Basic: Exemple - Snake - Le Jeu du Serpent (fr-FR)
Nonki Takahashi
Table of Contents Code Voir Aussi Autres Langues Voici un exemple de jeu 'Snake' ou 'Jeu du Serpent'. Importez le code dans Small Basic : HDC228 . Code Initialize ( ) While ( GameState < > "" ) DoGameLoop ( ) EndWhile Program . End (...
on
29 Dec 2018
Wiki Page:
Small Basic: Exemple - JetLag (fr-FR)
Nonki Takahashi
Table of Contents Code Voir Aussi Autres Langues Voici un jeu vidéo où vous devez éviter des obstacles. Démarrer le jeu en appuyant sur la barre espace, se déplacer à gauche et à droite avec les touches fléchées. Vous pouvez importer le programme avec l'ID WNF231 Code Initialize...
on
29 Dec 2018
Wiki Page:
Small Basic Sample: JetLag
Nonki Takahashi
Table of Contents Code See Also Other Languages This is a video game where you have to avoid obstacles. Start the game by hitting the space bar, move left and right with the arrow keys. You can import the program with ID RCB513 Code Initialize() While (GameState<> "End"...
on
29 Dec 2018
Wiki Page:
Basic Computer Games - Small Basic Edition: Battle
Nonki Takahashi
Small Basic > Small Basic Books > Basic Computer Games Small Basic Edition > Battle BATTLE is based on the popular game Battleship which is primarily played to familiarize people with the location and designation of points on a coordinate plane. BATTLE first...
on
29 Dec 2018
Wiki Page:
How to add background music to a Small Basic game
Nonki Takahashi
A few days ago, an old thread My custom sounds won't repeat. Any idea why? in the Small Basic forum became active again. Here i will try to show, how you can easily add background music to any of your Small Basic games or programs, just by adding an event subroutine, a Timer.Tick event and...
on
29 Dec 2018
Wiki Page:
Small Basic: Exemple - Graphismes de Jeu (fr-FR)
Nonki Takahashi
Code Importation dans Small Basic: ZGC128 '******************************************************************************************************** 'Exemple de programme démontrant virtuellement toutes les commandes GraphicsWindow dans Small Basic 'Contient l'utilisation...
on
29 Dec 2018
Wiki Page:
Small Basic Sample: GameGraphics
Nonki Takahashi
Code Import to Small Basic : XZG681-11 '*************************************************************************************** 'Sample program to demonstate virtually all of the SmallBasic GraphicsWindow commands 'Includes use of Shapes, Images, Arrays, Mouse and Keyboard...
on
29 Dec 2018
Wiki Page:
Small Basic: Le Jeu Bataille Navale en détail (fr-FR)
Nonki Takahashi
Dans le cadre du Challenge du mois Small Basic - Mars 2015 (en-US) , j’ai relevé le défi du challenge du jeu qui est de créer un jeu de Bataille Navale contre l’ordinateur. Vous pouvez importer le programme dans Small Basic : PMD822-1 . Ou télécharger le code source avec l'exécutable depuis...
on
29 Dec 2018
Wiki Page:
Small Basic: The Battleship Game in detail
Nonki Takahashi
For the Small Basic Challenge of the month – March 2015 , I do the challenge to create a Battleship game against the computer. You import the game in Small Basic : MRV593-2 . Or you can download source code and exe from the Technet gallery : https://gallery.technet.microsoft.com/Small-Basic...
on
29 Dec 2018
Page 15 of 37 (925 items)
«
13
14
15
16
17
»