the Selfishnet window disappears when minimized to tray (SelfishNetV3.0.1)
the fix is adding this two lines in "ArpForm_Load" event:
this.Icon = new Icon(@".\nov0caina.ico");
SelfishNetTrayIcon.Icon = new Icon(@".\nov0caina.ico");
NB: the "nov0caina.ico" file must exists in the same directory as "SelfishNetv3.exe"
the Selfishnet window disappears when minimized to tray (SelfishNetV3.0.1)
the fix is adding this two lines in "ArpForm_Load" event:
this.Icon = new Icon(@".\nov0caina.ico");
SelfishNetTrayIcon.Icon = new Icon(@".\nov0caina.ico");
NB: the "nov0caina.ico" file must exists in the same directory as "SelfishNetv3.exe"