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

Converting VB6 functions to equivalent .NET

I'm a VB6 developer being dragged into the .NET world.

I want to know if there's a definitive site that tells you what the
equivalent .NET function is to replace the VB6 function.

(I notice in this group alone there are dozens of people asking for the
equivalnet .NET function for a specific VB6 function).

Dan

Nov 23 '05 #1
5 1072
http://msdn.microsoft.com/library/de...angesInVB7.asp

Greg

"DesperateDan" <da*********@assureweb.co.uk> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...
I'm a VB6 developer being dragged into the .NET world.

I want to know if there's a definitive site that tells you what the
equivalent .NET function is to replace the VB6 function.

(I notice in this group alone there are dozens of people asking for the
equivalnet .NET function for a specific VB6 function).

Dan

Nov 23 '05 #2
Keep in mind that most of the VB6 methods are in VB.NET also (part of the
Microsoft.VisualBasic namespace).

A little more than half of the Microsoft.VisualBasic namespace methods have
direct equivalents in .NET (download our Clear VB demo to see the kinds of
things in VB.NET that have direct equivalents).
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant C++: C# to C++ Converter
Instant J#: VB.NET to J# Converter

"DesperateDan" wrote:
I'm a VB6 developer being dragged into the .NET world.

I want to know if there's a definitive site that tells you what the
equivalent .NET function is to replace the VB6 function.

(I notice in this group alone there are dozens of people asking for the
equivalnet .NET function for a specific VB6 function).

Dan

Nov 23 '05 #3
Desperate Dan,

Almost all VB6 functions have an equivalent in .Net with the same semantics,
most go one to one, a few are replaced.

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

In top of your IDE is normally in the tools menu a VB6 converter to VBNet.

By the way, where did you find those dozens who ask this in this newsgroup,
I see them seldom anymore.

There is a newsgroup special for upgrade maybe are you confusing that one
however I thought that it was not so active anymore.

microsoft.public.dotnet.languages.vb.upgrade

I hope this helps,

Cor
Nov 23 '05 #4

Dragged in the .Net world ??
Well i am also still standing in the VB6 world

currently i must use 3 VB versions side by side VB6 , VB.Net 2003 and
VB.Net 2005

so if you have anny questions feel free to ask

regards

Michel Posseth [MCP]


"DesperateDan" <da*********@assureweb.co.uk> schreef in bericht
news:11*********************@o13g2000cwo.googlegro ups.com...
I'm a VB6 developer being dragged into the .NET world.

I want to know if there's a definitive site that tells you what the
equivalent .NET function is to replace the VB6 function.

(I notice in this group alone there are dozens of people asking for the
equivalnet .NET function for a specific VB6 function).

Dan

Nov 23 '05 #5
m.posseth wrote:
Dragged in the .Net world ??
Well i am also still standing in the VB6 world

currently i must use 3 VB versions side by side VB6 , VB.Net 2003 and
VB.Net 2005

so if you have anny questions feel free to ask
Ok. I was wondering if there are significant differences between VB.NET
2003 and 2005. We are just beginning to venture into .NET programming
and we are wondering how far to go before getting 2005.

Thanks.

Brian.

regards

Michel Posseth [MCP]


"DesperateDan" <da*********@assureweb.co.uk> schreef in bericht
news:11*********************@o13g2000cwo.googlegro ups.com...
I'm a VB6 developer being dragged into the .NET world.

I want to know if there's a definitive site that tells you what the
equivalent .NET function is to replace the VB6 function.

(I notice in this group alone there are dozens of people asking for the
equivalnet .NET function for a specific VB6 function).

Dan


Nov 24 '05 #6

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

Similar topics

4
by: Mark Wilson CPU | last post by:
A colleague has written a prototype program in PHP, using a MySQL database. It's a relatively simple app, with a restricted set of mysql commands used (see below). The MySQL DB is being replaced...
7
by: Anonymous | last post by:
I have a mixed-language pgm (Fortran and C++) which needs to pass a few hundred values from C++ to Fortran. One way to do this is to have a Fortran module and a C++ structure (or class) with an...
3
by: j.a. harriman | last post by:
Hi, On MSDN I know there is a JScript example (Upgrading Visual C++ Projects to Visual Studio .NET in Batch Mode) to upgrade VS6 C++ projects to .NET solutions. It converts the project files...
1
by: db2sysc | last post by:
All, We have listed out the INBUILT Function differences between Sybase and DB2. Kindly provide your feedback or corrections and for CHANGES - DO WE NEED TO CODE our own UDFs?
9
by: Edward Diener | last post by:
I received no answers about this the first time I posted, so I will try again. My inability to decipher an MSDN topic may find others who have the same inability and someone who can decipher and...
23
by: Nikhil Patel | last post by:
Hi all, How can I convert an integer to its equivalent ascii character without using Microsoft.VisualBasic dll or any other dll(I want to reference only System.dll). Thanks. -Nikhil
38
by: Steven Bethard | last post by:
> >>> aList = > >>> it = iter(aList) > >>> zip(it, it) > > That behavior is currently an accident. >http://sourceforge.net/tracker/?group_id=5470&atid=105470&func=detail&aid=1121416
9
by: Terry | last post by:
I am converting (attempting) some vb6 code that makes vast use of interfaces. One of the major uses is to be able to split out Read-only access to an obect. Let me give you a simple (contrived)...
107
by: bmshivaraj | last post by:
Hi, Could any one tell me how to convert a unsigned long value into string (char *) ? In C++ there is a function _ultoa so wanted a similar one in C . Regards, Shivaraj
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: 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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.