what is the difference between vb and vb.net
Answers were Sorted based on User's Feedback
Answer / aasma
Vb is Procedural Language or Event Based Language
vb.net is Object Oriented Language
Is This Answer Correct ? | 21 Yes | 6 No |
vb is partially object oriented. while vb.net is completely
object oriented. vb.net supports .net framework. with the
help of vb.net we can create applications like console
application, windows form applications, web base
applications etc. which is not possibe in vb.
Is This Answer Correct ? | 4 Yes | 1 No |
How would you run your ActiveX Document Dll?
What is OLE and DDE? Explain?
What are 3 main differences between flexgrid control and dbgrid control?
Can We create CGI scripts in VB?
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 the Dll required for running the VB?
How to use hyperlink?
DHTML Is used for what?
What is data binding in vb net?
How to find the current record position in data control?
What are 3 main differences between flexgrid control and dbgrid control?
What is the need of tabindex property is label control?