Reverse Engineer VB6 Project

T

Terry Holland

I have a vb6 project that I would like to reverse engineer so that I can
create a class diagram in Visio 2002. Can I do this without converting my
vb6 project to a vb6.net project?

tia

Terry Holland
 
T

Terry Holland

I have Visio Professional 2002 SR-1

According to the list on the link that you directed me to it is possible to
reverse engineer from Visual Studio (doesn't say which version) as long as I
have Visio SR-1 installed.
Reverse Engineering from
Microsoft Visual Studio X*** X

My next question is then, how do I do it?

I was expecting to see Visio UML Add-in as an option when I go to the Add-in
Manager but it is not there.

Terry Holland
 
A

Al Edlund

Terry,
I apologize. I remember doing it with Visio, but now suspect it may have
been in an earlier version before MS started to move the tools into a VS
focus.
al
 
R

Robert Chasmer

In order to get the Visio UML Add-in appearing in the Add-Manager for VB6,
go to "C:\Program Files\Microsoft Office\Visio11" or similar in a command
window, and register umlvb.dll

E.g.

regsvr32 UMLVB.DLL
 

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