Converting Access 2002 VBA into Visual Basic.NET

T

Tim

Does anyone out there know any procedure for taking the
modules I've created w/ MSAccess 2002 using VBA and
making them be recognized and work in Visual Basic.NET?
I'm not an overly experienced programmer, but I've
learned a lot from the "MSAccess 2000 VBA Fundamentals"
book and some others like it, and have written some very
useful application functions, etc. for my office
(investment portfolio manangement). I'd like to stay
ahead of the curve by learning Visual Basic.NET, but I
can't seem to get that program to import my old VBA
modules with my MSAccess database. The book I bought on
Visual Basic.NET programming is great, but...the .NET
programming for Access databases is useless to me. Help!!
 
D

Dev Ashish

Does anyone out there know any procedure for taking the
modules I've created w/ MSAccess 2002 using VBA and
making them be recognized and work in Visual Basic.NET?

As far as I know, there're no tools that convert VBA to VB.Net line-for-
line. This would require you to map events, properties, and VBA object
model to corressponding CLR equivalent, and the 2 are not too similar. But
you can try (I don't think they handle code very well or at all though).

http://www.microtools.us/

-- Dev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top