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
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
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
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 French
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
Browse by Tags
>
TechNet Articles
>
All Tags
>
has image
Tagged Content List
Wiki Page:
Small Basic: Les Couleurs (fr-FR)
Nonki Takahashi
Cet article explique comment les couleurs sont gérées dans le language Microsoft Small Basic. Il y a deux types de couleurs. Un pour la fenêtre texte (TextWindow), l'autre pour la fenêtre graphique (GraphicsWindow). Table of Contents Les couleurs dans la fenêtre graphique Vue d'ensemble...
on
29 Mar 2020
Wiki Page:
Small Basic: Liste des Articles du Wiki TechNet (fr-FR)
Nonki Takahashi
Cet article explique comment fonctionne un outil écrit en Microsoft Small Basic et qui permet de créer la liste des articles du Wiki TechNet. Table of Contents Utilisation Conseils Avancés Voir Aussi Autres Ressources Autres Langues Utilisation Les instructions qui suivent permettent l'utilisation...
on
29 Mar 2020
Wiki Page:
How to Find Stuff on the TechNet Wiki
Nonki Takahashi
This article is sourced from the blog post: https://docs.microsoft.com/en-us/archive/blogs/tonyso/how-to-find-your-stuff-on-the-technet-wiki . On the wiki, you can extend this with instructions on how to use different RSS readers, different tags, or any other useful information. Feel free to...
on
29 Mar 2020
Wiki Page:
Small Basic: Revision Control with GitHub
Nonki Takahashi
This article is about revision control with GitHub Desktop and GitHub for Microsoft Small Basic programming language. And also revised version of Small Basic: Revision Control - which is talked about Git GUI and CodePlex. Note that CodePlex will shutdown on December 15, 2017. Table of Contents...
on
29 Mar 2020
Wiki Page:
Small Basic: Color
Nonki Takahashi
This article explains about colors in Microsoft Small Basic program language. There are two types of colors. One is for TextWindow, the other is for GraphicsWindow. Table of Contents Colors in GraphicsWindow Overview HSL Example GraphicsWindow Color Reference Color Properties Color Operations Pixel...
on
29 Mar 2020
Wiki Page:
Small Basic: Desktop
Nonki Takahashi
Silver Award Winner This article explains about computer desktop and Desktop object in Microsoft Small Basic programming language. Table of Contents What is Desktop Desktop Object Properties Operation Sample Program Copyright Notice See Also Additional Resources What is Desktop Desktop...
on
29 Mar 2020
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: 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: 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:
Small Basic: Flickr
Nonki Takahashi
This article is about Flickr and Flickr object in Microsoft Small Basic programming language. Table of Contents What is Flickr Flickr Object Sample Program Known Issue See Also Additional Resources What is Flickr Flickr is an image hosting web service and also a Yahoo company. Flickr Object...
on
29 Mar 2020
Wiki Page:
Small Basic: How to Use micro:bit
Nonki Takahashi
BBC micro:bit is a small board computer developed for kids. This article shows how to use micro:bit with Microsoft Small Basic programming language. Table of Contents Hardware Software JavaScript Blocks Editor Connect micro:bit Small Basic Program Known Issues See Also Additional Resources ...
on
29 Mar 2020
Wiki Page:
Microsoft Small Basic Online v1.0: How to Build
Nonki Takahashi
This article illustrates how to build Microsoft Small Basic Online v1.0 (Public Preview). Microsoft Small Basic Online v1.0 (Public Preview) is a web application written in C#. Table of Contents Install Visual Studio 2017 Clone Small Basic Online Repository Build Small Basic Editor See Also Additional...
on
29 Mar 2020
Wiki Page:
Small Basic: Error Handling
Nonki Takahashi
This article focuses to explain about error handling in Microsoft Small Basic programming language. Table of Contents No Keywords Error Handling Errors Can' t Be Handled See Also Additional Resources No Keywords Old BASIC languages have error handling functions such as ON ERROR GOTO statement...
on
29 Mar 2020
Wiki Page:
Exchange 2010 Troubleshooting: Exchange RPC service can't be started
Peter Geelen
Table of Contents Issue Troubleshooting Issue After rebooting a server we found the following error in the event logs along with whole stack of others: Right, so the Microsoft Exchange RPC Client Access would not start. Troubleshooting To fix this error, you can do the following: ...
on
28 Mar 2020
Wiki Page:
Script Explorer for Windows PowerShell: Deployment
Peter Geelen
Table of Contents Microsoft-Hosted Aggregation Service Custom Enterprise Aggregation Service General Software Requirements Post Installation: Registering Script Explorer as a Windows PowerShell ISE Add-On Options Window Local File System Network File System Focus Area Customer Experience Improvement...
on
28 Mar 2020
Wiki Page:
Power Automate: Extract Text from SharePoint Library Image using Computer Vision Cognitive Service
Peter Geelen
Table of Contents Introduction Create Cognitive Service API Subscription Create the Flow Test the implementation Summary Introduction Cognitive Services are a set of machine learning algorithms that Microsoft has developed to solve problems in the field of Artificial Intelligence (AI).In this article...
on
28 Mar 2020
Wiki Page:
MS Access: 5 Tips to Make Your Database Fast
Peter Geelen
Table of Contents Summary Top tips to Make Access Database Fast: 1. Normalize Access Tables 2. Keep an Open Handle to all the Linked Databases and Linked Tables 3. Manage the Size of Access Database: a. Split Access Database: b. Turn-off Animations: c. Turn-off Non-Usable Action Tags : d. Limit...
on
28 Mar 2020
Wiki Page:
Azure: On-Premises SQL Database Migration
Peter Geelen
Table of Contents Introduction: SSMS Supportability SQL Migration from On-Premises to MS Azure Prerequisites: Types of Migration : 1: In place upgrade 2: Side by Side Migration Side by side migration Deleting/Creating DB Migrating to MS AZURE SQL DB Backup After completion of Back up Introduction...
on
28 Mar 2020
Page 16 of 505 (12,601 items)
«
14
15
16
17
18
»
Can't find it? Write it!
Post an Article