winc icon indicating copy to clipboard operation
winc copied to clipboard

Common library for Go GUI apps on Windows

Results 9 winc issues
Sort by recently updated
recently updated
newest added

I have a goroutine that takes care of updating data, loading info etc. The goroutine updates a few Labels without problems, but it fails to replace images on a ImageView......

My app needs to detect both OnKeyUp() and OnKeyDown() on Form. Sadly. Only OnKeyUp() is provided. This implements OnKeyDown() in the existing Form path without affecting the lack of OnKeyDown()...

There’s a typo in line 934 of w32/user32.go where it should be EndPaint instead of BeginPaint

Hello, I need OnKeyDown() for Form. I have implemented and will open a Pull Request

If someone else uses this library, please help implement the play-pause buttons to pause the program. I tried this implementation - https://stackoverflow.com/questions/38798863/golang-pause-a-loop-in-a-goroutine-with-channels but either it doesn't work as it should,...

This is a cool library, but I can't figure out how to do it: - context menu in the form of a button anywhere in the window. (In the examples,...

Hi 3 questions,in case others meet the same question,open an issue * for a long time job,such as network diagnose,gui will be not responding,I know there must exist a method...

Hi I am new to GO and windows programing. I like you examples. Could you add some font examples how to change and modify attuites. Thank you

Awesome library ! I want to add the ability to Output to a PDF for all your Windows Controls. This would require making a Window which is alot like the...