Tagged Questions

2
votes
2answers
126 views

How does one distinguish between VB5 and VB6 projects?

I have to maintain a number of minor legacy apps and most of them have no or minimal documentation. There are a couple of these which were written either in VB5 or 6, but I can't tell which. There ...
1
vote
2answers
132 views

C# COM Component works with VB6, but not VB5 — What's Up With This?

In an earlier question I was attempting to get a C# class functioning as a COM object for VB5 & 6. I did manage to get the COM object working with a VB6 app, but have had a problem getting it ...