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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -