Suppose a user minimize my visual basic application to the taskbar notification icon. Now I want when user open a new instance, the old one should restore.
Suppose a user minimize my visual basic application to the taskbar notification icon. Now
Share
You can often do this fairly simply using DDE in a degenerate way:
Form1.frm
Module1.bas