Hi,
I have a project where part of it is in C# and the other is in VB (using VS2005) how can I use functions that are in VB in C# and vice versa??
If I have a function in VB in Form1 called for example Function1, when I declare a Form1 object in C# i dont see the Function1 as part of the object, despite being declared Public..
Thnx
I have a project where part of it is in C# and the other is in VB (using VS2005) how can I use functions that are in VB in C# and vice versa??
If I have a function in VB in Form1 called for example Function1, when I declare a Form1 object in C# i dont see the Function1 as part of the object, despite being declared Public..
Thnx