answersLogoWhite

0


Best Answer

VB, or Visual Basic, is a scripting language developed by Microsoft. Visual Basic can be used to program many things, although it does have limits. VB also requires a compiler. VBScript on the other hand, does not. VBScript was also introduced by Microsoft, and is a simplified version of Visual Basic. While VBScript has more limitations than VB, Windows already comes with all you need to make a simple VBScript program. To make a VBScript program, you simply need to open a text editor, such as Notepad, type in the code and save it with a file extension of .vbs. If you are willing to download/buy a compiler, Visual Basic will be much more useful. However, if you only want to create simple programs, stick with VBScript. There is still a lot you can do with it.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the difference between vb and vbscript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between VB-Script and JavaScript?

vbscript is used for server side as well as client side where as java script is used for client side only.


What is the difference between Csharp and vb?

C# its Very Sharp VB-Visual Basic Extension for BASIC C# its Very Sharp VB-Visual Basic Extension for BASIC


What is a difference between dotnet and VB?

Nothing, as VB is now part of .Net. .Net contains following main languages: - C# - VB However, VB 6 was before .Net and was independent. dotnet is a framework that supports multiple languages and vb is one the language supported by dotnet.


What's the difference between visual basic and vbscript?

JavaScript is just like VB Script, but VB Script is what windows made to try to get rid of JavaScript, but as you can see im sure JavaSript is the winner. They are the same thing pretty much just a little alterations in the code.


Is potential difference can be positive negative or zero?

That is correct. Since potential difference is a difference, Vb - Va ,then you can have all three possibilities. The potential at a point, say Va, is itself a difference. It is the potential difference between point "a" and a second point "0" where the potential is choosen to be zero. This zero point is completely arbitrary , provided it does not lead to mathematical difficulties. Sometimes it is convienient to choose a zero location for potential and sometimes its not necessary. For example; suppose the potential difference between charged parallel plates a & b is Vb - Va = 10 volts. This would require that Vb > Va , but the actual values of Vb & Va need not be known. Then Va - Vb = - 10 volts. If one wants to choose point "a" as the zero point, then Vb = 10 v. Or if one wants to choose Vb as the zero point then Va = - 10 v. Or if one wants to choose midway between the plates as the zero point then Vb = 5v & Va = - 5v.


When was VBScript created?

VBScript was created in 1996.


What is difference between vb script and java script?

JavaScript is just like VB Script, but VB Script is what windows made to try to get rid of JavaScript, but as you can see im sure JavaSript is the winner. They are the same thing pretty much just a little alterations in the code.


What is vb script and javascript?

vbscript and javascript are both client-side scripting languages, which means that they are used in HTML. vbscript and javascript are two different languages, just as English and french are two different languages. There are many places to learn them, but a good, rough outline for beginners, that covers all the basics, can be found at http://www.w3schools.com/


How do you transfer VBScript variable value to JavaScript function as parameter in ASP?

An example answer can be found: http://www.planet-source-code.com/URLSEO/vb/scripts/ShowCode!asp/txtCodeId!8503/lngWid!4/anyname.htm


What is vbscript?

! VBScript is a Microsoft created program. It stands for Visual Basic Scripting


Difference between SDI and MDI form in VB?

SDI consists of only one form whereas MDI can ontain more than one form


What are the difference between vb studio and vbnet?

VB can be run with native support means you don't have to install any framework, library, run time environment etc in order to run an App which is built by VB. Whereas VB.Net must requires a Dotnet Framework as a prerequisite for VB.Net app......... VB app is run efficiently as compared to VB.Net......Because there VB app runs directly On OS kernel whereas VB.Net is firstly run on .Net Framework (CLR)* and then this CLR(Common Language Runtime) executes it on Os kernel so For VB.Net there is an extra of one layer for executing...... *CLR is a .Net Framework core component which translates the VB.Net app (or any other app which is built using .Net) into Machine language code.