I was wondering if i could make my classes
with C# and import them into VB?
P.S. I hear VB is case insensitive? true?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Sep 25, 2009, 5:08 PM
.NET doesnt care about code type, meaning you can write VB, C#, Python .NET, C++
all will be able to talk to each other, in order todo so, you need to edit the Config File .
here is the Explenation on how todo so:
Nir BarPosted Sep 25, 2009, 2:33 PM
Once you compile your classes to DLL you can use them from VB
Please mark this post as an answer if it helps you
Nir