Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB How-To
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 23rd, 2006, 02:45 AM
Authorized User
 
Join Date: Aug 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default Converting VB6 classes to VB.NET (2003)

Gentlemen

I am a beginner in VB.NET although I have worked extensively using VB6. My programming approach is the three-tier method and I have a lot of applications.

I wish to convert these into VB.NET (2003). I need help specifically on the classes.

I would appreciate very much any suggestions.

Thanks.

JFe

 
Old August 23rd, 2006, 12:09 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Rather than each class being in its own module, they will be named and delineated with
Code:
Class <class name here>

    <code here>

End Class
There is a conversion wizard, but I hear it is marginally helpful (which is better than nothing!).
I would use the converter, then read over every line of code to check for glaring errors.
Following that, test and debug.
 
Old August 25th, 2006, 05:09 PM
Authorized User
 
Join Date: Aug 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Brian. I'll try your suggestion of using the converter first.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Classes in VB.net pwalkins ASP.NET 2.0 Basics 1 October 6th, 2008 01:59 PM
Converting VB6 DLL call to asp.net rrhandle General .NET 0 April 14th, 2007 02:37 AM
Db Grid ( in VB6) similar in VB .net 2003 required venkikrao VB.NET 1 December 3rd, 2005 11:49 AM
converting DTS package from VB 6 to VB .NET petroleo Pro VB Databases 0 August 18th, 2003 05:01 PM
vb.net 2002 - vb.net 2003 book metalaaron Wrox Book Feedback 0 August 2nd, 2003 10:46 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.