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?
Answer Posted / 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 |
Post New Answer View All Answers
What are the types of Error? In which areas the Error occurs?
How can you determine performance standards?
Which type of object requires this object?
Types of Resultsets.
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
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?
How do I tell when an application executed using the SHELL command is finished?
Difference between Recordset and Resultsets.
What are the Internet tools available in VB 6.0?
What is a toolbox in visual basic?
what is the Property used to add a menus at runtime?
Is it possible to call oracle database through ADO control or Object?
Explain the usage of Web Browser Control?
what is the Difference between Dynaset and Snapshot?
Is it possible to change menu runtime using API? If yes Specify the function names?