w32 icon indicating copy to clipboard operation
w32 copied to clipboard

A wrapper of windows apis for the Go Programming Language.

Results 26 w32 issues
Sort by recently updated
recently updated
newest added

![1656217803234(1)](https://user-images.githubusercontent.com/96420060/175799454-7bed842c-580e-4f09-b163-1abacf95167e.png) When I try to compile, I get an error due to the user32.go:1039 location !The solution is modifind the "flag" to "uintptr(flag)" ![image](https://user-images.githubusercontent.com/96420060/175799539-6ff519c0-467a-4651-b794-6b497f546191.png) Finally, thank you for your code

hello, i need help with check what user locale is cerrentluy used. for example i want to lo log pressed key, but this library allow return only key code and...

..\..\AllenDang\w32\user32.go:1039:10: cannot use flag (type uint32) as type uintptr in argument to procRedrawWindow.Call

https://github.com/AllenDang/w32/issues/80

https://github.com/AllenDang/w32/blob/9a4ee0f7d224efbff75947fa7060daadccc4741c/shell32.go#L146 I just want to get other exe-file icon bytes, but I've gotten the error "0x3b02 User stopped resource enumeration." while I used the ExtractIcon. I have not found out...

GetClientRect panic when error is return. ReleaseDC return false when error is return. CreateWindowEx return null and ignore the real error message. (I have verified the GetLastError api will not...

Getting the following errors on building the project. ``` # github.com/AllenDang/w32 could not determine kind of name for C.DWORD could not determine kind of name for C.INPUT ``` Any help...

when running go install it returns with .\user32.go:1039:10: cannot use flag (type uint32) as type uintptr in argument to procRedrawWindow.Call