473,385 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

VB6 - VB.Net equivalents

Hi All

This question has probably been asked before. Is there somewhere that I
could get all the VB6 - VB.Net keyword preferred equivalents e.g.

VB6 VB.Net
Mid .Substring
Len .Length
etc

I am trying to use the VB.Net equivalent method as much as possible as
opposed to using the VB compatability class. Thanx for any info.
Nov 21 '05 #1
2 1151
Hi,

http://msdn.microsoft.com/library/de...icveterans.asp

Ken
-------------
"Harry Strybos" <ha***@no.spam.ffapaysmart.com.au> wrote in message
news:41***********************@uq-127creek-reader-01.brisbane.pipenetworks.com.au...
Hi All

This question has probably been asked before. Is there somewhere that I
could get all the VB6 - VB.Net keyword preferred equivalents e.g.

VB6 VB.Net
Mid .Substring
Len .Length
etc

I am trying to use the VB.Net equivalent method as much as possible as
opposed to using the VB compatability class. Thanx for any info.

Nov 21 '05 #2
Harry,

See this text and more on the page where is the link bellow.
Many of the methods in the Visual Basic Runtime actually use methods and
properties from the System namespace (for example, Len() returns
String.Length). In some cases you can achieve equivalent results by
accessing .NET Framework class library classes directly, but typically you
will be more productive using the Visual Basic Runtime when authoring your
code. In many cases the Visual Basic Runtime wrappers provide additional
functionality that you would have to code yourself if using the System
namespace directly. In other cases, such as IsDate, there is no directly
equivalent functionality in the System namespace.

http://msdn.microsoft.com/library/de...tinternals.asp

Cor
Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Simba | last post by:
Hi, I've written some javascript routines for Internet Explorer and Opera. Could you tell me the Netscape and Mozilla equivalents? Thanks ------------------------- //this works with...
37
by: Jeff Thies | last post by:
There's a number of elements that I set attributes for: <table border="1" cellpadding="3" cellspacing="0">.. <img align="middle"> Are there CSS equivalents for any of these? Jeff
1
by: iGadget | last post by:
Hi, Is anyone aware of a built-in method to substitute HTML or XML reserved characters with their escaped equivalents? If I have the String "If X < Y then hello" I have to substitute the '<' in...
3
by: Allen F. | last post by:
Can you believe it? The lecture portion of my university introductory C++ class uses Borland examples and when I go to the lab, we work with MS Visual C++ 6.0 Does someone have a list of...
6
by: Harry Strybos | last post by:
Hi All Is there a book or web site that lists all the VB.Net equivalents for VB.6 methods? In other words, a list of all VB6 keywords and their equivalent in VB.Net. This would be of enormous...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.