Browse by Tags

Tagged Content List
  • Wiki Page: Basic Computer Games - Small Basic Edition: Basketball

    Small Basic > Small Basic E-Books > Basic Computer Games Small Basic Edition > Basketball This program simulates a game of basketball between Dartmouth College and an opponent of your choice. You are the Dartmouth captain and control the type of shot and defense during...
  • Wiki Page: Small Basic Sample: GameGraphics

    Code '*************************************************************************************** 'Import XZG681 'Sample program to demonstate virtually all of the SmallBasic GraphicsWindow commands 'Includes use of Shapes, Images, Arrays, Mouse and Keyboard control 'Does...
  • Wiki Page: Small Basic Sample: Turtle Plus Flickr

    Code GraphicsWindow.Show() pic = Flickr.GetRandomPicture("lightning") gw = GraphicsWindow.Width gh = GraphicsWindow.Height GraphicsWindow.DrawResizedImage(pic, 0, 0, gw, gh) distance = 50 Turtle.Speed = 9 For sides = 3 To 20 DrawPolygon() EndFor Sub DrawPolygon...
  • Wiki Page: Small Basic (ja-JP)

    Table of Contents エクステンション コミュニティ はじめよう 関連項目 他の言語 Small Basic は QuickBasic から派生したマイクロソフトの初心者向け .NET プログラミング言語です。2008 年 10 月に最初のベーター版がリリースされた後も、2 年以上も開発が続き、2011 年 6 月に 1.0 版が正式にリリースされました。多言語への対応がなされ、20 以上の言語で利用可能です。Small Basic は Visual Basic を控えめにしたバージョンとも言え、.NET Framework 3.5 上で動作します。 エクステンション...
  • Wiki Page: Small Basic 言語の特徴 (ja-JP)

    この記事は Small Basic FAQ の質問に基づいています。コミュニティに対し、この質問に深く答える機会を提供したいと考えています。 Small Basic 言語の特徴は何ですか? 命令型 初期の BASIC のように、Small Basic は命令型で、スコープ、型、オブジェクト指向などを使用することがなく、初心者がこれらを意識する必要がありません。 サイズ Small Basic 言語は 14 のキーワード からなっています。 使いやすさ この言語は文字のオペレータ (AND, OR) のみを使い、記号のオペレータ { } や &...
  • Wiki Page: Small Basic: サポートされる言語 (ja-JP)

    Table of Contents 言語リスト 他の言語 言語リスト Microsoft Small Basic は以下の 20 の言語をサポートします。 アラビア語 中国語(簡体字) 中国語(繁体字) クロアチア語 チェコ語 オランダ語 英語 フランス語 ドイツ語 ヘブライ語 アイスランド語 イタリア語 日本語 韓国語 ポーランド語 ポルトガル語(ブラジル) ポルトガル語(ポルトガル) ロシア語 スペイン語 トルコ語 他の言語 Small Basic: Supported Language...
  • Wiki Page: Small Basic: Supported Languages

    Table of Contents Language List Other Languages Language List Microsoft Small Basic supports following 20 languages. Arabic Chinese (Simplified) Chinese (Traditional) Croatian Czech Dutch English French German Hebrew Icelandic Italian Japanese Korean Polish...
  • Wiki Page: Small Basic: Parameter or Return Value Range for Math Function

    Table of Contents Overview Math Functions + Range Sample Program - Range * Range / Range Sample Program Abs Range ArcCos Range ArcSin Range ArcTan Range Ceilinig Range Cos Range Floor Range GetDegrees Range GetRadians Range GetRandomNumber Range Log Range Max Range Min Range NaturalLog Range Power...
  • Wiki Page: Small Basic: Parser Generator

    Table of Contents Overview What's a Parser? What's a Parser Generator Sample Programs Parser Generator 0.4 for Graphics Interpreter Parser Generator 1.4 for Code Block Formatter See Also Overview This article introduces Parser and Parser Generator written in Small Basic. What's...
  • Wiki Page: SmallBasic | AutoUpdater - Snippet

    Introduction I created this snippet, because I really missed an option like this in SmallBasic. I never saw something like this in another SmallBasic - program before. This snippet will check if a newer version of your program is avaible for download. And if there is a new version, it...
  • Wiki Page: Development Map for Becoming a Good Programmer Using Small Basic and MSDN

    Table of Contents Maintaining your enthusiasm Setting and Using your Goals Don’t Give Up at First Attempt Be Patient Choosing the ‘Best’ Language Learn by Doing Talk to other programmers Relevant Health & Safety Issues Using Small Basic and MSDN (a self-paced Learning & Development Map) Maintaining...
  • Wiki Page: Small Basic: Shapes Editor

    Table of Contents Overview Output Usage Import Pen and Brush Shapes Cut, Copy and Paste Save and Open History Known Issues See Also Overview This article introduces a Small Basic program called "Shapes". This is a program for editing picture with Small Basic Shapes objects. Output...
  • Wiki Page: Small Basic: How to Create an Extension Using VB.NET

    Table of Contents STEP 1: Create an Extension STEP 2: Make it Work STEP 3: Moving On Other Languages This article is about how to create a simple extension that you can build on for Small Basic (Microsoft). To get started you will need Small Basic, .NET Framework 3.5, and Visual Basic.NET 10. If...
  • Wiki Page: Small Basic

    Table of Contents Extensions Community Let's Start Additional Resources Web Pages Blogs Social Media See Also Other Languages Japanese (ja-JP) Italian (it-IT) Microsoft Small Basic is a beginner .NET language, derived from QuickBasic. It was first launched as a public beta in 2008, and version...
  • Wiki Page: Small Basic Tutorial: Creating Your First Program

    Table of Contents Step 1: Set Up Small Basic Step 2: Familiarize yourself with Small Basic Step 3: Create your first program Small Basic is a .NET language created by Microsoft. It allows the beginner programmer to get started creating programs right away, and does not confuse the beginner with the...
  • Wiki Page: The Developer’s Reference Guide to Small Basic: Chapter 5: GraphicsWindow Object

    Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 5. GraphicsWindow Object Preview We saw the text window is useful for input and output of text based information. In this chapter, we look at the object used to host most Small...
  • Wiki Page: Small Basic Curriculum: Lesson 3.2: Stacks and Arrays

    Small Basic > Curriculum > Online > Lesson 3.2: Stacks and Arrays Table of Contents Stacks and Arrays The Array Object Operations of the Array Object The Stack Object Operations of the Stack Object Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to...
  • Wiki Page: Small Basic Curriculum: Lesson 3.3: The Math Object

    Small Basic > Curriculum > Online > Lesson 3.3: The Math Object Table of Contents The Math Object Operations of the Math Object The Pi Property The Abs Operation The Floor Operation The Log Operation The GetRandomNumber Operation The Min Operation The SquareRoot Operation The Remainder...
  • Wiki Page: Small Basic: Difference Between Local and Remote

    I'd like to introduce known issues about behavior difference between local (Small Basic IDE) and remote (smallbasic.com with Silverlight) run time environment in this article. Object Dictionary doesn't work in remote. GraphicsWindow operations written in event handlers are suspended...
  • Wiki Page: Wiki: Small Basic Portal

    This article is a portal that categorically lists all the Small Basic articles that are on TechNet Wiki. Work in progress. See Small Basic on TechNet Wiki for the tag list of all the articles. You can download Small Basic here: Table of Contents Getting Started Overview Advanced...
  • Wiki Page: Small Basic Curriculum: Lesson 6: Graduating to Microsoft Visual Basic

    Small Basic > Curriculum > Online > Lesson 6: Graduating to Microsoft Visual Basic Table of Contents Graduating to Visual Basic Introduction to Visual Basic Downloading and Installing Visual Basic Exporting programs from Small Basic The Graduate Wizard Running the program from...
  • Wiki Page: Small Basic Curriculum: Lesson 5: Sharing Code

    Small Basic > Curriculum > Online > Lesson 5: Sharing Code Table of Contents Sharing Code Uploading The Code Downloading a Program Running a Program Accessing Your Program Online Embedding your Program Online Let’s Summarize… Show What You Know PowerPoint Downloads Estimated...
  • Wiki Page: Small Basic Curriculum: Lesson 4.4: Advanced Games

    Small Basic > Curriculum > Online > Lesson 4.4: Advanced Games Table of Contents Advanced Games Advanced Games in Small Basic Tic-Tac-Toe – The Game Tic-Tac-Toe – How to Play Tic-Tac-Toe – The Code Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to...
  • Wiki Page: Small Basic Curriculum: Lesson 4.3: Collision Detection

    Small Basic > Curriculum > Online > Lesson 4.3: Collision Detection Table of Contents Collision Detection What is Collision Detection? How to Detect Collision? Hit the Target – The Game Hit the Target – How to Play Hit the Target – The Code Let’s Summarize… It’s Time to Apply Your...
  • Wiki Page: Small Basic Curriculum: Lesson 4.2: Responding to Events

    Small Basic > Curriculum > Online > Lesson 4.2: Responding to Events Table of Contents Responding to Events Fun with Shapes Make the Turtle Draw – The Game Make the Turtle Draw – How to Play Make the Turtle Draw - Code Bounce the Ball – The Game Bounce the Ball – How to Play Bounce...
Page 1 of 5 (116 items) 12345
Can't find it? Write it!