We are planning phased migration of a vb6 project to vb.net. Hence we want to refer some objects in our vb6 EXE like textbox, msflexgrid from vb.net DLL.
Someone has mention in this link that it's not possible (You can't pass the managed object to VB6)
Is it possible?