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 / 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 |
Post New Answer View All Answers
what are the Types of LockEdits in RDO?
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.
What is OLEDB?
Explain about creating VB applications in excel?
Which method is used to write context Into file?
How do I implement an accelerator key for a text box?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
what are the Types of LockEdits in RDO?
Draw Sequence Modal of RDO and Explain?
Write the Steps in Creating an ActiveX Control?
Is visualvm free?
To populate a single column value which dbcontrols you to use?
Difference between Class Module and Standard Module?
what is the control used to call a windows application.