Closed yanyuxuanz closed 6 years ago
If I understand this correctly, use winapi: ShowWindow(GetConsoleWindow(), SW_HIDE). Go has winapi bindings as well (e.g. https://github.com/lxn/win).
ShowWindow(GetConsoleWindow(), SW_HIDE)
Sorry,my english is not good,I'm glad you understand what I'm trying to say.thanks very much.
Well, I want to add a notifyIconto my program,how should I do ?
Check #100.
If I understand this correctly, use winapi:
ShowWindow(GetConsoleWindow(), SW_HIDE)
. Go has winapi bindings as well (e.g. https://github.com/lxn/win).