sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.58k stars 268 forks source link

How to hide the console not close, when the UI was running? #169

Closed yanyuxuanz closed 6 years ago

pravic commented 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).

yanyuxuanz commented 6 years ago

Sorry,my english is not good,I'm glad you understand what I'm trying to say.thanks very much.

yanyuxuanz commented 6 years ago

Well, I want to add a notifyIconto my program,how should I do ?

pravic commented 6 years ago

Check #100.