I need keyboard input in small basic

Brady Marchand 0 Reputation points
2023-08-09T23:53:51.2933333+00:00

I am trying to create a mini os but i do not know how to get keyboard input i want to hide the textwindow and show the graphics window with a button the gap is where i want the code to go, this is my first issue so my program is small

GraphicsWindow.Hide()

TextWindow.Show()

TextWindow.WriteLine("Welcome To Construction OS")

TextWindow.WriteLine("You can add and get rid of certain parts")

TextWindow.Hide()

GraphicsWindow.Show()

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
277 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. WhTurner 1,611 Reputation points
    2023-08-10T17:11:33.35+00:00

    You can use some Control commands e.g. TextTyped and AddTextBox.

    See the intellisense for the use of these commands

    0 comments No comments

  2. WhTurner 1,611 Reputation points
    2023-08-10T17:39:56.1166667+00:00

    I have no time to give you more answers, but I found a program which uses input from the Graphiswindow CKT904. Click the import button in the SmalBasic IDE and put this code in the popup. Then study this program.

    0 comments No comments