answersLogoWhite

0


Best Answer

it's a window where you can edit properties of visual basic objects. Like when you want to edit the title of a program window you go to the properties window and then edit the caption option to the title name you want.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

Every object in a visual basic program has properties, they are more or less settings for something e.g. button1.text is the text that is shown in button 1.

Properties can be used in the code or can be modified by the code

e.g. Dim AWord As String = textbox1.text

Now when ever the word AWord comes up the computer reads it as whatever the text in textbox1 reads.

e.g. textbox1.text = "BlahBlah"

This sets the text in textbox1 to BlahBlah

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is property window in visual basic net?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The year of invention of visual basic?

Visual Basic was started in 1991.


What is the diff between Visual Basic 2005 and Visual Basic dot net?

Visual Basic 2005 is actually a version of VB.NET (v8.0). The latest version (9.0) is Visual Basic 2008.


What is Tab control in Visual Basic NET?

In Visual Basic .NET the tab control is a built in way to add tabs to your application. A tab is a "window" of controls that can be interchanged by clicking on the automatically created buttons. The most common implementation of tabs is in web browsers, such as Google Chrome or Mozilla Firefox.


What is object concept in visual basic net?

The object concept is visual basic net is a part from a book. There are four key concepts of object-oriented development.


What has the author James D Foxall written?

James D. Foxall has written: 'El libro de visual C# 2005/ Teach Yourself Microsoft Visual C# 2005 in 24 hours' 'Practical standards for Microsoft Visual Basic . NET' -- subject(s): BASIC (Computer program language), Microsoft .NET, Microsoft Visual BASIC 'Sams teach yourself Visual BASIC 2008 in 24 hours' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC 'Destination .NET' -- subject(s): Microsoft Visual BASIC, Microsoft .NET, Visual Basic (Computer program language) 'Sams teach yourself Microsoft Visual C# .NET 2003 in 24 hours' -- subject(s): C# (Computer program language), Computer Technology, Microsoft Visual C# .NET, Nonfiction, OverDrive, Technology, Visual programming languages (Computer science)


Which Compiler is used in visual basic?

visual basic has it's own compiler that Microsoft developed for it I think it was called vbcomp


What is mdi in visual basic net?

MDi is a basic site for children forms. This is a site that helps fill it out.


What are the different Visual Basic Net versions?

1,2,3,4,5,6,8,and 10


What is the newest visual basic?

The final supported version was Visual Basic 6.0. Since then (1998~2008?) a langauge called Visual Basic .NET has joined the .NET framework. This is basically a complete redesign/reimplementation of the language for the new framework. Microsoft has even kept the VB version numbers in sequence with the original. The latest version of this language is Visual Basic 2008 (VB 9.0).


How do you get square root in Microsoft visual basic?

The function is Sqr() in VB6 and Math.Sqr() in .NET.


How many languages net framework 4.0 supports?

.NET Framework 4.0 supports 96 languages....


What is the difference between ASP Net and visual studio Net?

Visual Studio is an IDE, whereas DotNet is a framework. A Framework is a set of usable components which can be used to develop some application, hence Visual Studio is a development environment for DotNet based applications.