I am making a program in a programming suite (I cant say the name) and I made a GUI with VB. In this suite I can call a VB .dll or .exe. I need to take values from the VB gui and send them back to the suite, sort of like a return value. How would I do this? Would I need to make a .dll or something like that?