answersLogoWhite

0

these refers to the things that you can see e.g. photograph, pictures, paintings, models, etc

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Does visual source safe create a virtual library of computer files?

Visual source safe is a small program that helps you developed projects. And yes, visual source safe does create a virtual library of computer files.


Why do I need a visual source safe?

It is important to have a visual source safe because if your computer gets rebooted you will still have your file. So if you lose a file you can get it back.


Is Visual Source Safe a good investment for my company?

Visual Source Safe is a good investment if it meets all the needs of your company. You must find out what the software offers and if that is compatible with the things you require. The following website has reviews of Visual Safe Source to help you decide, http://www.shopping.com/guides/Texas-swede/10_Software_Products_you_might_want_to_consider_for_your_home_business/85985926


What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


The year of invention of visual basic?

Visual Basic was started in 1991.


Who invented the visual basic?

Visual Basic was created by a team at Microsoft.


Who developed visual basic?

Microsoft is the developer of visual basic


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


Is Visual Basic 6.0 compatible with Visual Basic 2005?

No.


When visual basic started?

Visual Basic was started in 1991.


Who is the developer of Visual Basic?

Microsoft is the developer of Visual Basic.


How do you use or integrate c plus plus code in visual basic 6?

You can't integrate C++ source code directly into Visual Basic code. In order to make use of code written in another language, including C++, you must compile that source to produce a DLL. You can then link to that DLL via Visual Basic. The only caveat is that you must replace the C++ data types in the function declarations with the equivalent Visual Basic data types, such as 'Byte' for a C++ unsigned char, or 'Single' for a C++ float.