dear sir
i have created one class library in C#.net.
My class Name is Myclass
in this class i created 3 methods with the same name like 1. Display()
2.display()
3.DisPlay()
and i created dll by providing strongName.
This dll i want to use in vb.net.
so what i have done is
1. i given reference to that assembly
2.i
mports MyClassLib3.in form load i am writing like this
Dim
x As MyClassLib.Myclass
x =
New MyClassLib.Myclass
x.DispLay()
but it is not showing all the methods.
please tell me where i am doing wrong?
thanks and regards
hari krishna.B
citadel reasearch and solutions ltd.
[email protected]
www.citadelh.com