Wrox Programmer Forums
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 16th, 2003, 04:41 PM
Registered User
 
Join Date: Sep 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default If VB is Language or tool ?

Hello all,
I have a question. Someone asked me today if VB is Language or Tool. I replied to him that VB is a language coz we program in VB and language is used to program then I was asked what the basic difference between Tool and Language. Now what I want is that the proper definition of Language and Tool.
I have one more question. What are third party tools? please tell me the proper definition of third party tool. Is there a difference between third party tool or third party control coz I replied to the person that Dpicker(Date picker) in VB is third party tool now I just want to know if DPicker is third party control or third party tool.
Please reply my message and increase my knowledge. I will be thankful to all you.
regards,
Misbah H. Ansari


 
Old September 16th, 2003, 04:50 PM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 205
Thanks: 0
Thanked 0 Times in 0 Posts
Default

VB is indeed a language.

A language is a set of commands understood by a specific compiler that will be translated into machine code to allow for program building.

A tool generally refers to a precompiled object that is used as an object, not as a full fledged programming language. A tool may include a macro language.

A third party tool is any precompiled set of code that can be used as an add-in to VB that is not supplied with the compiler.

A third party control is a type of third party tool. Third party tools includes controls, dlls, activeX exes, etc. Dpicker is a control and hence it is a third party control and as a result is also a third party tool.

I hope this is what you were looking for.

Yehuda
 
Old September 22nd, 2003, 08:17 AM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

We can say VB6 is a language. It uses Most of object oriented features.
But there is no Command line compiler existing for vb6.You have to compile the code from the IDE only.A tool will make use of a language in the background.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Any new V.B. tool? anamika VB.NET 0 October 10th, 2008 07:28 AM
Tool Tip MunishBhatia ASP.NET 2.0 Professional 2 May 11th, 2007 05:39 PM
vb.net language Astrit.Ratkoceri Visual Basic 2005 Basics 3 February 21st, 2007 04:03 PM
<%@control Language="VB"%> cp75 ASP.NET 1.0 and 1.1 Basics 2 October 17th, 2006 02:00 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.