answersLogoWhite

0


Best Answer

Anything assigned to the text property of a text window will appear in the window at the next refresh.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What writes text or numbers on a TextWindow?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What does it mean to display text in different colors than surrounding text?

it usually applys to the numbers when you type in a mobile number to your phone


The Term refers to the numbers text and other symbols that are manipulated by a program?

Giselle only


Visual basic code for hexadecimal number addition?

Assuming you've a couple of textboxes for two hex numbers and a label for results, the following will add two hex numbers and display the result in hex. Dim a, b, c As Integer a = Convert.ToInt32(TextBox1.Text, 16) b = Convert.ToInt32(TextBox2.Text, 16) c = a + b Label1.Text = Hex(c)


What are the advantages of using LCD than seven segment through interface micro-controller?

lcds use less power and can also offer more options like graphics, text and punctuation instead of just numbers and very rudimentary text.


How do you make a scroll box on Howrse?

A simple one: <tr> <td colspan="5"> <br></td></tr> <tr> <td><br></td> <td><br></td> <td> <br></td> <td><div style="overflow: auto; width: 250px; height: 300px;" align="center">TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT<br style="color: rgb(255, 255, 255);">TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT<br style="color: rgb(255, 255, 255);"><br style="color: rgb(255, 255, 255);"><br><br><br><br></div></td></tr> <tr><td colspan="5"><br></td> </tr> </tbody></table>

Related questions

What is an example of something an active reader does?

Writes personal comments responding to ideas in the text


What do you call a person who writes the text of an opera?

In opera, the text is written by a librettist.


How do you writes one million in numbers?

It is: 1,000,000


What is the default alignment of text and numbers of Excel?

The default alignment for text is to have it left aligned.


Can you tell if a girl is in to you by what she says in or how she writes a text message How subtle ways?

no


The person who writes the text of an opera is known as?

The person who writes the text of an opera is known as a librettist. This individual is responsible for creating the storyline, dialogue, and lyrics that form the basis of the opera's text. The librettist's work is essential in shaping the overall narrative and emotional impact of the opera.


What is an example of what an active reader does?

Writes personal comments responding to ideas in the text


How do you call a person who writes ad institucional informative texts?

institutional text


What are the three types of information you can enter into cells?

text, numbers, and formulas


What is a source in writing?

a text the writer writes about A source in writing is the place where you got your information.


What is a box in which you type text or numbers?

Text Box


What is Data in a cell - text or numbers?

It could be either; depending on what you enter. Generally, letters you type are automatically entered as text and numbers you type are entered as numbers. You can format a cell to treat numbers as numbers or as text. A common reason why you want to format numbers as text is for a field that holds zip codes. If you enter a zip code that starts with a zero (e.g. 09173), the number format will drop the leading zero and display only 9173 (which will not make the post office happy). If you format the cell as text, Excel will treat 09173 as a series of text characters and display the leading zero.