Hello everyone...
I have a situation where 2 people are working on vb.net and 2 people are working on c# for the same project.
The project is a windows application.
Some of the forms for the windows application are made in c# and some in vb.net.
Now,How do I combine both?
I want to be able to get the values of the textboxes in the forms made in vb.net into c# and same thing vice versa...(The values of the textboxes in the forms made in c# should be accessible in vb.net)
Thanks so much,