Hello,
With the help from people here, I've managed to make VB export functions and
make my DLL app work from within another application. Now I am required to
implement a functionality that when a user minimizes the main application,
the VB DLL application will get minimized also. So, if the VB DLL B works
inside application A, when A gets minimized, B gets minimized too. So far,
when I run application B inside A, I am only allowed to work within B until
it is closed. Is there a VB form property that modifies a state of a form?
If not, is there anything else I should do? Sorry, I am quite new to VB
environment and its functionalities .
Thank you,
Victor.
With the help from people here, I've managed to make VB export functions and
make my DLL app work from within another application. Now I am required to
implement a functionality that when a user minimizes the main application,
the VB DLL application will get minimized also. So, if the VB DLL B works
inside application A, when A gets minimized, B gets minimized too. So far,
when I run application B inside A, I am only allowed to work within B until
it is closed. Is there a VB form property that modifies a state of a form?
If not, is there anything else I should do? Sorry, I am quite new to VB
environment and its functionalities .
Thank you,
Victor.
Comment