SelfishNetV3 icon indicating copy to clipboard operation
SelfishNetV3 copied to clipboard

Window disapears when minimized

Open Abdourealcf opened this issue 6 months ago • 5 comments

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"

Abdourealcf avatar Oct 12 '25 14:10 Abdourealcf

Also adding this line to "ArpForm_Load" event can fix the problem:

SelfishNetTrayIcon.Icon = ((System.Drawing.Icon)(new System.ComponentModel.ComponentResourceManager(typeof(ArpForm)).GetObject("$this.Icon"))) ;

or this line in "ArpForm.Designer.cs" next to SelfishNetTrayIcon properties: this.SelfishNetTrayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));

its the same icon the form designer sets for ArpForm

Abdourealcf avatar Oct 12 '25 15:10 Abdourealcf

Thank you @nov0caina for this wonderful tool that it has bean a must have for me for more than a decade. and i am very honored to be part of contributors to this project, even that i am not a professional programmer and my knowledge in C# is limited.

Abdourealcf avatar Oct 12 '25 16:10 Abdourealcf

Hi, could you please provide a releases version of the repair?

NPC0123 avatar Oct 25 '25 12:10 NPC0123

Hi, could you please provide a releases version of the repair?

here is portable version without installer enjoy: SelfishNetv3.exe.zip

Abdourealcf avatar Oct 28 '25 00:10 Abdourealcf

您好,请问能否提供修复程序的发布版本?

这是无需安装程序的便携版本,请享用: SelfishNetv3.exe.zip

And you, my friend, you are a true hero!

NPC0123 avatar Oct 29 '25 10:10 NPC0123