473,386 Members | 1,706 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,386 software developers and data experts.

VB6 > BV.Net Equivalents

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 help to me. Tank you (sorry, got a cold
;->)
Nov 20 '05 #1
6 2121
Well, you need to understand that there aren't just .NET equivalents to VB
6.0 methods.

..NET is all about objects (provided by the .NET Framework) and there are
well over 10,000 of them. So, it would be very difficult to say what has
been replaced with what in a definitive list.

Instead think of it this way, since everything is an object now, ask
yourself if the new object might have a method that might replace an old VB
6.0 function. For example, instead of math related functions, we now have
number objects with math related methods. Instead of string related
functions, we now have string object methods. But here's the tricky part,
MS didn't do away with all those VB 6.0 functions, they can still be used
(although I wouldn't recommend it because they will just need to put in a
call to the .NET method and therefore increase overhead in your app).
"Harry Strybos" <ha***@fin.nospam.anciallyfit.com.au> wrote in message
news:40*********************@uq-127creek-reader-01.brisbane.pipenetworks.com.au...
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 help to me. Tank you (sorry, got a cold
;->)

Nov 20 '05 #2
In article <40*********************@uq-127creek-reader-01.brisbane.pipenetworks.com.au>, Harry Strybos wrote:
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 help to me. Tank you (sorry, got a cold
;->)


Harry,

I know there is a book that does this - but for the life of me I can't
remember the title... It compares VB6/VB.NET/C#. I'm reasearching
now...

here it is:
http://www.amazon.com/exec/obidos/tg...glance&s=books

I haven't looked at the book personally, but it seems to be along the
lines your asking about.
--
Tom Shelton [MVP]
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 1 Build 2600
System Up Time: 4 Days, 22 Hours, 35 Minutes, 30 Seconds
Nov 20 '05 #3
this may help for keywords.

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

"Harry Strybos" <ha***@fin.nospam.anciallyfit.com.au> wrote in message
news:40*********************@uq-127creek-reader-01.brisbane.pipenetworks.com.au...
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 help to me. Tank you (sorry, got a cold
;->)

Nov 20 '05 #4
"Harry Strybos" <ha***@fin.nospam.anciallyfit.com.au> schrieb

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 help to me. Tank you
(sorry, got a cold ;->)

Many/most keywords did not change.

Why a web site? It's part of the documentation. ;-)

VS.NET
VB and VC#
Upgrading applications
Upgrading from VB 6.0
-> Introduction for VB veterans
Reference
VB language
VB language tour
-> Language Changes
What's not contained did not change. :)
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #5
Harry,

* "Harry Strybos" <ha***@fin.nospam.anciallyfit.com.au> scripsit:
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 help to me. Tank you (sorry, got a cold
;->)


Most of them are equal, but have a look here:

<http://msdn.microsoft.com/library/en-us/vbcon/html/vboriUpgradingFromVisualBasic60.asp>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #6
Cor
Hi Scott,

Again in Top from the thread with this kind of questions and in my opinion
from the middle again with the wrong answer about this.

I changed it a little bit for you.

For example, instead of math related functions, we now have also
number objects with math related methods. Instead of one string related
functions, we now have more string related object methods. But here's the
special VB.net part,
MS didn't do away with all those VB 6.0 functions, there are made new ones
for the .Net
(although I wouldn't recommend it because some of them will just need to put
in a
call to the .NET method and therefore increase overhead of one processor
cycle per instruction for some instructions in your app).

The last sentece I keep for your responsibility although for me it is bs.

Akubar has removed the microsoft.visual.basic namespace, someone gave him
that advice and I thought I remember me who, now he cannot use chr and those
things anymore.

Cor
Nov 20 '05 #7

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

Similar topics

6
by: Tuang | last post by:
I've been looking all over in the docs, but I can't figure out how you're *supposed* to parse formatted strings into numbers (and other data types, for that matter) in Python. In C#, you can say...
17
by: les_ander | last post by:
Hi, i am so use to perl's regular expression that i find it hard to memorize the functions in python; so i would appreciate if people can tell me some equivalents. 1) In perl: $line = "The...
5
by: stephan beal | last post by:
Good afternoon, C++ers, This weekend i came across a fairly project-neutral trick which can be used to map C++ class names to their human-readable equivalents (a-la QObject's className()...
63
by: Tristan Miller | last post by:
Greetings. Do any popular browsers correctly support <q>, at least for Western languages? I've noticed that Mozilla uses the standard English double-quote character, ", regardless of the lang...
16
by: ^_^ | last post by:
conversion from: a="a"; to a=0x????; If there are many unicode strings to convert, how can I do batch-conversion?
11
by: Les Paul | last post by:
I'm trying to design an HTML page that can edit itself. In essence, it's just like a Wiki page, but my own very simple version. It's a page full of plain old HTML content, and then at the bottom,...
8
by: Gianni Rondinini | last post by:
hi all, i'm here again. i couldn't find/understand this on w3c css2 recommendation and documentation, then here i ask. i decided to still use some tables in my pages for some forms. i played...
4
by: Maikeru | last post by:
I am trying to create a map that contains a string as the key and a list of strings as the value. Essentially it will be a dictionary where the key is an English word and the list will contain all...
4
by: dragony2000 | last post by:
I want to solve these questions using C# , Please !!! ************************************************************* 1- The factorial method is used frequently in probability problems. The...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.