cupboy2013
Programmer
I've tried a few things.
//self.WindowState := TWindowState.wsMinimized;
frmMain.WindowState:=TWindowState.wsMinimized;
but instead of acting like pressing the minus sign at the top right of the form all it does is creates a little window right above the task bar. What kind of strange behavior is this? I just want it on the task bar and nothing else displayed.
//self.WindowState := TWindowState.wsMinimized;
frmMain.WindowState:=TWindowState.wsMinimized;
but instead of acting like pressing the minus sign at the top right of the form all it does is creates a little window right above the task bar. What kind of strange behavior is this? I just want it on the task bar and nothing else displayed.