G
Guest
I have an unmanged C++ app (App A) which launches my VB app (App B).
I need the form in AppB to be invisible until App A post a windows message
that App B recognises and shows its form and controls.
I can handle the messaging by overriding WndProc, but I can't get App B
started without showing itself.
Any suggestions on how to do this?
I need the form in AppB to be invisible until App A post a windows message
that App B recognises and shows its form and controls.
I can handle the messaging by overriding WndProc, but I can't get App B
started without showing itself.
Any suggestions on how to do this?