InertiaM
Well-known member
Well, after many years of programming in VB, I have finally decided to take the plunge and move to VB.NET.
My first stumbling block appears to be with the huge number of classes that I have built up over the years. I reuse them in the many projects that I write, but every time I change them, they automatically update for all the other projects. When I tried to do this in VB.NET, it seems to import the class structure and not reference it - ie it creates a standalone copy. Is this correct, or am I missing something?
I'm sure I'll be back with other questions in the future
My first stumbling block appears to be with the huge number of classes that I have built up over the years. I reuse them in the many projects that I write, but every time I change them, they automatically update for all the other projects. When I tried to do this in VB.NET, it seems to import the class structure and not reference it - ie it creates a standalone copy. Is this correct, or am I missing something?
I'm sure I'll be back with other questions in the future