quote:
Originally posted by fatfreechicken
Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize
If Me.WindowState = FormWindowState.Minimized Then
NotifyIcon1.Visible = True
Else
NotifyIcon1.Visible = False
End If
End Sub
this worked. Now I just need to have double click on the systray to bring up the program again
edit: figured it out. Just adding the open thing to that menu and releasing new version in first post
edit: The file has been updated. Gonna re update with wut I need.
edit once again: first post updated, now time to update here:
edit: updated once again. I got everything I wanted, I just need an icon now. Please report any bugs and errors ASAP.
edit: had a bug, fixed it. Current version: 0.6
edit: other bug. Fixed to version 0.7
Currently working on an options menu that will allow users to chose whethere or not to minimize the program to systray, or minimize it normally, whenever they click the minimize button
Version 0.8 now has an options menu that allos users to decide whethere to hide the program in system tray or not when it is minimized.