vb.net - Calling a windows forms application file in vb from a c++ project -
i have windows forms application
file extracts data text file , stores in suitable variable lists. list needs accessed project file of mine in visual c++
. can done or need write 1 of codes again in same language?
say form1
has list variable product
of type string
needs accessed project file software
written in visual studio's c++
language code. want access product in software further usage.
you should able add vb project reference of c++/cli project , classes should available use in c++/cli code. (right click on c++ project, select add, add references , projects).
Comments
Post a Comment