I belive VB6 is a powerful and matured tool that any other
front end tool, why is it outdated? is it because of lack
of awareness or because of difficult to use?
Answers were Sorted based on User's Feedback
Answer / anand shanbhag
1. There is no doubt that VB6 is a powerful and matured
tool, but as we all know in today's world people want
something which can perform both web & desktop applications
quickly and easily. This is one of the reason why developers
have moved from VB6 to say VB.NET.
2. If you think that OOPS concepts are the mother of all
modern programming language then VB6 misses out various
important OOPS concept and hence its outdated.
3. Developers at the miscrosoft have opted to shift to
VB.NET from VB and hence it is becoming outdated.
4 VB6 is not platform independent due to VB runtime. but
VB.NET is platform independent due to Dotnet's CLR.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / anand shanbhag
>>VB.Net is also platform dependent and second thing platform dependence and CLR are tatolly different things.
I agree with you on one point that CLR is not the one which make .net platform independent. Its CIL/MSIL/IL that makes it Platform independent. This IL concept is absent in the VB6. Though there is something like p-code (portable code) but that doesn't make it platform independent.
1) .Net framework like Mono on MAC OS make this VB.NET program executable on MAC OS X 10.5 Leopard platform!!!
2) With CIL/IL it is possible to create the machine level code depending upon the type of processor with the help of Jit compilers/Jitters.
And hence because of these all reasons, i dare to say that VB.NET is platform independent and VB6 is not.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / scott smith
Microsoft is in the business to sell software. The roi on
VB6 was very low.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saurabh kumar rao
1. There is no doubt that VB6 is a powerful and matured
tool, but as we all know in today's world people want
something which can perform both web & desktop applications
quickly and easily. This is one of the reason why developers
have moved from VB6 to say VB.NET.
2. If you think that OOPS concepts are the mother of all
modern programming language then VB6 misses out various
important OOPS concept and hence its outdated.
3. Developers at the miscrosoft have opted to shift to
VB.NET from VB and hence it is becoming outdated.
4 VB6 is not platform independent due to VB runtime. but
VB.NET is platform independent due to Dotnet's CLR.
The fourth point is wrong because as i know VB.Net is also
platform dependent and second thing platform dependence and
CLR are tatolly different things.
You may say fourth point as due to CLR you can work on a
same project in more than one language which are supported
by DotNet platform.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / haiipl25
This is simple & easy to use.And i too belive vb6 is a
powerful and matured tool.Because of Lack of awareness of
vb6 most of us never used it.
Is This Answer Correct ? | 0 Yes | 3 No |
What is the purpose of the AutoRedraw property on a form or container?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
Dim X,Y as Integer Here what is the datatype of X and Y ?
Advantage of ActiveX Dll over Active Exe.
What about DLL calls that require callbacks?
What is the difference between modal and moduless window?
Clear property is available in hich control?
Can Redim be used to declare a new array ?
What are the types of line styles available in Treeview Control?
How to down load image properties.
What is the use of Hyperlink control for DHTML applications?
What is the max size allowed for Msgbox Prompt and Input Box?