3
Answers

Linking vb.net GUI to c++ DLL functions

justine_km

justine_km

21y
2k
1
Hi, I'm currently doing an assignment on how to link vb.net's GUI to C++ DLL functions. I am not able to find much information on the internet on codes or information on how to link them, do anyone have any relevant information or codes on the linking? Thanks!!
Answers (3)
0
Sanjeeb Lenka
NA 22.1k 1.3m 11y
hi,

you have to set the startup object. for set the start up object follow this step.

open solution explorer. select the solution or right click on solution and click on properties.


in property window set the startup object as your class name.

follow the screen.




2nd